-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: January 30, 2025, 11:21 am
-- Server version: 10.6.20
-- PHP Version: 8.3.15

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `manofexc_wp_l9d2a`
--

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_burst_browsers`
--

CREATE TABLE `FDQBA_burst_browsers` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_burst_browsers`
--

INSERT INTO `FDQBA_burst_browsers` VALUES
(1, 'Chrome'),
(2, 'Safari'),
(3, 'HeadlessChrome'),
(4, 'Edge'),
(5, 'Firefox');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_burst_browser_versions`
--

CREATE TABLE `FDQBA_burst_browser_versions` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_burst_browser_versions`
--

INSERT INTO `FDQBA_burst_browser_versions` VALUES
(1, '131.0.0.0'),
(2, '123.0.6312.52'),
(3, '17.6'),
(4, '79.0.3945.79'),
(5, '117.0.5938.132'),
(6, '125.0.6422.60'),
(7, '10.0'),
(8, '114.0.0.0'),
(9, '56.0.2924.75'),
(10, '17.5'),
(11, '126.0.0.0'),
(12, '130.0.0.0'),
(13, '122.0.6261.94'),
(14, '104.0.0.0'),
(15, '109.0'),
(16, '129.0.0.0'),
(17, '108.0.5359.71'),
(18, '111.0.5563.19'),
(19, '100.0.4896.75'),
(20, '13.0.3'),
(21, '131.0.6778.154'),
(22, '102.0.0.0'),
(23, '15.4'),
(24, '18.2'),
(25, '132.0.0.0'),
(26, '134.0'),
(27, '109.0.5414.119');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_burst_devices`
--

CREATE TABLE `FDQBA_burst_devices` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_burst_devices`
--

INSERT INTO `FDQBA_burst_devices` VALUES
(1, 'desktop'),
(2, 'mobile'),
(3, 'other'),
(4, 'tablet');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_burst_goals`
--

CREATE TABLE `FDQBA_burst_goals` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `type` varchar(30) NOT NULL,
  `status` varchar(30) NOT NULL,
  `server_side` tinyint(4) NOT NULL,
  `url` varchar(255) NOT NULL,
  `conversion_metric` varchar(255) NOT NULL,
  `date_created` int(11) NOT NULL,
  `date_start` int(11) NOT NULL,
  `date_end` int(11) NOT NULL,
  `attribute` varchar(255) NOT NULL,
  `attribute_value` varchar(255) NOT NULL,
  `hook` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_burst_goals`
--

INSERT INTO `FDQBA_burst_goals` VALUES
(1, 'Default goal', 'clicks', 'inactive', 0, '*', 'visitors', 1733513878, 0, 1733513878, 'class', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_burst_goal_statistics`
--

CREATE TABLE `FDQBA_burst_goal_statistics` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `statistic_id` int(11) NOT NULL,
  `goal_id` int(11) NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `statistic_id_index` (`statistic_id`),
  KEY `goal_id_index` (`goal_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_burst_platforms`
--

CREATE TABLE `FDQBA_burst_platforms` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_burst_platforms`
--

INSERT INTO `FDQBA_burst_platforms` VALUES
(1, 'Linux'),
(2, 'iPhone'),
(3, 'Macintosh'),
(4, 'Windows'),
(5, 'iPad');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_burst_sessions`
--

CREATE TABLE `FDQBA_burst_sessions` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `first_visited_url` text NOT NULL,
  `last_visited_url` text NOT NULL,
  `goal_id` int(11) DEFAULT NULL,
  `country_code` char(2) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `goal_id_index` (`goal_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_burst_sessions`
--

INSERT INTO `FDQBA_burst_sessions` VALUES
(1, '/', '/', 0, NULL),
(2, '/', '/', 0, NULL),
(3, '/', '/', 0, NULL),
(4, '/', '/', 0, NULL),
(5, '/', '/', 0, NULL),
(6, '/', '/', 0, NULL),
(7, '/', '/', 0, NULL),
(8, '/', '/', 0, NULL),
(9, '/', '/', 0, NULL),
(10, '/', '/', 0, NULL),
(11, '/', '/', 0, NULL),
(12, '/', '/', 0, NULL),
(13, '/', '/', 0, NULL),
(14, '/', '/', 0, NULL),
(15, '/', '/', 0, NULL),
(16, '/', '/', 0, NULL),
(17, '/', '/', 0, NULL),
(18, '/', '/', 0, NULL),
(19, '/', '/', 0, NULL),
(20, '/', '/', 0, NULL),
(21, '/', '/', 0, NULL),
(22, '/', '/', 0, NULL),
(23, '/', '/', 0, NULL),
(24, '/', '/', 0, NULL),
(25, '/', '/', 0, NULL),
(26, '/', '/', 0, NULL),
(27, '/', '/', 0, NULL),
(28, '/', '/', 0, NULL),
(29, '/', '/', 0, NULL),
(30, '/', '/', 0, NULL),
(31, '/', '/', 0, NULL),
(32, '/', '/', 0, NULL),
(33, '/', '/', 0, NULL),
(34, '/', '/', 0, NULL),
(35, '/', '/', 0, NULL),
(36, '/', '/', 0, NULL),
(37, '/', '/', 0, NULL),
(38, '/', '/', 0, NULL),
(39, '/', '/', 0, NULL),
(40, '/', '/', 0, NULL),
(41, '/', '/', 0, NULL),
(42, '/', '/', 0, NULL),
(43, '/', '/', 0, NULL),
(44, '/', '/', 0, NULL),
(45, '/', '/', 0, NULL),
(46, '/', '/', 0, NULL),
(47, '/', '/', 0, NULL),
(48, '/', '/', 0, NULL),
(49, '/', '/', 0, NULL),
(50, '/', '/', 0, NULL),
(51, '/', '/', 0, NULL),
(52, '/', '/', 0, NULL),
(53, '/', '/', 0, NULL),
(54, '/', '/', 0, NULL),
(55, '/', '/', 0, NULL),
(56, '/', '/', 0, NULL),
(57, '/contact-us/', '/contact-us/', 0, NULL),
(58, '/', '/', 0, NULL),
(59, '/', '/', 0, NULL),
(60, '/', '/', 0, NULL),
(61, '/', '/', 0, NULL),
(62, '/', '/', 0, NULL),
(63, '/', '/', 0, NULL),
(64, '/', '/', 0, NULL),
(65, '/', '/', 0, NULL),
(66, '/overcome-depression/', '/overcome-depression/', 0, NULL),
(67, '/category/uncategorized/', '/category/uncategorized/', 0, NULL),
(68, '/transform-your-relationship-today/', '/transform-your-relationship-today/', 0, NULL),
(69, '/contact-us/', '/contact-us/', 0, NULL),
(70, '/hello-world/', '/hello-world/', 0, NULL),
(71, '/overcome-addiction/', '/overcome-addiction/', 0, NULL),
(72, '/', '/', 0, NULL),
(73, '/hello-world/?replytocom=1respond', '/hello-world/?replytocom=1respond', 0, NULL),
(74, '/', '/', 0, NULL),
(75, '/', '/', 0, NULL),
(76, '/', '/', 0, NULL),
(77, '/', '/', 0, NULL),
(78, '/', '/', 0, NULL),
(79, '/', '/', 0, NULL),
(80, '/', '/', 0, NULL),
(81, '/', '/', 0, NULL),
(82, '/', '/', 0, NULL),
(83, '/', '/', 0, NULL),
(84, '/', '/', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_burst_statistics`
--

CREATE TABLE `FDQBA_burst_statistics` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `page_url` varchar(191) NOT NULL,
  `time` int(11) NOT NULL,
  `uid` varchar(255) NOT NULL,
  `time_on_page` int(11) DEFAULT NULL,
  `parameters` text NOT NULL,
  `fragment` varchar(255) NOT NULL,
  `referrer` varchar(255) DEFAULT NULL,
  `browser_id` int(11) NOT NULL,
  `browser_version_id` int(11) NOT NULL,
  `platform_id` int(11) NOT NULL,
  `device_id` int(11) NOT NULL,
  `session_id` int(11) DEFAULT NULL,
  `first_time_visit` tinyint(4) DEFAULT NULL,
  `bounce` tinyint(4) DEFAULT 1,
  PRIMARY KEY (`ID`),
  KEY `time_index` (`time`),
  KEY `bounce_index` (`bounce`),
  KEY `page_url_index` (`page_url`),
  KEY `session_id_index` (`session_id`),
  KEY `time_page_url_index` (`time`,`page_url`),
  KEY `uid_time_index` (`uid`,`time`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_burst_statistics`
--

INSERT INTO `FDQBA_burst_statistics` VALUES
(1, '/', 1733526455, 'dbd1f6959d5624d29a6085c17b7424fd', 6, '', '', NULL, 1, 1, 1, 1, 1, 1, 1),
(2, '/', 1733535015, '343cbed21332b7b987b7e240cb4c735c', 2, '', '', NULL, 1, 2, 2, 2, 2, 1, 1),
(3, '/', 1733535016, '622e70182b0ac005f41ec91123b210d8', 11, '', '', NULL, 1, 2, 2, 2, 3, 1, 1),
(4, '/', 1733539977, 'bb390ca61f7077b4e8b647b4c3b510ad', 168869, '', '', NULL, 0, 0, 0, 0, 4, 1, 0),
(5, '/', 1733550643, '17f0c4dbe88f19f6e94e1569400f09dd', 2, '', '', NULL, 1, 4, 4, 1, 5, 1, 1),
(6, '/', 1733550649, '82cbe4a61283c16469f246652633ce40', 58, '', '', NULL, 1, 4, 4, 1, 6, 1, 1),
(7, '/', 1733550652, 'ff0918b1633a0f5e82be98e1d4bcab40', 0, '', '', NULL, 1, 4, 4, 1, 7, 1, 1),
(8, '/', 1733550692, 'ea209544a2630e8eb9a94f50f931da8e', 6, '', '', NULL, 1, 5, 4, 1, 8, 1, 1),
(9, '/', 1733550700, 'e4857dd56910d7cd313f0cebcbe08687', 5, '', '', NULL, 1, 5, 4, 1, 9, 1, 1),
(10, '/', 1733551378, '5241dee54b2b3a4c6ebba2dc620218bf', 0, '', '', NULL, 3, 6, 1, 1, 10, 1, 1),
(11, '/', 1733561476, '22fc172e6980bc81b8155d4c019e0082', 18, '', '', NULL, 3, 6, 1, 1, 11, 1, 1),
(12, '/', 1733579707, '6381afc9685b52a11a2f6333b24f5430', 0, '', '', NULL, 2, 7, 2, 2, 12, 1, 1),
(13, '/', 1733584890, 'fc208dc78bb630e853a8877eab07e4fe', 4, '', '', NULL, 0, 0, 0, 3, 13, 1, 1),
(14, '/', 1733616996, 'd73dfa7e4d125a9fec2b5a116958434e', 2183, '', '', NULL, 0, 0, 0, 0, 14, 1, 1),
(15, '/', 1733661822, 'e54c1ed615005aa028ba3ceed6cf60ed', 0, '', '', NULL, 1, 2, 2, 2, 15, 1, 1),
(16, '/', 1733667813, '9e21706a546d36e00ac7160f573144af', 3388, '', '', NULL, 0, 0, 0, 0, 16, 1, 1),
(17, '/', 1733673283, '3b935d1e966e112ac9f7801d9ee499a8', 8, '', '', NULL, 1, 9, 2, 2, 17, 1, 1),
(18, '/', 1733680721, '0866d7d73b31f13e09bfbcc948db246d', 3, '', '', NULL, 2, 10, 2, 2, 18, 1, 1),
(19, '/', 1733693613, '18069cb64fddd1db08fe2c21251514d7', 0, '', '', NULL, 4, 11, 4, 1, 19, 1, 1),
(20, '/', 1733712413, 'ff8c75b200524bf5dcced870c684ade4', 3, '', '', NULL, 3, 6, 1, 1, 20, 1, 1),
(21, '/', 1733712426, 'c2522865c4adb475cef7e21e0ec9ecca', 0, '', '', NULL, 1, 5, 4, 1, 21, 1, 1),
(22, '/', 1733712435, '62f8d87f8de217216a6dcd63fde43212', 42, '', '', NULL, 1, 4, 4, 1, 22, 1, 1),
(23, '/', 1733728032, 'd635ff83c154d9e46b6e6ed1d9a87efd', 13, '', '', NULL, 1, 12, 4, 1, 23, 1, 1),
(24, '/', 1733728034, '62355f318078efe86ddd3907b98ebb6c', 11363, '', '', NULL, 0, 0, 0, 0, 24, 1, 0),
(25, '/', 1733748672, 'd10b49e65eea59e1048179a7223cc7a2', 0, '', '', NULL, 2, 7, 2, 2, 25, 1, 1),
(26, '/', 1733751358, '3ce1a882ae91bd0e13e4f173c6a11603', 5868, '', '', NULL, 0, 0, 0, 0, 26, 1, 0),
(27, '/', 1733804851, '16ccdfa6d41a444ac03cbb4f7bcccfd5', 5734, '', '', NULL, 0, 0, 0, 0, 27, 1, 0),
(28, '/', 1733805008, 'f05a152b7d75d6e695765459f3172030', 7, '', '', NULL, 1, 14, 4, 1, 28, 1, 1),
(29, '/', 1733805173, 'f60b992880573e056a7e06a69579496c', 2, '', '', NULL, 1, 12, 4, 1, 29, 1, 1),
(30, '/', 1733805788, '44f577b559c0c54f14a6cefd6107ef53', 0, '', '', NULL, 4, 11, 4, 1, 30, 1, 1),
(31, '/', 1733805885, '4d1fa1bbb01bb5359cd54a12fc780209', 294, '', '', NULL, 4, 11, 4, 1, 31, 1, 1),
(32, '/', 1733806845, '5fa20494051fc8c22512bd766ec478ab', 0, '', '', NULL, 1, 2, 2, 2, 32, 1, 1),
(33, '/', 1733806981, 'eb1e4d99b118afcb251ba99dfaff56e2', 10, '', '', NULL, 1, 2, 2, 2, 33, 1, 1),
(34, '/', 1733807043, '28ce1304a974dcc3462c00772d4bca74', 0, '', '', NULL, 1, 2, 2, 2, 34, 1, 1),
(35, '/', 1733807265, 'ab78939ee9d5373e0fa3063fe5d6f525', 3, '', '', NULL, 5, 15, 4, 1, 35, 1, 1),
(36, '/', 1733829141, '3448563507b15e4be66a193266631e98', 0, '', '', NULL, 2, 7, 2, 2, 36, 1, 1),
(37, '/', 1733830024, '43c2adeea2ae652e5ed6e19b09051f6a', 2, '', '', NULL, 2, 10, 3, 1, 37, 1, 1),
(38, '/', 1733830373, 'fe3559886ac8e09b88410421bd0e97a0', 0, '', '', NULL, 4, 11, 4, 1, 38, 1, 1),
(39, '/', 1733863711, '3354f8f635b6c042c1db1b5c0406ba73', 4, '', '', NULL, 3, 6, 1, 1, 39, 1, 1),
(40, '/', 1733863721, '93301cae62cb5ff52c7dbf77b5e5ebd4', 4, '', '', NULL, 3, 6, 1, 1, 40, 1, 1),
(41, '/', 1733881358, 'f4b05e95f1fb7883dd41c3a457c7ece2', 2, '', '', NULL, 1, 2, 2, 2, 41, 1, 1),
(42, '/', 1733914646, '8fc2c83d89b1a4ca8719a4ab19986b23', 4801, '', '', NULL, 0, 0, 0, 0, 42, 1, 1),
(43, '/', 1733995183, 'ebb714379e5132ceead9b695a8334c6e', 3716, '', '', NULL, 0, 0, 0, 0, 43, 1, 1),
(44, '/', 1734063225, 'c72b05fb4eed7fe94b8fd60c4343b147', 0, '', '', NULL, 3, 6, 1, 1, 44, 1, 1),
(45, '/', 1734070179, 'b1369bb3f34b2f3c02a44fa870ff96e8', 0, '', '', NULL, 1, 4, 4, 1, 45, 1, 1),
(46, '/', 1734154984, '72f8d5d6ec061b4c7fac43bcba3c2ea2', 6, '', '', NULL, 4, 11, 4, 1, 46, 1, 1),
(47, '/', 1734263565, '6b8e3e0b6b494340d71108f65ffa0840', 8, '', '', NULL, 3, 6, 1, 1, 47, 1, 1),
(48, '/', 1734435053, 'b50c3dfbefdcbfa84bf1556b5371a516', 10436, '', '', NULL, 0, 0, 0, 0, 48, 1, 0),
(49, '/', 1734572453, 'de8cd304776f2d5b6c75e1961f45bd7d', 2, '', '', NULL, 1, 2, 2, 2, 49, 1, 1),
(50, '/', 1734799016, '0a9534908bec516e3a44b12246551b22', 3, '', '', NULL, 1, 17, 1, 1, 50, 1, 1),
(51, '/', 1734886714, '810cb473710d33da80cfe9a4816ba07f', 6303, '', '', NULL, 0, 0, 0, 0, 51, 1, 0),
(52, '/', 1735073402, '384e8278bf3436f2839e785bd3657259', 1602, '', '', NULL, 3, 18, 1, 1, 52, 1, 1),
(53, '/', 1735089905, '1d0accc1b312226d799874787f8499eb', 597, '', '', NULL, 3, 18, 1, 1, 53, 1, 1),
(54, '/', 1735176614, 'b6e5299fb54619ec32a90f6a66958d8b', 8, '', '', NULL, 1, 2, 2, 2, 54, 1, 1),
(55, '/', 1735176617, '26c8469494644653ed9cf8ccc3cd5571', 0, '', '', NULL, 1, 2, 2, 2, 55, 1, 1),
(56, '/', 1735363828, 'e89634483a28a4782c1323006beb3a07', 3819, '', '', NULL, 0, 0, 0, 0, 56, 1, 1),
(57, '/contact-us/', 1735890861, 'cef37cd6fb13308884a5a38c637afa90', 68620, '', '', NULL, 0, 0, 0, 0, 57, 1, 0),
(58, '/', 1735980550, '4c50e368b2639a2db7915810acdaceb3', 6075, '', '', NULL, 0, 0, 0, 0, 58, 1, 0),
(59, '/', 1736194463, '07830e812fac64ebbc0cf8de27e04718', 7, '', '', NULL, 0, 0, 0, 3, 59, 1, 1),
(60, '/', 1736218151, '9f2e753416971d0f342bd3cc4eed6f23', 4137, '', '', NULL, 0, 0, 0, 0, 60, 1, 1),
(61, '/', 1736226574, '4e7f4e69c968d3911fc1f8a2c3673336', 26, '', '', NULL, 3, 6, 1, 1, 61, 1, 1),
(62, '/', 1736379296, '2d7f9a9f0f6c8401c7e3c6d12bbec3cc', 1609, '', '', NULL, 0, 0, 0, 0, 62, 1, 1),
(63, '/', 1736644155, 'd9d66b5a434e627fdd6c3f1b14f051af', 10, '', '', NULL, 2, 20, 2, 2, 63, 1, 1),
(64, '/', 1736879171, '7ad283745c9edc741f2675a661a73594', 326, '', '', 'https://www.google.com/', 0, 0, 0, 0, 64, 1, 1),
(65, '/', 1737708959, '5fd24716ec287716b0fd13b21af14c15', 822, '', '', NULL, 0, 0, 0, 0, 65, 1, 1),
(66, '/overcome-depression/', 1737708965, 'e7923595a6dad0e89ebd17ba6ea0ca7c', 579, '', '', NULL, 0, 0, 0, 0, 66, 1, 1),
(67, '/category/uncategorized/', 1737708968, '46e01ee5ae604cb290ba4e11ad5775c9', 3, '', '', NULL, 1, 22, 4, 1, 67, 1, 1),
(68, '/transform-your-relationship-today/', 1737708970, '6fbf52c6ccb07eb32dce7dcad1ec6f9e', 14, '', '', NULL, 1, 22, 4, 1, 68, 1, 1),
(69, '/contact-us/', 1737708971, 'e78d7515dd0269e0f30c0555332b4a4c', 2, '', '', NULL, 1, 22, 4, 1, 69, 1, 1),
(70, '/hello-world/', 1737708973, '409d602bd361d14f7ba007c8ad2e0bf9', 4, '', '', NULL, 1, 22, 4, 1, 70, 1, 1),
(71, '/overcome-addiction/', 1737708977, '51bac25c41f07ec9b20508cf91fd0e3b', 0, '', '', NULL, 1, 22, 4, 1, 71, 1, 1),
(72, '/', 1737708977, '2e7a484b226ee31d064ba90eebd8d093', 5, '', '', NULL, 1, 22, 4, 1, 72, 1, 1),
(73, '/hello-world/', 1737708979, '7715b82c41d6677c9bd1a8d4ea1fd42a', 4, 'replytocom=1respond', '', NULL, 1, 22, 4, 1, 73, 1, 1),
(74, '/', 1737714840, '823a72c889838a3e234c83489a860389', 67, '', '', NULL, 2, 23, 2, 2, 74, 1, 1),
(75, '/', 1737737643, '5a1c8e23595b2da7f2d5d64d9251b620', 2, '', '', 'https://www.google.com/', 2, 24, 3, 1, 75, 1, 0),
(76, '/', 1737737661, '7a37998f673773857dc1cd413aed54fb', 8399, '', '', NULL, 0, 0, 0, 0, 76, 1, 0),
(77, '/', 1737737688, '5a1c8e23595b2da7f2d5d64d9251b620', 173, '', '', NULL, 0, 0, 0, 0, 75, 0, 0),
(78, '/wp-login/', 1737737695, '5a1c8e23595b2da7f2d5d64d9251b620', 0, '', '', NULL, 2, 24, 3, 1, 75, 0, 0),
(79, '/wp-login/', 1737737716, '5a1c8e23595b2da7f2d5d64d9251b620', 43180, '', '', NULL, 0, 0, 0, 0, 75, 0, 0),
(80, '/', 1737737748, '5a1c8e23595b2da7f2d5d64d9251b620', 70968, '', '', NULL, 0, 0, 0, 0, 75, 0, 0),
(81, '/category/uncategorized/', 1737737821, '5a1c8e23595b2da7f2d5d64d9251b620', 3584, '', '', NULL, 0, 0, 0, 0, 75, 0, 0),
(82, '/wp-login/', 1737737867, '5a1c8e23595b2da7f2d5d64d9251b620', 11877, '', '', NULL, 0, 0, 0, 0, 75, 0, 0),
(83, '/wp-login/', 1737737889, '5a1c8e23595b2da7f2d5d64d9251b620', 2813, '', '', NULL, 0, 0, 0, 0, 75, 0, 0),
(84, '/', 1737737913, '5a1c8e23595b2da7f2d5d64d9251b620', 5378, '', '', NULL, 0, 0, 0, 0, 75, 0, 0),
(85, '/', 1737752900, 'ecbd7319c44f2ec6668cd4c3ad1f4623', 11, '', '', NULL, 2, 23, 2, 2, 77, 1, 1),
(86, '/', 1737764623, '7a37998f673773857dc1cd413aed54fb', 13783, '', '', NULL, 0, 0, 0, 0, 78, 0, 0),
(87, '/', 1738089700, 'a98f9115ce084e15e3b1d54054da88f6', 34116, '', '', NULL, 0, 0, 0, 0, 79, 1, 0),
(88, '/', 1738089742, 'a98f9115ce084e15e3b1d54054da88f6', 6, '', '', NULL, 1, 25, 4, 1, 79, 0, 0),
(89, '/', 1738104478, 'a98f9115ce084e15e3b1d54054da88f6', 56619, '', '', NULL, 0, 0, 0, 0, 80, 0, 0),
(90, '/', 1738194780, 'f7fa16e949de8b4d5c02aff48977c4b4', 30430, '', '', 'https://node612.namehero.net:2083/', 0, 0, 0, 0, 81, 1, 0),
(91, '/', 1738195085, 'f7fa16e949de8b4d5c02aff48977c4b4', 52620, '', '', 'https://node612.namehero.net:2083/', 0, 0, 0, 0, 81, 0, 0),
(92, '/', 1738195393, 'a499b66e3f5eb7f3b57644611e2d6178', 0, '', '', NULL, 3, 27, 1, 1, 82, 1, 1),
(93, '/', 1738195632, '8dbc36063f964c9129722f3a3ba753a3', 0, '', '', NULL, 1, 25, 4, 1, 83, 1, 1),
(94, '/', 1738259342, 'd51b645ab2bceb890839a22bee9551c9', 0, '', '', NULL, 3, 27, 1, 1, 84, 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_burst_summary`
--

CREATE TABLE `FDQBA_burst_summary` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `page_url` varchar(191) NOT NULL,
  `sessions` int(11) NOT NULL,
  `visitors` int(11) NOT NULL,
  `first_time_visitors` int(11) NOT NULL,
  `pageviews` int(11) NOT NULL,
  `bounces` int(11) NOT NULL,
  `avg_time_on_page` int(11) NOT NULL,
  `completed` tinyint(4) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `unique_date_page_url` (`date`,`page_url`),
  KEY `page_url_date_index` (`page_url`,`date`),
  KEY `date_index` (`date`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_burst_summary`
--

INSERT INTO `FDQBA_burst_summary` VALUES
(1, '2024-12-05', 'burst_day_total', 0, 0, 0, 0, 0, 0, 1),
(2, '2024-12-06', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(6, '2024-12-06', '/', 0, 0, 0, 0, 1, 0, 1),
(8, '2024-12-07', 'burst_day_total', 1, 1, 1, 1, 11, 168869, 0),
(14, '2024-12-07', '/', 1, 1, 1, 1, 11, 168869, 0),
(94, '2024-12-08', 'burst_day_total', 0, 0, 0, 0, 6, 0, 0),
(97, '2024-12-08', '/', 0, 0, 0, 0, 6, 0, 0),
(185, '2024-12-09', 'burst_day_total', 2, 2, 2, 2, 5, 8616, 0),
(194, '2024-12-09', '/', 2, 2, 2, 2, 5, 8616, 0),
(266, '2024-12-10', 'burst_day_total', 1, 1, 1, 1, 13, 5734, 0),
(278, '2024-12-10', '/', 1, 1, 1, 1, 13, 5734, 0),
(350, '2024-12-11', 'burst_day_total', 0, 0, 0, 0, 2, 0, 0),
(356, '2024-12-11', '/', 0, 0, 0, 0, 2, 0, 0),
(412, '2024-12-12', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(436, '2024-12-12', '/', 0, 0, 0, 0, 1, 0, 0),
(476, '2024-12-13', 'burst_day_total', 0, 0, 0, 0, 2, 0, 0),
(488, '2024-12-13', '/', 0, 0, 0, 0, 2, 0, 0),
(548, '2024-12-14', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(557, '2024-12-14', '/', 0, 0, 0, 0, 1, 0, 0),
(613, '2024-12-15', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(631, '2024-12-15', '/', 0, 0, 0, 0, 1, 0, 0),
(667, '2024-12-16', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(708, '2024-12-17', 'burst_day_total', 1, 1, 1, 1, 0, 10436, 0),
(720, '2024-12-17', '/', 1, 1, 1, 1, 0, 10436, 0),
(742, '2024-12-18', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(783, '2024-12-19', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(789, '2024-12-19', '/', 0, 0, 0, 0, 1, 0, 0),
(838, '2024-12-20', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(882, '2024-12-21', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(902, '2024-12-21', '/', 0, 0, 0, 0, 1, 0, 0),
(924, '2024-12-22', 'burst_day_total', 1, 1, 1, 1, 0, 6303, 0),
(960, '2024-12-22', '/', 1, 1, 1, 1, 0, 6303, 0),
(972, '2024-12-23', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1022, '2024-12-24', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(1050, '2024-12-24', '/', 0, 0, 0, 0, 1, 0, 0),
(1054, '2024-12-25', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(1057, '2024-12-25', '/', 0, 0, 0, 0, 1, 0, 0),
(1117, '2024-12-26', 'burst_day_total', 0, 0, 0, 0, 2, 0, 0),
(1120, '2024-12-26', '/', 0, 0, 0, 0, 2, 0, 0),
(1164, '2024-12-27', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1208, '2024-12-28', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(1216, '2024-12-28', '/', 0, 0, 0, 0, 1, 0, 0),
(1241, '2024-12-29', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1282, '2024-12-30', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1322, '2024-12-31', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1350, '2025-01-01', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1380, '2025-01-02', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1416, '2025-01-03', 'burst_day_total', 1, 1, 1, 1, 0, 68620, 0),
(1428, '2025-01-03', '/contact-us/', 1, 1, 1, 1, 0, 68620, 0),
(1462, '2025-01-04', 'burst_day_total', 1, 1, 1, 1, 0, 6075, 0),
(1483, '2025-01-04', '/', 1, 1, 1, 1, 0, 6075, 0),
(1515, '2025-01-05', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1571, '2025-01-06', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(1601, '2025-01-06', '/', 0, 0, 0, 0, 1, 0, 0),
(1608, '2025-01-07', 'burst_day_total', 0, 0, 0, 0, 2, 0, 0),
(1614, '2025-01-07', '/', 0, 0, 0, 0, 2, 0, 0),
(1666, '2025-01-08', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(1715, '2025-01-08', '/', 0, 0, 0, 0, 1, 0, 1),
(1717, '2025-01-09', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1776, '2025-01-10', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1812, '2025-01-11', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1848, '2025-01-12', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(1850, '2025-01-12', '/', 0, 0, 0, 0, 1, 0, 0),
(1896, '2025-01-13', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(1928, '2025-01-14', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0),
(1952, '2025-01-14', '/', 0, 0, 0, 0, 1, 0, 0),
(1962, '2025-01-15', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2021, '2025-01-16', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2057, '2025-01-17', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2087, '2025-01-18', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2119, '2025-01-19', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2157, '2025-01-20', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2191, '2025-01-21', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2223, '2025-01-22', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2261, '2025-01-23', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2293, '2025-01-24', 'burst_day_total', 2, 2, 2, 10, 11, 14637, 0),
(2305, '2025-01-24', '/', 2, 2, 2, 5, 4, 16984, 0),
(2306, '2025-01-24', '/category/uncategorized/', 1, 1, 0, 1, 1, 3584, 0),
(2307, '2025-01-24', '/contact-us/', 0, 0, 0, 0, 1, 0, 0),
(2308, '2025-01-24', '/hello-world/', 0, 0, 0, 0, 2, 0, 0),
(2309, '2025-01-24', '/overcome-addiction/', 0, 0, 0, 0, 1, 0, 0),
(2310, '2025-01-24', '/overcome-depression/', 0, 0, 0, 0, 1, 0, 0),
(2311, '2025-01-24', '/transform-your-relationship-today/', 0, 0, 0, 0, 1, 0, 0),
(2323, '2025-01-24', '/wp-login/', 1, 1, 0, 4, 0, 14468, 0),
(2345, '2025-01-25', '/', 1, 1, 0, 1, 0, 13783, 0),
(2346, '2025-01-25', 'burst_day_total', 1, 1, 0, 1, 0, 13783, 0),
(2393, '2025-01-26', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2434, '2025-01-27', 'burst_day_total', 0, 0, 0, 0, 0, 0, 0),
(2466, '2025-01-28', 'burst_day_total', 2, 1, 1, 3, 0, 30247, 0),
(2502, '2025-01-28', '/', 2, 1, 1, 3, 0, 30247, 0),
(2515, '2025-01-29', 'burst_day_total', 1, 1, 1, 2, 0, 41525, 0),
(2576, '2025-01-29', '/', 1, 1, 1, 2, 0, 41525, 1),
(2578, '2025-01-30', '/', 0, 0, 0, 0, 2, 0, 0),
(2579, '2025-01-30', 'burst_day_total', 0, 0, 0, 0, 2, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_cmplz_cookiebanners`
--

CREATE TABLE `FDQBA_cmplz_cookiebanners` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `banner_version` int(11) NOT NULL,
  `default` int(11) NOT NULL,
  `position` text NOT NULL,
  `checkbox_style` text NOT NULL,
  `use_logo` text NOT NULL,
  `logo_attachment_id` text NOT NULL,
  `close_button` text NOT NULL,
  `revoke` text NOT NULL,
  `manage_consent_options` text NOT NULL,
  `header` text NOT NULL,
  `dismiss` text NOT NULL,
  `save_preferences` text NOT NULL,
  `view_preferences` text NOT NULL,
  `category_functional` text NOT NULL,
  `category_all` text NOT NULL,
  `category_stats` text NOT NULL,
  `category_prefs` text NOT NULL,
  `accept` text NOT NULL,
  `message_optin` text NOT NULL,
  `use_categories` text NOT NULL,
  `disable_cookiebanner` int(11) NOT NULL,
  `banner_width` int(11) NOT NULL,
  `soft_cookiewall` int(11) NOT NULL,
  `dismiss_on_scroll` int(11) NOT NULL,
  `dismiss_on_timeout` int(11) NOT NULL,
  `dismiss_timeout` text NOT NULL,
  `accept_informational` text NOT NULL,
  `message_optout` text NOT NULL,
  `use_custom_cookie_css` text NOT NULL,
  `custom_css` text NOT NULL,
  `statistics` text NOT NULL,
  `functional_text` text NOT NULL,
  `statistics_text` text NOT NULL,
  `statistics_text_anonymous` text NOT NULL,
  `preferences_text` text NOT NULL,
  `marketing_text` text NOT NULL,
  `colorpalette_background` text NOT NULL,
  `colorpalette_text` text NOT NULL,
  `colorpalette_toggles` text NOT NULL,
  `colorpalette_border_radius` text NOT NULL,
  `border_width` text NOT NULL,
  `font_size` text NOT NULL,
  `colorpalette_button_accept` text NOT NULL,
  `colorpalette_button_deny` text NOT NULL,
  `colorpalette_button_settings` text NOT NULL,
  `buttons_border_radius` text NOT NULL,
  `animation` text NOT NULL,
  `use_box_shadow` int(11) NOT NULL,
  `header_footer_shadow` int(11) NOT NULL,
  `hide_preview` int(11) NOT NULL,
  `disable_width_correction` int(11) NOT NULL,
  `legal_documents` int(11) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_cmplz_cookies`
--

CREATE TABLE `FDQBA_cmplz_cookies` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(250) NOT NULL,
  `slug` varchar(250) NOT NULL,
  `sync` int(11) NOT NULL,
  `ignored` int(11) NOT NULL,
  `retention` text NOT NULL,
  `type` text NOT NULL,
  `serviceID` int(11) NOT NULL,
  `cookieFunction` text NOT NULL,
  `collectedPersonalData` text NOT NULL,
  `purpose` text NOT NULL,
  `language` varchar(6) NOT NULL,
  `isTranslationFrom` int(11) NOT NULL,
  `isOwnDomainCookie` int(11) NOT NULL,
  `domain` text NOT NULL,
  `deleted` int(11) NOT NULL,
  `isMembersOnly` int(11) NOT NULL,
  `showOnPolicy` int(11) NOT NULL,
  `lastUpdatedDate` int(11) NOT NULL,
  `lastAddDate` int(11) NOT NULL,
  `firstAddDate` int(11) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_cmplz_dnsmpd`
--

CREATE TABLE `FDQBA_cmplz_dnsmpd` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `region` text NOT NULL,
  `global_optout` int(11) NOT NULL,
  `cross_context` int(11) NOT NULL,
  `limit_sensitive` int(11) NOT NULL,
  `request_for_access` int(11) NOT NULL,
  `right_to_be_forgotten` int(11) NOT NULL,
  `right_to_data_portability` int(11) NOT NULL,
  `request_date` int(11) NOT NULL,
  `resolved` int(11) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_cmplz_services`
--

CREATE TABLE `FDQBA_cmplz_services` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(250) NOT NULL,
  `slug` varchar(250) NOT NULL,
  `serviceType` varchar(250) NOT NULL,
  `category` varchar(250) NOT NULL,
  `thirdParty` int(11) NOT NULL,
  `sharesData` int(11) NOT NULL,
  `secondParty` int(11) NOT NULL,
  `privacyStatementURL` varchar(250) NOT NULL,
  `language` varchar(6) NOT NULL,
  `isTranslationFrom` int(11) NOT NULL,
  `sync` int(11) NOT NULL,
  `lastUpdatedDate` int(11) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_commentmeta`
--

CREATE TABLE `FDQBA_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_comments`
--

CREATE TABLE `FDQBA_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_comments`
--

INSERT INTO `FDQBA_comments` VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2024-12-05 03:52:55', '2024-12-05 03:52:55', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com/">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_e_events`
--

CREATE TABLE `FDQBA_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_e_notes`
--

CREATE TABLE `FDQBA_e_notes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `author_id` bigint(20) unsigned DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `route_url_index` (`route_url`(191)),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `parent_id_index` (`parent_id`),
  KEY `author_id_index` (`author_id`),
  KEY `status_index` (`status`),
  KEY `is_resolved_index` (`is_resolved`),
  KEY `is_public_index` (`is_public`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_e_notes_users_relations`
--

CREATE TABLE `FDQBA_e_notes_users_relations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`),
  KEY `note_id_index` (`note_id`),
  KEY `user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_e_submissions`
--

CREATE TABLE `FDQBA_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`(191)),
  KEY `referer_title_index` (`referer_title`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_e_submissions`
--

INSERT INTO `FDQBA_e_submissions` VALUES
(1, 'submission', 'a394c5c1-0828-4027-86be-4fa77335f8e7', 2, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '106.219.162.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2024-12-09 09:50:48', '2024-12-09 09:50:48', '2024-12-09 09:50:48', '2024-12-09 09:50:48'),
(2, 'submission', '69221148-4297-4142-bf57-b9ed77551f08', 5, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '106.219.161.122', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2024-12-12 19:55:02', '2024-12-12 19:55:02', '2024-12-12 19:55:02', '2024-12-12 19:55:02'),
(3, 'submission', '683ae90f-3327-48a3-bac2-260817ad4f3d', 8, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '106.219.166.139', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2024-12-15 10:59:58', '2024-12-15 10:59:58', '2024-12-15 10:59:58', '2024-12-15 10:59:58'),
(4, 'submission', 'c7d8a321-c379-46ea-a787-969be0be3dfd', 11, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '106.219.164.193', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2024-12-17 14:13:26', '2024-12-17 14:13:26', '2024-12-17 14:13:26', '2024-12-17 14:13:26'),
(5, 'submission', '273e45c1-2e7d-4a34-a45b-655b138ef4d0', 14, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '196.245.251.75', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2024-12-27 00:49:49', '2024-12-27 00:49:49', '2024-12-27 00:49:49', '2024-12-27 00:49:49'),
(6, 'submission', '4d45e45c-dd31-44c2-a36c-7fcb62c58201', 17, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '212.24.104.57', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2024-12-27 16:26:06', '2024-12-27 16:26:07', '2024-12-27 16:26:06', '2024-12-27 16:26:07'),
(7, 'submission', 'b5713743-0cce-4f16-aa51-0370f8fd4756', 20, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '106.219.164.44', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2024-12-30 08:29:03', '2024-12-30 08:29:03', '2024-12-30 08:29:03', '2024-12-30 08:29:03'),
(8, 'submission', 'ec298429-9b77-4e0e-8238-0c64eae6a8ab', 23, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '154.53.165.116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2024-12-30 17:52:58', '2024-12-30 17:52:58', '2024-12-30 17:52:58', '2024-12-30 17:52:58'),
(9, 'submission', 'cbb2ea90-d03f-4049-8c2b-8b2f7c7692bb', 26, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '223.185.28.87', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2025-01-03 07:55:18', '2025-01-03 07:55:18', '2025-01-03 07:55:18', '2025-01-03 07:55:18'),
(10, 'submission', '70768878-52d9-4732-81b8-864529c553d8', 29, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '80.211.224.184', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2025-01-15 08:55:32', '2025-01-15 08:55:32', '2025-01-15 08:55:32', '2025-01-15 08:55:32'),
(11, 'submission', '4317bc10-302b-4bcb-a862-8dc4ec86d6eb', 32, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '106.219.166.255', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2025-01-16 06:05:09', '2025-01-16 06:05:09', '2025-01-16 06:05:09', '2025-01-16 06:05:09'),
(12, 'submission', '03f33aa3-4b04-4926-b429-61ae107cd114', 35, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '89.46.101.7', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2025-01-16 22:10:00', '2025-01-16 22:10:00', '2025-01-16 22:10:00', '2025-01-16 22:10:00'),
(13, 'submission', '703d1a02-b1fb-40e2-8b18-6c14864e3ef8', 38, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '50.3.137.175', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2025-01-18 03:03:40', '2025-01-18 03:03:40', '2025-01-18 03:03:40', '2025-01-18 03:03:40'),
(14, 'submission', '1ef243bc-d693-4309-8b44-1b0d5c3393f1', 41, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '196.247.162.252', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2025-01-21 15:39:26', '2025-01-21 15:39:26', '2025-01-21 15:39:26', '2025-01-21 15:39:26'),
(15, 'submission', '382d7d37-cdff-45e0-b886-76d5cc23581c', 44, 173, '', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '138.199.30.2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2025-01-21 17:25:21', '2025-01-21 17:25:21', '2025-01-21 17:25:21', '2025-01-21 17:25:21'),
(16, 'submission', '586be75c-fc07-4997-8d0b-7935a7ce5574', 47, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '50.7.124.7', 'Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2025-01-23 09:14:29', '2025-01-23 09:14:29', '2025-01-23 09:14:29', '2025-01-23 09:14:29'),
(17, 'submission', '6ad662f0-62d9-4ebd-8e87-953e727305df', 50, 173, 'https://thelifestrategiescoach.com/contact-us/', 'Contact Us', 'afa86a0', 'New Form', 0, 0, '106.219.167.43', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', 1, 1, 'new', 0, '{"edit_post_id":"173"}', '2025-01-30 14:21:43', '2025-01-30 14:21:43', '2025-01-30 14:21:43', '2025-01-30 14:21:43');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_e_submissions_actions_log`
--

CREATE TABLE `FDQBA_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_e_submissions_actions_log`
--

INSERT INTO `FDQBA_e_submissions_actions_log` VALUES
(1, 1, 'email', 'Email', 'success', NULL, '2024-12-09 09:50:48', '2024-12-09 09:50:48', '2024-12-09 09:50:48', '2024-12-09 09:50:48'),
(2, 2, 'email', 'Email', 'success', NULL, '2024-12-12 19:55:02', '2024-12-12 19:55:02', '2024-12-12 19:55:02', '2024-12-12 19:55:02'),
(3, 3, 'email', 'Email', 'success', NULL, '2024-12-15 10:59:58', '2024-12-15 10:59:58', '2024-12-15 10:59:58', '2024-12-15 10:59:58'),
(4, 4, 'email', 'Email', 'success', NULL, '2024-12-17 14:13:26', '2024-12-17 14:13:26', '2024-12-17 14:13:26', '2024-12-17 14:13:26'),
(5, 5, 'email', 'Email', 'success', NULL, '2024-12-27 00:49:49', '2024-12-27 00:49:49', '2024-12-27 00:49:49', '2024-12-27 00:49:49'),
(6, 6, 'email', 'Email', 'success', NULL, '2024-12-27 16:26:07', '2024-12-27 16:26:07', '2024-12-27 16:26:07', '2024-12-27 16:26:07'),
(7, 7, 'email', 'Email', 'success', NULL, '2024-12-30 08:29:03', '2024-12-30 08:29:03', '2024-12-30 08:29:03', '2024-12-30 08:29:03'),
(8, 8, 'email', 'Email', 'success', NULL, '2024-12-30 17:52:58', '2024-12-30 17:52:58', '2024-12-30 17:52:58', '2024-12-30 17:52:58'),
(9, 9, 'email', 'Email', 'success', NULL, '2025-01-03 07:55:18', '2025-01-03 07:55:18', '2025-01-03 07:55:18', '2025-01-03 07:55:18'),
(10, 10, 'email', 'Email', 'success', NULL, '2025-01-15 08:55:32', '2025-01-15 08:55:32', '2025-01-15 08:55:32', '2025-01-15 08:55:32'),
(11, 11, 'email', 'Email', 'success', NULL, '2025-01-16 06:05:09', '2025-01-16 06:05:09', '2025-01-16 06:05:09', '2025-01-16 06:05:09'),
(12, 12, 'email', 'Email', 'success', NULL, '2025-01-16 22:10:00', '2025-01-16 22:10:00', '2025-01-16 22:10:00', '2025-01-16 22:10:00'),
(13, 13, 'email', 'Email', 'success', NULL, '2025-01-18 03:03:40', '2025-01-18 03:03:40', '2025-01-18 03:03:40', '2025-01-18 03:03:40'),
(14, 14, 'email', 'Email', 'success', NULL, '2025-01-21 15:39:26', '2025-01-21 15:39:26', '2025-01-21 15:39:26', '2025-01-21 15:39:26'),
(15, 15, 'email', 'Email', 'success', NULL, '2025-01-21 17:25:21', '2025-01-21 17:25:21', '2025-01-21 17:25:21', '2025-01-21 17:25:21'),
(16, 16, 'email', 'Email', 'success', NULL, '2025-01-23 09:14:29', '2025-01-23 09:14:29', '2025-01-23 09:14:29', '2025-01-23 09:14:29'),
(17, 17, 'email', 'Email', 'success', NULL, '2025-01-30 14:21:43', '2025-01-30 14:21:43', '2025-01-30 14:21:43', '2025-01-30 14:21:43');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_e_submissions_values`
--

CREATE TABLE `FDQBA_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_e_submissions_values`
--

INSERT INTO `FDQBA_e_submissions_values` VALUES
(1, 1, 'name', 'Lucy Gordon'),
(2, 1, 'email', 'lucygordon.mkt@gmail.com'),
(3, 1, 'message', 'Hello team, "thelifestrategiescoach.com"\r\n\r\nI just wanted to know if you require a better solution to manage SEO, SMO, SMM, PPC Campaigns, keyword research, Reporting etc.\r\n\r\nOur main focus will be to help generate more sales & online traffic.\r\n\r\nWe will improve your website’s position on Google and get more traffic.\r\n\r\nPlease respond with your phone number, so we can schedule a follow-up call for you within 24 hours. I''d be glad to go over our plan with you.\r\n\r\n\r\nThank you,\r\nLucy Gordon'),
(4, 2, 'name', 'Nitin Chaudhary'),
(5, 2, 'email', 'sales@rankinghat.co'),
(6, 2, 'message', 'Hello there,\r\n\r\nYour website''s design is absolutely brilliant. The visuals really enhance your message and the content compels action. I''ve forwarded it to a few of my contacts who I think could benefit from your services.\r\n\r\nWhen I was looking at your site "www.thelifestrategiescoach.com", though, I noticed some mistakes that you''ve made re: search engine optimization (SEO) which may be leading to a decline in your organic SEO results.\r\n\r\nWould you like to fix it so that you can get maximum exposure/presence on Google, Bing, Yahoo and web traffic to your website?\r\n\r\nIf this is something you are interested in, then allow me to send you a No Obligation Audit Report for your review. We will fix those errors with no extra cost if you choose any one of our monthly marketing plans.\r\n\r\nHave a nice day!\r\n\r\nRegards,\r\nNitin Chaudhary | International Project Manager                                                    \r\nEmail:- sales@rankinghat.co            \r\nContact Number:- +1- (209) 813-5119'),
(7, 3, 'name', 'Nitin Chaudhary'),
(8, 3, 'email', 'sales@rankinghat.co'),
(9, 3, 'message', 'Hello there,\r\n\r\nYour website''s design is absolutely brilliant. The visuals really enhance your message and the content compels action. I''ve forwarded it to a few of my contacts who I think could benefit from your services.\r\n\r\nWhen I was looking at your site "www.thelifestrategiescoach.com", though, I noticed some mistakes that you''ve made re: search engine optimization (SEO) which may be leading to a decline in your organic SEO results.\r\n\r\nWould you like to fix it so that you can get maximum exposure/presence on Google, Bing, Yahoo and web traffic to your website?\r\n\r\nIf this is something you are interested in, then allow me to send you a No Obligation Audit Report for your review. We will fix those errors with no extra cost if you choose any one of our monthly marketing plans.\r\n\r\nHave a nice day!\r\n\r\nRegards,\r\nNitin Chaudhary | International Project Manager                                                    \r\nEmail:- sales@rankinghat.co            \r\nContact Number:- +1- (209) 813-5119'),
(10, 4, 'name', 'Nitin Chaudhary'),
(11, 4, 'email', 'sales@rankinghat.co'),
(12, 4, 'message', 'Hi, \r\n\r\nHope you are doing well,\r\n\r\nWith your permission I would like to send you an Audit report of your website "www.thelifestrategiescoach.com" with prices showing you a few things to greatly improve these search results for you.\r\n\r\nWould you like me to send pricing/Quote?\r\n\r\nRegards,\r\nNitin Chaudhary | International Project Manager                                                    \r\nEmail:- sales@rankinghat.co            \r\nContact Number:- +1- (209) 813-5119'),
(13, 5, 'name', 'Joanna Riggs'),
(14, 5, 'email', 'joannariggs278@gmail.com'),
(15, 5, 'message', 'Hi,\r\n\r\nI just visited thelifestrategiescoach.com and wondered if you''d ever thought about having an engaging video to explain what you do?\r\n\r\nOur prices start from just $195.\r\n\r\nLet me know if you''re interested in seeing samples of our previous work.\r\n\r\nRegards,\r\nJoanna\r\n\r\nUnsubscribe: https://removeme.live/unsubscribe.php?d=thelifestrategiescoach.com'),
(16, 6, 'name', 'Amelia Brown'),
(17, 6, 'email', 'ameliabrown5822@gmail.com'),
(18, 6, 'message', 'Hi there,\r\n\r\nWe run a Youtube growth service, where we can increase your subscriber count safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 700-1500 new subscribers each month.\r\n- Real, human subscribers who subscribe because they are interested in your channel/videos.\r\n- Safe: All actions are done, without using any automated tasks / bots.\r\n\r\nOur price is just $60 (USD) per month and we can start immediately.\r\n\r\nIf you are interested then we can discuss further.\r\n\r\nKind Regards,\r\nAmelia\r\n\r\nOpt-out: https://removeme.live/unsubscribe.php?d=thelifestrategiescoach.com'),
(19, 7, 'name', 'Monarch Web'),
(20, 7, 'email', 'pageranktechnology@gmail.com'),
(21, 7, 'message', 'Hello pageranktechnology@gmail.com,\r\n\r\nWe collaborate with start-ups, SMBs, and new domain owners to provide Website design - re-design and development services at modest rate.\r\n\r\nWe have a dedicated team of 45 professional designers and developers with over 8 plus years of experience and we thrive on the idea that design makes a difference.\r\n\r\nOur services at a glance: -\r\n\r\nWebsite Designing/Re-Designing\r\n\r\n#E-commerce development (Magento, Shopify, Woo Commerce etc.)\r\n\r\n#Graphic Designing\r\n\r\n#WordPress Theme Design & Customization\r\n\r\n#Custom themes, Plugins & Widget Development\r\n\r\n#Custom Templates, Modules, Plugins Design & Development\r\n\r\nShare a brief about your project with your phone number (With Country Code) /Skype and suitable time (Meeting) to talk to you, and get a guaranteed response within 24 hours.\r\n\r\nI’m waiting for your reply.\r\n\r\nThanks in Advance,\r\nMonarch\r\n\r\n\r\n\r\n\r\nYour website: thelifestrategiescoach.com\r\n\r\nNote: - If you’re not Interested in our services, send us "opt-out"'),
(22, 8, 'name', 'Search Engine Index'),
(23, 8, 'email', 'submissions@searchindex.site'),
(24, 8, 'message', 'Hello,\r\n\r\nfor your website do be displayed in searches your domain needs to be indexed in the Google Search Index.\r\n\r\nTo add your domain to Google Search Index now, please visit \r\n\r\nhttps://SearchRegister.org/'),
(25, 9, 'name', 'Charles S'),
(26, 9, 'email', 'pat@aneesho.com'),
(27, 9, 'message', 'https://theascencia.com/contact-us\r\nhttps://e-youth.mk/contact/\r\nhttps://trigger-safety.com/contact-us/\r\nhttps://sailonblueplanet.com/contact-us/\r\nhttps://beachloftarenas.com/contact/\r\nhttps://a1toc2.net/contact/\r\nhttps://digisoftai.com/contact-us/\r\nhttps://learningthecervanteslanguage.com/contact/\r\nhttps://exploretlc.com/contact/\r\nhttps://drlaurettagreer.com/contact\r\nhttps://thelifestrategiescoach.com/contact-us/\r\nhttps://callcenteradvisory.com/contact/\r\nhttps://krwithyou.com/contact/\r\nhttps://janeswellbeing.biz/contact-us/\r\nhttps://rugbyyoga.co.uk/contact/\r\nhttps://ibaxs.com/contact-us/\r\nhttps://trendhorz.com/contact-us/\r\nhttps://copaamericalive.com/contact/\r\nhttps://ramenbet-chuckledive.quest/contact-us\r\nhttps://prettylittletootsies.com/contact-me/\r\nhttps://wrestlevoice.com/contact-us/\r\nhttps://business.kingfisher.org/directory/Contact/p0764ydr\r\nhttps://serenitybalilux.com/contact/\r\nhttps://weatherpassport.com/contact/\r\nhttps://usaepoxyservices.com/contact-us/\r\nhttps://shiningshiv.com/contact\r\nhttps://minnprepacademy.org/contact/\r\nhttps://gautxori.biz/contact/\r\nhttps://celebglitze.com/contact-us/\r\nhttps://chikossacredsage.com/contact/\r\nhttps://sofaniacreative.com/contact-2/\r\nhttps://lucindakindredart.com/about/contact/\r\nhttps://thethirdbird.ca/contact\r\nhttps://chesadelcrier.com/contact/\r\nhttps://artandcraftessentials.com/contact/\r\nhttps://sisresist.com/contact\r\nhttps://joelledouthit.art/contact/\r\nhttps://dustinmeyerart.com/contact\r\nhttps://domoart.co.uk/contact/\r\nhttps://michaelwilberforce.com/contact/\r\nhttps://martinpeeves.art/contact/\r\nhttps://sambolaart.com/contact/\r\nhttps://jennifernealbooks.com/contact-jennifer/\r\nhttps://karenrichmond.co.uk/contact/\r\nhttps://audreylpintoart.com/contact\r\nhttps://angeliquaaynetdinovaart.com/contact/\r\nhttps://jimkellyartworks.art/contact/\r\nhttps://xaus.me/contact/\r\nhttps://alifeinartretrospective.com/contact/\r\nhttps://myfetsite.com/index.php/contact/\r\nhttps://christianaggari.com/contact-me/\r\nhttps://omwvisualart.works/contact-me/\r\nhttps://kobadit.com/contact/\r\nhttps://desertislandaiart.com/contact-us/\r\nhttps://topartglass.com/contact-us/\r\nhttps://oktopia.art/contact/\r\nhttps://simpleguy.art/contact\r\nhttps://floorwizart.com/contact\r\nhttps://peterligeti.com/contact\r\nhttps://nodiseaseorphan.org/contact/\r\nhttps://artixceramics.com/Contact\r\nhttps://fineartboutique.co.uk/contact-us\r\nhttps://tabitharosecervantes.com/contact-a-storyteller\r\nhttps://learncreunderwriting.com/contact/\r\nhttps://robertshawart.com/contact\r\nhttps://artgalleryinspired.com/contact-us/\r\nhttps://artstages.art/contact/\r\nhttps://lukeryba.com/contact/\r\nhttps://dilline.com/contact-us/\r\nhttps://mayan-symbols.com/contact/\r\nhttps://peggydotart.com/contact/\r\nhttps://seete.org/contact/\r\nhttps://paulok.art/contact/\r\nhttps://linaspano.art/contact\r\nhttps://thecolorroom.art/contact-us-2/\r\nhttps://annieroweart.com/contact\r\nhttps://usdclick.com/contact\r\nhttps://thecollabcrew.com.au/contact\r\nhttps://geeshaelizabethk.com/contact'),
(28, 10, 'name', 'Joanna Riggs'),
(29, 10, 'email', 'joannariggs278@gmail.com'),
(30, 10, 'message', 'Hi,\r\n\r\nI just visited thelifestrategiescoach.com and wondered if you''d ever thought about having an engaging video to explain what you do?\r\n\r\nOur prices start from just $195.\r\n\r\nLet me know if you''re interested in seeing samples of our previous work.\r\n\r\nRegards,\r\nJoanna'),
(31, 11, 'name', 'Nitin Chaudhary'),
(32, 11, 'email', 'sales@rankinghat.co'),
(33, 11, 'message', 'Hello there,\r\n\r\nYour website''s design is absolutely brilliant. The visuals really enhance your message and the content compels action. I''ve forwarded it to a few of my contacts who I think could benefit from your services.\r\n\r\nWhen I was looking at your site "www.thelifestrategiescoach.com", though, I noticed some mistakes that you''ve made re: search engine optimization (SEO) which may be leading to a decline in your organic SEO results.\r\n\r\nWould you like to fix it so that you can get maximum exposure/presence on Google, Bing, Yahoo and web traffic to your website?\r\n\r\nIf this is something you are interested in, then allow me to send you a No Obligation Audit Report for your review. We will fix those errors with no extra cost if you choose any one of our monthly marketing plans.\r\n\r\nHave a nice day!\r\n\r\nRegards,\r\nNitin Chaudhary | International Project Manager                                                    \r\nEmail:- sales@rankinghat.co            \r\nContact Number:- +1- (209) 813-5119'),
(34, 12, 'name', 'Amelia Brown'),
(35, 12, 'email', 'ameliabrown5822@gmail.com'),
(36, 12, 'message', 'Hi there,\r\n\r\nWe run a YouTube growth service, which increases your number of subscribers both safely and practically.\r\n\r\n- We guarantee to gain you 700-1500+ subscribers per month.\r\n- People subscribe because they are interested in your channel/videos, increasing likes, comments and interaction.\r\n- All actions are made manually by our team. We do not use any ''bots''.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you have any questions, let me know, and we can discuss further.\r\n\r\nKind Regards,\r\nAmelia'),
(37, 13, 'name', 'Latia Cockram'),
(38, 13, 'email', 'cockram.latia@gmail.com'),
(39, 13, 'message', 'Hi,\r\n\r\nI''ve just been on thelifestrategiescoach.com and wondered if you''d thought about creating a video to explain what you do?\r\n\r\nTrusted by over 25 million users worldwide, our software takes the hassle out of video creation, allowing you to focus on what matters most - your message.\r\n\r\n1. Turn any idea into a video in minutes: Describe your concept, and watch as Invideo generates a high-quality video.\r\n2. Make changes with simple text prompts, just like you''d instruct a video editor.\r\n3. Create in multiple languages: Prompt and generate videos in your preferred language, or translate existing videos into 30+ languages!\r\n4. Clone your voice with AI: Maintain consistency and save time with AI-powered voice cloning.\r\n5. Full video solution in one tool: Generate, edit, collaborate, and more - all within Invideo AI.\r\n\r\nLearn more and try it FREE: https://furtherinfo.info/p3hn\r\n\r\nRegards,\r\nLatia'),
(40, 14, 'name', 'Amelia Brown'),
(41, 14, 'email', 'ameliabrown5822@gmail.com'),
(42, 14, 'message', 'Hi there,\r\n\r\nWe run a Youtube growth service, where we can increase your subscriber count safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 700-1500 new subscribers each month.\r\n- Real, human subscribers who subscribe because they are interested in your channel/videos.\r\n- Safe: All actions are done, without using any automated tasks / bots.\r\n\r\nOur price is just $60 (USD) per month and we can start immediately.\r\n\r\nIf you are interested then we can discuss further.\r\n\r\nKind Regards,\r\nAmelia\r\n\r\nOpt-out: https://removeme.live/unsubscribe.php?d=thelifestrategiescoach.com'),
(43, 15, 'name', 'Michealtit'),
(44, 15, 'email', 'raymondhundatus@gmail.com'),
(45, 15, 'message', 'Salutations! thelifestrategiescoach.com \r\n \r\nDid you know that it is possible to send messages entirely legally and securely? \r\nWhen such messages are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals securely. Also, messages sent through communication Forms do not get into spam because such messages are considered to be of utmost importance. \r\nThere is now no cost to you to try out our service. \r\nWe are able to transmit up to 50,000 messages in your name. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis letter is automatically generated. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\nWe only use chat for communication.'),
(46, 16, 'name', 'Joanna Riggs'),
(47, 16, 'email', 'joannariggs278@gmail.com'),
(48, 16, 'message', 'Hi,\r\n\r\nI just visited thelifestrategiescoach.com and wondered if you''d ever thought about having an engaging video to explain what you do?\r\n\r\nOur videos cost just $195 for a 30 second video ($239 for 60 seconds) and include a full script, voice-over and video.\r\n\r\nI can show you some previous videos we''ve done if you want me to send some over. Let me know if you''re interested in seeing samples of our previous work. If you are not interested, just use the link at the bottom.\r\n\r\nRegards,\r\nJoanna\r\n\r\nUnsubscribe: https://removeme.live/unsubscribe.php?d=thelifestrategiescoach.com'),
(49, 17, 'name', 'Nitin Chaudhary'),
(50, 17, 'email', 'sales@rankinghat.co'),
(51, 17, 'message', 'Hi, \r\n\r\nHope you are doing well,\r\n\r\nWith your permission I would like to send you an Audit report of your website "www.thelifestrategiescoach.com" with prices showing you a few things to greatly improve these search results for you.\r\n\r\nWould you like me to send pricing/Quote?\r\n\r\nRegards,\r\nNitin Chaudhary | International Project Manager                                                    \r\nEmail:- sales@rankinghat.co            \r\nContact Number:- +1- (209) 813-5119');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_links`
--

CREATE TABLE `FDQBA_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_options`
--

CREATE TABLE `FDQBA_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_options`
--

INSERT INTO `FDQBA_options` VALUES
(1, 'cron', 'a:22:{i:1738261148;a:1:{s:29:"rsssl_every_five_minutes_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:18:"rsssl_five_minutes";s:4:"args";a:0:{}s:8:"interval";i:300;}}}i:1738262277;a:1:{s:16:"burst_every_hour";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:16:"burst_every_hour";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1738263175;a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1738263548;a:1:{s:28:"rsssl_every_three_hours_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:23:"rsssl_every_three_hours";s:4:"args";a:0:{}s:8:"interval";i:10800;}}}i:1738265877;a:1:{s:11:"burst_daily";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"burst_daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738266033;a:1:{s:29:"wpo_smush_clear_backup_images";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738295575;a:2:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738295578;a:1:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1738295939;a:1:{s:28:"elementor/tracker/send_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738295948;a:1:{s:20:"rsssl_every_day_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"rsssl_daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738296179;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738296180;a:1:{s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1738296328;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1738300975;a:1:{s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1738302775;a:1:{s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1738352277;a:1:{s:12:"burst_weekly";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:12:"burst_weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1738352433;a:1:{s:21:"wpo_weekly_cron_tasks";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1738555148;a:1:{s:22:"rsssl_every_month_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:13:"rsssl_monthly";s:4:"args";a:0:{}s:8:"interval";i:2592000;}}}i:1738698033;a:1:{s:28:"wpo_smush_clear_failed_tasks";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"wpo_monthly";s:4:"args";a:0:{}s:8:"interval";i:2592000;}}}i:1738814003;a:1:{s:30:"wp_delete_temp_updater_backups";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1738814348;a:1:{s:21:"rsssl_every_week_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:12:"rsssl_weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'on'),
(2, 'siteurl', 'https://thelifestrategiescoach.com', 'on'),
(3, 'home', 'https://thelifestrategiescoach.com', 'on'),
(4, 'blogname', 'Life Strategies Coaching', 'on'),
(5, 'blogdescription', '', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'admin@thelifestrategiescoach.com', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', '', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:112:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:46:"e-floating-buttons/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:52:"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:35:"e-floating-buttons/([^/]+)/embed/?$";s:51:"index.php?e-floating-buttons=$matches[1]&embed=true";s:39:"e-floating-buttons/([^/]+)/trackback/?$";s:45:"index.php?e-floating-buttons=$matches[1]&tb=1";s:47:"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]";s:54:"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]";s:43:"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$";s:57:"index.php?e-floating-buttons=$matches[1]&page=$matches[2]";s:35:"e-floating-buttons/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"e-floating-buttons/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"e-floating-buttons/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:12:"sitemap\\.xml";s:24:"index.php??sitemap=index";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:38:"index.php?&page_id=8&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:6:{i:0;s:26:"burst-statistics/burst.php";i:1;s:31:"elementor-pro/elementor-pro.php";i:2;s:23:"elementor/elementor.php";i:3;s:41:"image-optimization/image-optimization.php";i:4;s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";i:5;s:27:"wp-optimize/wp-optimize.php";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'http://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', '', 'off'),
(41, 'template', 'hello-elementor', 'on'),
(42, 'stylesheet', 'hello-elementor', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '58975', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:0:{}', 'on'),
(78, 'widget_text', 'a:0:{}', 'on'),
(79, 'widget_rss', 'a:0:{}', 'on'),
(80, 'uninstall_plugins', 'a:2:{s:23:"elementor/elementor.php";a:2:{i:0;s:21:"Elementor\\Maintenance";i:1;s:9:"uninstall";}s:27:"wp-optimize/wp-optimize.php";a:2:{i:0;s:13:"WPO_Uninstall";i:1;s:7:"actions";}}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '8', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '11', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1748922775', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'initial_db_version', '58975', 'on'),
(102, 'FDQBA_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:72:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:15:"manage_security";b:1;s:14:"manage_privacy";b:1;s:26:"create_notes_elementor-pro";b:1;s:24:"edit_notes_elementor-pro";b:1;s:26:"delete_notes_elementor-pro";b:1;s:24:"read_notes_elementor-pro";b:1;s:31:"edit_others_notes_elementor-pro";b:1;s:33:"delete_others_notes_elementor-pro";b:1;s:39:"read_others_private_notes_elementor-pro";b:1;s:21:"view_burst_statistics";b:1;s:23:"manage_burst_statistics";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:21:"view_burst_statistics";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'on'),
(103, 'fresh_site', '0', 'off'),
(104, 'user_count', '1', 'off'),
(105, 'widget_block', 'a:6:{i:2;a:1:{s:7:"content";s:19:"<!-- wp:search /-->";}i:3;a:1:{s:7:"content";s:154:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->";}i:4;a:1:{s:7:"content";s:227:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {"displayAvatar":false,"displayDate":false,"displayExcerpt":false} /--></div><!-- /wp:group -->";}i:5;a:1:{s:7:"content";s:146:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->";}i:6;a:1:{s:7:"content";s:150:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->";}s:12:"_multiwidget";i:1;}', 'auto'),
(106, 'sidebars_widgets', 'a:2:{s:19:"wp_inactive_widgets";a:5:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";i:3;s:7:"block-5";i:4;s:7:"block-6";}s:13:"array_version";i:3;}', 'auto'),
(107, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(108, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(109, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(110, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(111, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(112, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(113, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(114, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(115, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(116, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(117, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(118, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(119, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(120, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(121, '_transient_wp_core_block_css_files', 'a:2:{s:7:"version";s:5:"6.7.1";s:5:"files";a:540:{i:0;s:23:"archives/editor-rtl.css";i:1;s:27:"archives/editor-rtl.min.css";i:2;s:19:"archives/editor.css";i:3;s:23:"archives/editor.min.css";i:4;s:22:"archives/style-rtl.css";i:5;s:26:"archives/style-rtl.min.css";i:6;s:18:"archives/style.css";i:7;s:22:"archives/style.min.css";i:8;s:20:"audio/editor-rtl.css";i:9;s:24:"audio/editor-rtl.min.css";i:10;s:16:"audio/editor.css";i:11;s:20:"audio/editor.min.css";i:12;s:19:"audio/style-rtl.css";i:13;s:23:"audio/style-rtl.min.css";i:14;s:15:"audio/style.css";i:15;s:19:"audio/style.min.css";i:16;s:19:"audio/theme-rtl.css";i:17;s:23:"audio/theme-rtl.min.css";i:18;s:15:"audio/theme.css";i:19;s:19:"audio/theme.min.css";i:20;s:21:"avatar/editor-rtl.css";i:21;s:25:"avatar/editor-rtl.min.css";i:22;s:17:"avatar/editor.css";i:23;s:21:"avatar/editor.min.css";i:24;s:20:"avatar/style-rtl.css";i:25;s:24:"avatar/style-rtl.min.css";i:26;s:16:"avatar/style.css";i:27;s:20:"avatar/style.min.css";i:28;s:21:"button/editor-rtl.css";i:29;s:25:"button/editor-rtl.min.css";i:30;s:17:"button/editor.css";i:31;s:21:"button/editor.min.css";i:32;s:20:"button/style-rtl.css";i:33;s:24:"button/style-rtl.min.css";i:34;s:16:"button/style.css";i:35;s:20:"button/style.min.css";i:36;s:22:"buttons/editor-rtl.css";i:37;s:26:"buttons/editor-rtl.min.css";i:38;s:18:"buttons/editor.css";i:39;s:22:"buttons/editor.min.css";i:40;s:21:"buttons/style-rtl.css";i:41;s:25:"buttons/style-rtl.min.css";i:42;s:17:"buttons/style.css";i:43;s:21:"buttons/style.min.css";i:44;s:22:"calendar/style-rtl.css";i:45;s:26:"calendar/style-rtl.min.css";i:46;s:18:"calendar/style.css";i:47;s:22:"calendar/style.min.css";i:48;s:25:"categories/editor-rtl.css";i:49;s:29:"categories/editor-rtl.min.css";i:50;s:21:"categories/editor.css";i:51;s:25:"categories/editor.min.css";i:52;s:24:"categories/style-rtl.css";i:53;s:28:"categories/style-rtl.min.css";i:54;s:20:"categories/style.css";i:55;s:24:"categories/style.min.css";i:56;s:19:"code/editor-rtl.css";i:57;s:23:"code/editor-rtl.min.css";i:58;s:15:"code/editor.css";i:59;s:19:"code/editor.min.css";i:60;s:18:"code/style-rtl.css";i:61;s:22:"code/style-rtl.min.css";i:62;s:14:"code/style.css";i:63;s:18:"code/style.min.css";i:64;s:18:"code/theme-rtl.css";i:65;s:22:"code/theme-rtl.min.css";i:66;s:14:"code/theme.css";i:67;s:18:"code/theme.min.css";i:68;s:22:"columns/editor-rtl.css";i:69;s:26:"columns/editor-rtl.min.css";i:70;s:18:"columns/editor.css";i:71;s:22:"columns/editor.min.css";i:72;s:21:"columns/style-rtl.css";i:73;s:25:"columns/style-rtl.min.css";i:74;s:17:"columns/style.css";i:75;s:21:"columns/style.min.css";i:76;s:33:"comment-author-name/style-rtl.css";i:77;s:37:"comment-author-name/style-rtl.min.css";i:78;s:29:"comment-author-name/style.css";i:79;s:33:"comment-author-name/style.min.css";i:80;s:29:"comment-content/style-rtl.css";i:81;s:33:"comment-content/style-rtl.min.css";i:82;s:25:"comment-content/style.css";i:83;s:29:"comment-content/style.min.css";i:84;s:26:"comment-date/style-rtl.css";i:85;s:30:"comment-date/style-rtl.min.css";i:86;s:22:"comment-date/style.css";i:87;s:26:"comment-date/style.min.css";i:88;s:31:"comment-edit-link/style-rtl.css";i:89;s:35:"comment-edit-link/style-rtl.min.css";i:90;s:27:"comment-edit-link/style.css";i:91;s:31:"comment-edit-link/style.min.css";i:92;s:32:"comment-reply-link/style-rtl.css";i:93;s:36:"comment-reply-link/style-rtl.min.css";i:94;s:28:"comment-reply-link/style.css";i:95;s:32:"comment-reply-link/style.min.css";i:96;s:30:"comment-template/style-rtl.css";i:97;s:34:"comment-template/style-rtl.min.css";i:98;s:26:"comment-template/style.css";i:99;s:30:"comment-template/style.min.css";i:100;s:42:"comments-pagination-numbers/editor-rtl.css";i:101;s:46:"comments-pagination-numbers/editor-rtl.min.css";i:102;s:38:"comments-pagination-numbers/editor.css";i:103;s:42:"comments-pagination-numbers/editor.min.css";i:104;s:34:"comments-pagination/editor-rtl.css";i:105;s:38:"comments-pagination/editor-rtl.min.css";i:106;s:30:"comments-pagination/editor.css";i:107;s:34:"comments-pagination/editor.min.css";i:108;s:33:"comments-pagination/style-rtl.css";i:109;s:37:"comments-pagination/style-rtl.min.css";i:110;s:29:"comments-pagination/style.css";i:111;s:33:"comments-pagination/style.min.css";i:112;s:29:"comments-title/editor-rtl.css";i:113;s:33:"comments-title/editor-rtl.min.css";i:114;s:25:"comments-title/editor.css";i:115;s:29:"comments-title/editor.min.css";i:116;s:23:"comments/editor-rtl.css";i:117;s:27:"comments/editor-rtl.min.css";i:118;s:19:"comments/editor.css";i:119;s:23:"comments/editor.min.css";i:120;s:22:"comments/style-rtl.css";i:121;s:26:"comments/style-rtl.min.css";i:122;s:18:"comments/style.css";i:123;s:22:"comments/style.min.css";i:124;s:20:"cover/editor-rtl.css";i:125;s:24:"cover/editor-rtl.min.css";i:126;s:16:"cover/editor.css";i:127;s:20:"cover/editor.min.css";i:128;s:19:"cover/style-rtl.css";i:129;s:23:"cover/style-rtl.min.css";i:130;s:15:"cover/style.css";i:131;s:19:"cover/style.min.css";i:132;s:22:"details/editor-rtl.css";i:133;s:26:"details/editor-rtl.min.css";i:134;s:18:"details/editor.css";i:135;s:22:"details/editor.min.css";i:136;s:21:"details/style-rtl.css";i:137;s:25:"details/style-rtl.min.css";i:138;s:17:"details/style.css";i:139;s:21:"details/style.min.css";i:140;s:20:"embed/editor-rtl.css";i:141;s:24:"embed/editor-rtl.min.css";i:142;s:16:"embed/editor.css";i:143;s:20:"embed/editor.min.css";i:144;s:19:"embed/style-rtl.css";i:145;s:23:"embed/style-rtl.min.css";i:146;s:15:"embed/style.css";i:147;s:19:"embed/style.min.css";i:148;s:19:"embed/theme-rtl.css";i:149;s:23:"embed/theme-rtl.min.css";i:150;s:15:"embed/theme.css";i:151;s:19:"embed/theme.min.css";i:152;s:19:"file/editor-rtl.css";i:153;s:23:"file/editor-rtl.min.css";i:154;s:15:"file/editor.css";i:155;s:19:"file/editor.min.css";i:156;s:18:"file/style-rtl.css";i:157;s:22:"file/style-rtl.min.css";i:158;s:14:"file/style.css";i:159;s:18:"file/style.min.css";i:160;s:23:"footnotes/style-rtl.css";i:161;s:27:"footnotes/style-rtl.min.css";i:162;s:19:"footnotes/style.css";i:163;s:23:"footnotes/style.min.css";i:164;s:23:"freeform/editor-rtl.css";i:165;s:27:"freeform/editor-rtl.min.css";i:166;s:19:"freeform/editor.css";i:167;s:23:"freeform/editor.min.css";i:168;s:22:"gallery/editor-rtl.css";i:169;s:26:"gallery/editor-rtl.min.css";i:170;s:18:"gallery/editor.css";i:171;s:22:"gallery/editor.min.css";i:172;s:21:"gallery/style-rtl.css";i:173;s:25:"gallery/style-rtl.min.css";i:174;s:17:"gallery/style.css";i:175;s:21:"gallery/style.min.css";i:176;s:21:"gallery/theme-rtl.css";i:177;s:25:"gallery/theme-rtl.min.css";i:178;s:17:"gallery/theme.css";i:179;s:21:"gallery/theme.min.css";i:180;s:20:"group/editor-rtl.css";i:181;s:24:"group/editor-rtl.min.css";i:182;s:16:"group/editor.css";i:183;s:20:"group/editor.min.css";i:184;s:19:"group/style-rtl.css";i:185;s:23:"group/style-rtl.min.css";i:186;s:15:"group/style.css";i:187;s:19:"group/style.min.css";i:188;s:19:"group/theme-rtl.css";i:189;s:23:"group/theme-rtl.min.css";i:190;s:15:"group/theme.css";i:191;s:19:"group/theme.min.css";i:192;s:21:"heading/style-rtl.css";i:193;s:25:"heading/style-rtl.min.css";i:194;s:17:"heading/style.css";i:195;s:21:"heading/style.min.css";i:196;s:19:"html/editor-rtl.css";i:197;s:23:"html/editor-rtl.min.css";i:198;s:15:"html/editor.css";i:199;s:19:"html/editor.min.css";i:200;s:20:"image/editor-rtl.css";i:201;s:24:"image/editor-rtl.min.css";i:202;s:16:"image/editor.css";i:203;s:20:"image/editor.min.css";i:204;s:19:"image/style-rtl.css";i:205;s:23:"image/style-rtl.min.css";i:206;s:15:"image/style.css";i:207;s:19:"image/style.min.css";i:208;s:19:"image/theme-rtl.css";i:209;s:23:"image/theme-rtl.min.css";i:210;s:15:"image/theme.css";i:211;s:19:"image/theme.min.css";i:212;s:29:"latest-comments/style-rtl.css";i:213;s:33:"latest-comments/style-rtl.min.css";i:214;s:25:"latest-comments/style.css";i:215;s:29:"latest-comments/style.min.css";i:216;s:27:"latest-posts/editor-rtl.css";i:217;s:31:"latest-posts/editor-rtl.min.css";i:218;s:23:"latest-posts/editor.css";i:219;s:27:"latest-posts/editor.min.css";i:220;s:26:"latest-posts/style-rtl.css";i:221;s:30:"latest-posts/style-rtl.min.css";i:222;s:22:"latest-posts/style.css";i:223;s:26:"latest-posts/style.min.css";i:224;s:18:"list/style-rtl.css";i:225;s:22:"list/style-rtl.min.css";i:226;s:14:"list/style.css";i:227;s:18:"list/style.min.css";i:228;s:22:"loginout/style-rtl.css";i:229;s:26:"loginout/style-rtl.min.css";i:230;s:18:"loginout/style.css";i:231;s:22:"loginout/style.min.css";i:232;s:25:"media-text/editor-rtl.css";i:233;s:29:"media-text/editor-rtl.min.css";i:234;s:21:"media-text/editor.css";i:235;s:25:"media-text/editor.min.css";i:236;s:24:"media-text/style-rtl.css";i:237;s:28:"media-text/style-rtl.min.css";i:238;s:20:"media-text/style.css";i:239;s:24:"media-text/style.min.css";i:240;s:19:"more/editor-rtl.css";i:241;s:23:"more/editor-rtl.min.css";i:242;s:15:"more/editor.css";i:243;s:19:"more/editor.min.css";i:244;s:30:"navigation-link/editor-rtl.css";i:245;s:34:"navigation-link/editor-rtl.min.css";i:246;s:26:"navigation-link/editor.css";i:247;s:30:"navigation-link/editor.min.css";i:248;s:29:"navigation-link/style-rtl.css";i:249;s:33:"navigation-link/style-rtl.min.css";i:250;s:25:"navigation-link/style.css";i:251;s:29:"navigation-link/style.min.css";i:252;s:33:"navigation-submenu/editor-rtl.css";i:253;s:37:"navigation-submenu/editor-rtl.min.css";i:254;s:29:"navigation-submenu/editor.css";i:255;s:33:"navigation-submenu/editor.min.css";i:256;s:25:"navigation/editor-rtl.css";i:257;s:29:"navigation/editor-rtl.min.css";i:258;s:21:"navigation/editor.css";i:259;s:25:"navigation/editor.min.css";i:260;s:24:"navigation/style-rtl.css";i:261;s:28:"navigation/style-rtl.min.css";i:262;s:20:"navigation/style.css";i:263;s:24:"navigation/style.min.css";i:264;s:23:"nextpage/editor-rtl.css";i:265;s:27:"nextpage/editor-rtl.min.css";i:266;s:19:"nextpage/editor.css";i:267;s:23:"nextpage/editor.min.css";i:268;s:24:"page-list/editor-rtl.css";i:269;s:28:"page-list/editor-rtl.min.css";i:270;s:20:"page-list/editor.css";i:271;s:24:"page-list/editor.min.css";i:272;s:23:"page-list/style-rtl.css";i:273;s:27:"page-list/style-rtl.min.css";i:274;s:19:"page-list/style.css";i:275;s:23:"page-list/style.min.css";i:276;s:24:"paragraph/editor-rtl.css";i:277;s:28:"paragraph/editor-rtl.min.css";i:278;s:20:"paragraph/editor.css";i:279;s:24:"paragraph/editor.min.css";i:280;s:23:"paragraph/style-rtl.css";i:281;s:27:"paragraph/style-rtl.min.css";i:282;s:19:"paragraph/style.css";i:283;s:23:"paragraph/style.min.css";i:284;s:35:"post-author-biography/style-rtl.css";i:285;s:39:"post-author-biography/style-rtl.min.css";i:286;s:31:"post-author-biography/style.css";i:287;s:35:"post-author-biography/style.min.css";i:288;s:30:"post-author-name/style-rtl.css";i:289;s:34:"post-author-name/style-rtl.min.css";i:290;s:26:"post-author-name/style.css";i:291;s:30:"post-author-name/style.min.css";i:292;s:26:"post-author/editor-rtl.css";i:293;s:30:"post-author/editor-rtl.min.css";i:294;s:22:"post-author/editor.css";i:295;s:26:"post-author/editor.min.css";i:296;s:25:"post-author/style-rtl.css";i:297;s:29:"post-author/style-rtl.min.css";i:298;s:21:"post-author/style.css";i:299;s:25:"post-author/style.min.css";i:300;s:33:"post-comments-form/editor-rtl.css";i:301;s:37:"post-comments-form/editor-rtl.min.css";i:302;s:29:"post-comments-form/editor.css";i:303;s:33:"post-comments-form/editor.min.css";i:304;s:32:"post-comments-form/style-rtl.css";i:305;s:36:"post-comments-form/style-rtl.min.css";i:306;s:28:"post-comments-form/style.css";i:307;s:32:"post-comments-form/style.min.css";i:308;s:27:"post-content/editor-rtl.css";i:309;s:31:"post-content/editor-rtl.min.css";i:310;s:23:"post-content/editor.css";i:311;s:27:"post-content/editor.min.css";i:312;s:26:"post-content/style-rtl.css";i:313;s:30:"post-content/style-rtl.min.css";i:314;s:22:"post-content/style.css";i:315;s:26:"post-content/style.min.css";i:316;s:23:"post-date/style-rtl.css";i:317;s:27:"post-date/style-rtl.min.css";i:318;s:19:"post-date/style.css";i:319;s:23:"post-date/style.min.css";i:320;s:27:"post-excerpt/editor-rtl.css";i:321;s:31:"post-excerpt/editor-rtl.min.css";i:322;s:23:"post-excerpt/editor.css";i:323;s:27:"post-excerpt/editor.min.css";i:324;s:26:"post-excerpt/style-rtl.css";i:325;s:30:"post-excerpt/style-rtl.min.css";i:326;s:22:"post-excerpt/style.css";i:327;s:26:"post-excerpt/style.min.css";i:328;s:34:"post-featured-image/editor-rtl.css";i:329;s:38:"post-featured-image/editor-rtl.min.css";i:330;s:30:"post-featured-image/editor.css";i:331;s:34:"post-featured-image/editor.min.css";i:332;s:33:"post-featured-image/style-rtl.css";i:333;s:37:"post-featured-image/style-rtl.min.css";i:334;s:29:"post-featured-image/style.css";i:335;s:33:"post-featured-image/style.min.css";i:336;s:34:"post-navigation-link/style-rtl.css";i:337;s:38:"post-navigation-link/style-rtl.min.css";i:338;s:30:"post-navigation-link/style.css";i:339;s:34:"post-navigation-link/style.min.css";i:340;s:28:"post-template/editor-rtl.css";i:341;s:32:"post-template/editor-rtl.min.css";i:342;s:24:"post-template/editor.css";i:343;s:28:"post-template/editor.min.css";i:344;s:27:"post-template/style-rtl.css";i:345;s:31:"post-template/style-rtl.min.css";i:346;s:23:"post-template/style.css";i:347;s:27:"post-template/style.min.css";i:348;s:24:"post-terms/style-rtl.css";i:349;s:28:"post-terms/style-rtl.min.css";i:350;s:20:"post-terms/style.css";i:351;s:24:"post-terms/style.min.css";i:352;s:24:"post-title/style-rtl.css";i:353;s:28:"post-title/style-rtl.min.css";i:354;s:20:"post-title/style.css";i:355;s:24:"post-title/style.min.css";i:356;s:26:"preformatted/style-rtl.css";i:357;s:30:"preformatted/style-rtl.min.css";i:358;s:22:"preformatted/style.css";i:359;s:26:"preformatted/style.min.css";i:360;s:24:"pullquote/editor-rtl.css";i:361;s:28:"pullquote/editor-rtl.min.css";i:362;s:20:"pullquote/editor.css";i:363;s:24:"pullquote/editor.min.css";i:364;s:23:"pullquote/style-rtl.css";i:365;s:27:"pullquote/style-rtl.min.css";i:366;s:19:"pullquote/style.css";i:367;s:23:"pullquote/style.min.css";i:368;s:23:"pullquote/theme-rtl.css";i:369;s:27:"pullquote/theme-rtl.min.css";i:370;s:19:"pullquote/theme.css";i:371;s:23:"pullquote/theme.min.css";i:372;s:39:"query-pagination-numbers/editor-rtl.css";i:373;s:43:"query-pagination-numbers/editor-rtl.min.css";i:374;s:35:"query-pagination-numbers/editor.css";i:375;s:39:"query-pagination-numbers/editor.min.css";i:376;s:31:"query-pagination/editor-rtl.css";i:377;s:35:"query-pagination/editor-rtl.min.css";i:378;s:27:"query-pagination/editor.css";i:379;s:31:"query-pagination/editor.min.css";i:380;s:30:"query-pagination/style-rtl.css";i:381;s:34:"query-pagination/style-rtl.min.css";i:382;s:26:"query-pagination/style.css";i:383;s:30:"query-pagination/style.min.css";i:384;s:25:"query-title/style-rtl.css";i:385;s:29:"query-title/style-rtl.min.css";i:386;s:21:"query-title/style.css";i:387;s:25:"query-title/style.min.css";i:388;s:20:"query/editor-rtl.css";i:389;s:24:"query/editor-rtl.min.css";i:390;s:16:"query/editor.css";i:391;s:20:"query/editor.min.css";i:392;s:19:"quote/style-rtl.css";i:393;s:23:"quote/style-rtl.min.css";i:394;s:15:"quote/style.css";i:395;s:19:"quote/style.min.css";i:396;s:19:"quote/theme-rtl.css";i:397;s:23:"quote/theme-rtl.min.css";i:398;s:15:"quote/theme.css";i:399;s:19:"quote/theme.min.css";i:400;s:23:"read-more/style-rtl.css";i:401;s:27:"read-more/style-rtl.min.css";i:402;s:19:"read-more/style.css";i:403;s:23:"read-more/style.min.css";i:404;s:18:"rss/editor-rtl.css";i:405;s:22:"rss/editor-rtl.min.css";i:406;s:14:"rss/editor.css";i:407;s:18:"rss/editor.min.css";i:408;s:17:"rss/style-rtl.css";i:409;s:21:"rss/style-rtl.min.css";i:410;s:13:"rss/style.css";i:411;s:17:"rss/style.min.css";i:412;s:21:"search/editor-rtl.css";i:413;s:25:"search/editor-rtl.min.css";i:414;s:17:"search/editor.css";i:415;s:21:"search/editor.min.css";i:416;s:20:"search/style-rtl.css";i:417;s:24:"search/style-rtl.min.css";i:418;s:16:"search/style.css";i:419;s:20:"search/style.min.css";i:420;s:20:"search/theme-rtl.css";i:421;s:24:"search/theme-rtl.min.css";i:422;s:16:"search/theme.css";i:423;s:20:"search/theme.min.css";i:424;s:24:"separator/editor-rtl.css";i:425;s:28:"separator/editor-rtl.min.css";i:426;s:20:"separator/editor.css";i:427;s:24:"separator/editor.min.css";i:428;s:23:"separator/style-rtl.css";i:429;s:27:"separator/style-rtl.min.css";i:430;s:19:"separator/style.css";i:431;s:23:"separator/style.min.css";i:432;s:23:"separator/theme-rtl.css";i:433;s:27:"separator/theme-rtl.min.css";i:434;s:19:"separator/theme.css";i:435;s:23:"separator/theme.min.css";i:436;s:24:"shortcode/editor-rtl.css";i:437;s:28:"shortcode/editor-rtl.min.css";i:438;s:20:"shortcode/editor.css";i:439;s:24:"shortcode/editor.min.css";i:440;s:24:"site-logo/editor-rtl.css";i:441;s:28:"site-logo/editor-rtl.min.css";i:442;s:20:"site-logo/editor.css";i:443;s:24:"site-logo/editor.min.css";i:444;s:23:"site-logo/style-rtl.css";i:445;s:27:"site-logo/style-rtl.min.css";i:446;s:19:"site-logo/style.css";i:447;s:23:"site-logo/style.min.css";i:448;s:27:"site-tagline/editor-rtl.css";i:449;s:31:"site-tagline/editor-rtl.min.css";i:450;s:23:"site-tagline/editor.css";i:451;s:27:"site-tagline/editor.min.css";i:452;s:26:"site-tagline/style-rtl.css";i:453;s:30:"site-tagline/style-rtl.min.css";i:454;s:22:"site-tagline/style.css";i:455;s:26:"site-tagline/style.min.css";i:456;s:25:"site-title/editor-rtl.css";i:457;s:29:"site-title/editor-rtl.min.css";i:458;s:21:"site-title/editor.css";i:459;s:25:"site-title/editor.min.css";i:460;s:24:"site-title/style-rtl.css";i:461;s:28:"site-title/style-rtl.min.css";i:462;s:20:"site-title/style.css";i:463;s:24:"site-title/style.min.css";i:464;s:26:"social-link/editor-rtl.css";i:465;s:30:"social-link/editor-rtl.min.css";i:466;s:22:"social-link/editor.css";i:467;s:26:"social-link/editor.min.css";i:468;s:27:"social-links/editor-rtl.css";i:469;s:31:"social-links/editor-rtl.min.css";i:470;s:23:"social-links/editor.css";i:471;s:27:"social-links/editor.min.css";i:472;s:26:"social-links/style-rtl.css";i:473;s:30:"social-links/style-rtl.min.css";i:474;s:22:"social-links/style.css";i:475;s:26:"social-links/style.min.css";i:476;s:21:"spacer/editor-rtl.css";i:477;s:25:"spacer/editor-rtl.min.css";i:478;s:17:"spacer/editor.css";i:479;s:21:"spacer/editor.min.css";i:480;s:20:"spacer/style-rtl.css";i:481;s:24:"spacer/style-rtl.min.css";i:482;s:16:"spacer/style.css";i:483;s:20:"spacer/style.min.css";i:484;s:20:"table/editor-rtl.css";i:485;s:24:"table/editor-rtl.min.css";i:486;s:16:"table/editor.css";i:487;s:20:"table/editor.min.css";i:488;s:19:"table/style-rtl.css";i:489;s:23:"table/style-rtl.min.css";i:490;s:15:"table/style.css";i:491;s:19:"table/style.min.css";i:492;s:19:"table/theme-rtl.css";i:493;s:23:"table/theme-rtl.min.css";i:494;s:15:"table/theme.css";i:495;s:19:"table/theme.min.css";i:496;s:24:"tag-cloud/editor-rtl.css";i:497;s:28:"tag-cloud/editor-rtl.min.css";i:498;s:20:"tag-cloud/editor.css";i:499;s:24:"tag-cloud/editor.min.css";i:500;s:23:"tag-cloud/style-rtl.css";i:501;s:27:"tag-cloud/style-rtl.min.css";i:502;s:19:"tag-cloud/style.css";i:503;s:23:"tag-cloud/style.min.css";i:504;s:28:"template-part/editor-rtl.css";i:505;s:32:"template-part/editor-rtl.min.css";i:506;s:24:"template-part/editor.css";i:507;s:28:"template-part/editor.min.css";i:508;s:27:"template-part/theme-rtl.css";i:509;s:31:"template-part/theme-rtl.min.css";i:510;s:23:"template-part/theme.css";i:511;s:27:"template-part/theme.min.css";i:512;s:30:"term-description/style-rtl.css";i:513;s:34:"term-description/style-rtl.min.css";i:514;s:26:"term-description/style.css";i:515;s:30:"term-description/style.min.css";i:516;s:27:"text-columns/editor-rtl.css";i:517;s:31:"text-columns/editor-rtl.min.css";i:518;s:23:"text-columns/editor.css";i:519;s:27:"text-columns/editor.min.css";i:520;s:26:"text-columns/style-rtl.css";i:521;s:30:"text-columns/style-rtl.min.css";i:522;s:22:"text-columns/style.css";i:523;s:26:"text-columns/style.min.css";i:524;s:19:"verse/style-rtl.css";i:525;s:23:"verse/style-rtl.min.css";i:526;s:15:"verse/style.css";i:527;s:19:"verse/style.min.css";i:528;s:20:"video/editor-rtl.css";i:529;s:24:"video/editor-rtl.min.css";i:530;s:16:"video/editor.css";i:531;s:20:"video/editor.min.css";i:532;s:19:"video/style-rtl.css";i:533;s:23:"video/style-rtl.min.css";i:534;s:15:"video/style.css";i:535;s:19:"video/style.min.css";i:536;s:19:"video/theme-rtl.css";i:537;s:23:"video/theme-rtl.min.css";i:538;s:15:"video/theme.css";i:539;s:19:"video/theme.min.css";}}', 'on'),
(125, 'nonce_key', '(1W{sx$WjE8AnYxasQ|c72P59ILmV64~*H) Hd:f:(08<%IIsa#w7hs&;5{oK?Lw', 'off'),
(126, 'nonce_salt', 'YM(+~r_mssQ,G3}[-P=`Y1m<i@Wfu)`)Z(utG#6g9uC&C0U><xw]Y:gz<3.1*`M;', 'off'),
(127, 'theme_mods_twentytwentyfive', 'a:3:{s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:9;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1733454697;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}}}}', 'off'),
(128, '_transient_wp_styles_for_blocks', 'a:2:{s:4:"hash";s:32:"8c7d46a72d7d4591fc1dd9485bedb304";s:6:"blocks";a:5:{s:11:"core/button";s:0:"";s:14:"core/site-logo";s:0:"";s:18:"core/post-template";s:120:":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}";s:12:"core/columns";s:102:":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}";s:14:"core/pullquote";s:69:":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}";}}', 'on'),
(129, 'recovery_keys', 'a:0:{}', 'off'),
(130, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.7.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.7.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.7.1-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.7.1";s:7:"version";s:5:"6.7.1";s:11:"php_version";s:6:"7.2.24";s:13:"mysql_version";s:5:"5.5.5";s:11:"new_bundled";s:3:"6.7";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1738252469;s:15:"version_checked";s:5:"6.7.1";s:12:"translations";a:0:{}}', 'off'),
(140, 'elementor_active_kit', '5', 'auto'),
(141, 'elementor_font_display', 'swap', 'auto'),
(144, 'elementor_checklist', '{"last_opened_timestamp":-1,"first_closed_checklist_in_editor":true,"is_popup_minimized":false,"editor_visit_count":-1,"steps":{"add_logo":{"is_marked_completed":false,"is_immutable_completed":false},"set_fonts_and_colors":{"is_marked_completed":false,"is_immutable_completed":false},"create_pages":{"is_marked_completed":false,"is_immutable_completed":false},"setup_header":{"is_marked_completed":false,"is_immutable_completed":false},"assign_homepage":{"is_marked_completed":false,"is_immutable_completed":false},"setup_header_pro":{"is_marked_completed":false,"is_immutable_completed":false}}}', 'auto'),
(145, 'elementor_version', '3.27.2', 'auto'),
(146, 'elementor_install_history', 'a:4:{s:7:"3.25.10";i:1733371139;s:7:"3.25.11";i:1733846417;s:6:"3.27.1";i:1737738048;s:6:"3.27.2";i:1738036434;}', 'auto'),
(147, 'elementor_events_db_version', '1.0.0', 'off'),
(152, 'rsssl_show_onboarding', '1', 'off'),
(155, 'rsssl_encryption_keys_set', '1', 'off'),
(160, 'rsssl_options', 'a:38:{s:12:"site_has_ssl";s:1:"1";s:8:"redirect";s:8:"htaccess";s:19:"mixed_content_fixer";i:1;s:11:"ssl_enabled";s:1:"1";s:27:"notifications_email_address";s:32:"admin@thelifestrategiescoach.com";s:24:"send_notifications_email";i:1;s:24:"enabled_captcha_provider";s:4:"none";s:25:"password_change_frequency";s:2:"12";s:23:"login_cookie_expiration";s:2:"48";s:22:"404_blocking_threshold";s:3:"lax";s:29:"404_blocking_lockout_duration";s:0:"";s:27:"disable_anyone_can_register";i:1;s:20:"disable_file_editing";i:1;s:28:"block_code_execution_uploads";i:1;s:22:"hide_wordpress_version";i:1;s:22:"disable_login_feedback";i:1;s:16:"disable_indexing";i:1;s:24:"disable_user_enumeration";i:1;s:27:"disable_x_powered_by_header";i:1;s:22:"block_display_is_login";i:1;s:27:"limit_login_attempts_amount";s:1:"5";s:29:"limit_login_attempts_duration";s:2:"15";s:40:"limit_login_attempts_locked_out_duration";s:2:"30";s:16:"x_xss_protection";s:4:"zero";s:15:"x_frame_options";s:0:"";s:15:"referrer_policy";s:31:"strict-origin-when-cross-origin";s:12:"hsts_max_age";s:8:"63072000";s:26:"cross_origin_opener_policy";s:8:"disabled";s:28:"cross_origin_resource_policy";s:8:"disabled";s:28:"cross_origin_embedder_policy";s:8:"disabled";s:19:"csp_frame_ancestors";s:4:"self";s:24:"login_protection_enabled";i:1;s:19:"two_fa_grace_period";s:2:"10";s:28:"enable_vulnerability_scanner";i:1;s:36:"vulnerability_notification_dashboard";s:1:"l";s:35:"vulnerability_notification_sitewide";s:1:"h";s:38:"vulnerability_notification_email_admin";s:1:"c";s:19:"review_notice_shown";s:1:"1";}', 'auto'),
(163, 'rsssl_current_version', '9.2.0', 'off'),
(181, 'rsssl_6_notice_dismissed', '1', 'off'),
(183, '_elementor_installed_time', '1733371380', 'auto'),
(184, 'elementor_remote_info_library', 'a:3:{s:10:"types_data";a:4:{s:5:"block";a:2:{s:10:"categories";a:29:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:10:"ehp-header";i:9;s:3:"faq";i:10;s:8:"features";i:11;s:6:"footer";i:12;s:7:"Gallery";i:13;s:6:"header";i:14;s:4:"hero";i:15;s:11:"Link in Bio";i:16;s:9:"portfolio";i:17;s:7:"pricing";i:18;s:15:"product archive";i:19;s:5:"Quote";i:20;s:15:"Service Details";i:21;s:8:"services";i:22;s:11:"single page";i:23;s:11:"single post";i:24;s:14:"single product";i:25;s:5:"stats";i:26;s:9:"subscribe";i:27;s:4:"team";i:28;s:12:"testimonials";}s:4:"sets";a:5:{i:0;s:11:"Boxing Club";i:1;s:19:"Business Consultant";i:2;s:16:"Marketing Agency";i:3;s:9:"Wireframe";i:4;s:15:"Workshop Center";}}s:5:"popup";a:1:{s:10:"categories";a:6:{i:0;s:10:"bottom bar";i:1;s:7:"classic";i:2;s:6:"fly-in";i:3;s:11:"full screen";i:4;s:9:"hello bar";i:5;s:8:"slide-in";}}s:2:"lp";a:1:{s:10:"categories";a:15:{i:0;s:8:"Business";i:1;s:16:"Coming Soon Page";i:2;s:9:"eCommerce";i:3;s:9:"Education";i:4;s:6:"Events";i:5;s:18:"Health and Fitness";i:6;s:3:"NFT";i:7;s:14:"Online Service";i:8;s:7:"Product";i:9;s:11:"Real Estate";i:10;s:18:"Social Involvement";i:11;s:14:"Thank You Page";i:12;s:6:"Travel";i:13;s:18:"Under Construction";i:14;s:9:"Wireframe";}}s:2:"lb";a:1:{s:10:"categories";a:2:{i:0;s:4:"post";i:1;s:7:"product";}}}s:10:"categories";a:29:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:10:"ehp-header";i:9;s:3:"faq";i:10;s:8:"features";i:11;s:6:"footer";i:12;s:7:"Gallery";i:13;s:6:"header";i:14;s:4:"hero";i:15;s:11:"Link in Bio";i:16;s:9:"portfolio";i:17;s:7:"pricing";i:18;s:15:"product archive";i:19;s:5:"Quote";i:20;s:15:"Service Details";i:21;s:8:"services";i:22;s:11:"single page";i:23;s:11:"single post";i:24;s:14:"single product";i:25;s:5:"stats";i:26;s:9:"subscribe";i:27;s:4:"team";i:28;s:12:"testimonials";}s:9:"templates";a:823:{i:0;a:20:{s:4:"tmpl";i:1280;s:2:"id";i:22403;s:5:"title";s:40:"Hello Bar | Subscribe | Aesthetic Clinic";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg";s:12:"tmpl_created";i:1647354307;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:48:"["Barbershop","Business","Discount","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:1;a:20:{s:4:"tmpl";i:1281;s:2:"id";i:22410;s:5:"title";s:32:"Fly-In | Discount | Hair Stylist";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg";s:12:"tmpl_created";i:1647354614;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:32:"["Barbershop","Discount","Hair"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:2;a:20:{s:4:"tmpl";i:1285;s:2:"id";i:22440;s:5:"title";s:32:"Classic | Subscribe | Shoe Store";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg";s:12:"tmpl_created";i:1647418620;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:37:"["Ecommerce","Marketing","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:3;a:20:{s:4:"tmpl";i:1286;s:2:"id";i:22446;s:5:"title";s:37:"Full Screen | Subscribe | Denim Store";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg";s:12:"tmpl_created";i:1647419614;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:35:"["Ecommerce","Fashion","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:4;a:20:{s:4:"tmpl";i:1287;s:2:"id";i:22452;s:5:"title";s:37:"Fly-In | Subscribe | Pizza Restaurant";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg";s:12:"tmpl_created";i:1647420733;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:19:"["Business","Food"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:5;a:20:{s:4:"tmpl";i:1288;s:2:"id";i:22458;s:5:"title";s:38:"Full Screen | Subscribe | Fashion Shop";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg";s:12:"tmpl_created";i:1647426379;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:31:"["Ecommerce","Fashion","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:6;a:20:{s:4:"tmpl";i:1289;s:2:"id";i:22464;s:5:"title";s:32:"Fly-In | Contact | Makeup Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg";s:12:"tmpl_created";i:1647427026;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:22:"["Business","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:7;a:20:{s:4:"tmpl";i:1290;s:2:"id";i:22470;s:5:"title";s:32:"Fly-In | Contact | Design Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg";s:12:"tmpl_created";i:1647428250;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:39:"["Business","Contact","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:8;a:20:{s:4:"tmpl";i:1291;s:2:"id";i:22480;s:5:"title";s:27:"Classic | CTA | MasterClass";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg";s:12:"tmpl_created";i:1647428474;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["cta","Magazine","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:9;a:20:{s:4:"tmpl";i:1292;s:2:"id";i:22489;s:5:"title";s:29:"Classic | CTA | Music Concert";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg";s:12:"tmpl_created";i:1647429738;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["cta","Landing Pages","Magazine"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:10;a:20:{s:4:"tmpl";i:1293;s:2:"id";i:22495;s:5:"title";s:27:"Classic | CTA | Music Album";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg";s:12:"tmpl_created";i:1647430056;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Ba","Landing Pages","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:11;a:20:{s:4:"tmpl";i:1294;s:2:"id";i:22501;s:5:"title";s:37:"Fly-In | CTA | Photography Exhibition";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg";s:12:"tmpl_created";i:1647430512;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:33:"["cta","Photography","Portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:12;a:20:{s:4:"tmpl";i:1295;s:2:"id";i:22507;s:5:"title";s:34:"Classic | CTA | Clothing Shop Sale";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg";s:12:"tmpl_created";i:1647430774;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:35:"["Ecommerce","Fashion","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:13;a:20:{s:4:"tmpl";i:1296;s:2:"id";i:22486;s:5:"title";s:30:"Classic | CTA | Shop Promotion";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg";s:12:"tmpl_created";i:1647430951;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["cta","Magazine","Photography"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:14;a:20:{s:4:"tmpl";i:1297;s:2:"id";i:22516;s:5:"title";s:32:"Fly-In | CTA | Glasses Shop Sale";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg";s:12:"tmpl_created";i:1647431136;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:30:"["Business","cta","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:15;a:20:{s:4:"tmpl";i:1298;s:2:"id";i:22522;s:5:"title";s:30:"Fly-In | Discount | Skate Shop";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg";s:12:"tmpl_created";i:1647434058;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:32:"["Discount","Ecommerce","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:16;a:20:{s:4:"tmpl";i:1299;s:2:"id";i:22532;s:5:"title";s:43:"Classic | Subscription | Basketball Academy";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg";s:12:"tmpl_created";i:1647434608;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Education","Marketing","Sport"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:17;a:20:{s:4:"tmpl";i:1300;s:2:"id";i:22543;s:5:"title";s:38:"Classic | Discount | Veterinary Clinic";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg";s:12:"tmpl_created";i:1647435581;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Discount","Pets"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:18;a:20:{s:4:"tmpl";i:1301;s:2:"id";i:22553;s:5:"title";s:39:"Classic | Contact | Business Consulting";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg";s:12:"tmpl_created";i:1647439935;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Business","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:19;a:20:{s:4:"tmpl";i:1302;s:2:"id";i:22562;s:5:"title";s:28:"Classic | Contact | Handyman";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg";s:12:"tmpl_created";i:1647440333;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:20;a:20:{s:4:"tmpl";i:1303;s:2:"id";i:22573;s:5:"title";s:40:"Classic | Discount | Online Fashion Shop";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg";s:12:"tmpl_created";i:1647462549;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Discount","Ecommerce","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:21;a:20:{s:4:"tmpl";i:1304;s:2:"id";i:22583;s:5:"title";s:36:"Fly-In | Discount | Personal Trainer";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg";s:12:"tmpl_created";i:1647503781;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Discount","Sport","Training"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:22;a:20:{s:4:"tmpl";i:1305;s:2:"id";i:22592;s:5:"title";s:41:"Classic | Contact | Illustrator Portfolio";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg";s:12:"tmpl_created";i:1647504218;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:49:"["Contact","Creative Portfolio","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:23;a:20:{s:4:"tmpl";i:1306;s:2:"id";i:22602;s:5:"title";s:46:"Bottom Bar | Discount | Handmade Ceramics Shop";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg";s:12:"tmpl_created";i:1647507007;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:48:"["Business","cta","Ecommerce","Interior Design"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:24;a:20:{s:4:"tmpl";i:1307;s:2:"id";i:22612;s:5:"title";s:51:"Classic | Contact | Classic Car Restoration Company";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg";s:12:"tmpl_created";i:1647507310;s:6:"author";s:9:"Elementor";s:3:"url";s:153:"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Booking","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:25;a:20:{s:4:"tmpl";i:1308;s:2:"id";i:22621;s:5:"title";s:30:"Classic | Booking | Life Coach";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg";s:12:"tmpl_created";i:1647508596;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Booking","Business","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:26;a:20:{s:4:"tmpl";i:1309;s:2:"id";i:22632;s:5:"title";s:42:"Classic |  Subscription | Merchandise Shop";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg";s:12:"tmpl_created";i:1647509196;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Ecommerce","Marketing","Shop"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:27;a:20:{s:4:"tmpl";i:1310;s:2:"id";i:22643;s:5:"title";s:48:"Fly-In | Contact | Non-Governmental Organization";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg";s:12:"tmpl_created";i:1647509528;s:6:"author";s:9:"Elementor";s:3:"url";s:150:"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:28;a:20:{s:4:"tmpl";i:1311;s:2:"id";i:22654;s:5:"title";s:35:"Hello Bar | Contact | Family Doctor";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg";s:12:"tmpl_created";i:1647509732;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:31:"["Contact","Health","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:29;a:20:{s:4:"tmpl";i:1312;s:2:"id";i:22663;s:5:"title";s:36:"Classic | Subscription | Sports Blog";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg";s:12:"tmpl_created";i:1647509908;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Blog","Sport"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:30;a:20:{s:4:"tmpl";i:1313;s:2:"id";i:22673;s:5:"title";s:30:"Hello Bar | Booking | Event DJ";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg";s:12:"tmpl_created";i:1647510160;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:31:"["Booking","Events","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:31;a:20:{s:4:"tmpl";i:1314;s:2:"id";i:22684;s:5:"title";s:36:"Fly-In | Discount | Cleaning Company";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg";s:12:"tmpl_created";i:1647510546;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Discount","Offer","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:32;a:20:{s:4:"tmpl";i:1315;s:2:"id";i:22693;s:5:"title";s:28:"Fly-In | Contact | Carpenter";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg";s:12:"tmpl_created";i:1647511972;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:22:"["Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:33;a:20:{s:4:"tmpl";i:1316;s:2:"id";i:22703;s:5:"title";s:31:"Classic | Booking | Yoga Studio";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg";s:12:"tmpl_created";i:1647512209;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:30:"["Booking","Contact","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:34;a:20:{s:4:"tmpl";i:1317;s:2:"id";i:22714;s:5:"title";s:37:"Classic | Discount | Pet Care Company";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg";s:12:"tmpl_created";i:1647513031;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:17:"["Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:35;a:20:{s:4:"tmpl";i:1318;s:2:"id";i:22725;s:5:"title";s:38:"Fly-In | Discount | Online Coffee Shop";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg";s:12:"tmpl_created";i:1647513325;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:29:"["Food","Offer","Restaurant"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:36;a:20:{s:4:"tmpl";i:1319;s:2:"id";i:22737;s:5:"title";s:44:"Fly-In | CTA | Moving &#038; Storage Company";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg";s:12:"tmpl_created";i:1647520956;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:37;a:20:{s:4:"tmpl";i:1320;s:2:"id";i:22749;s:5:"title";s:47:"Classic | Contact | Industrial Design Portfolio";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg";s:12:"tmpl_created";i:1647528116;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:40:"["Contact","Interior Design","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:38;a:20:{s:4:"tmpl";i:1321;s:2:"id";i:22759;s:5:"title";s:25:"Classic | Contact | Drone";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg";s:12:"tmpl_created";i:1647528899;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:39;a:20:{s:4:"tmpl";i:1322;s:2:"id";i:22768;s:5:"title";s:46:"Full Screen | Menu | Fashion Stylist Portfolio";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg";s:12:"tmpl_created";i:1647529434;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:31:"["Fashion","Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:40;a:20:{s:4:"tmpl";i:1323;s:2:"id";i:22780;s:5:"title";s:31:"Fly-In | CTA | Landscape Design";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg";s:12:"tmpl_created";i:1647530337;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["cta","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:41;a:20:{s:4:"tmpl";i:1324;s:2:"id";i:22790;s:5:"title";s:48:"Bottom Bar  | Contact | Architecture Photography";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg";s:12:"tmpl_created";i:1647532358;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:26:"["Architecture","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:42;a:20:{s:4:"tmpl";i:1325;s:2:"id";i:22800;s:5:"title";s:41:"Fly-In  | CTA | Speech-Language Therapist";s:9:"thumbnail";s:103:"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg";s:12:"tmpl_created";i:1647532720;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:25:"["cta","Psychotherapist"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:43;a:20:{s:4:"tmpl";i:1326;s:2:"id";i:22812;s:5:"title";s:35:"Full Screen | Verification | Winery";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg";s:12:"tmpl_created";i:1647761384;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:24:"["Alert","Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:44;a:20:{s:4:"tmpl";i:1327;s:2:"id";i:22822;s:5:"title";s:36:"Fly-In | Subscription | Nutritionist";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg";s:12:"tmpl_created";i:1647762620;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Food","Health","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:45;a:20:{s:4:"tmpl";i:1328;s:2:"id";i:22833;s:5:"title";s:40:"Classic | Subscription | App &#038; SaaS";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg";s:12:"tmpl_created";i:1647762955;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:14:"["App","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:46;a:20:{s:4:"tmpl";i:1329;s:2:"id";i:22844;s:5:"title";s:41:"Bottom Bar | Discount | Handmade Cupcakes";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg";s:12:"tmpl_created";i:1647763350;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:21:"["Food","Restaurant"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:47;a:20:{s:4:"tmpl";i:1330;s:2:"id";i:22855;s:5:"title";s:40:"Bottom Bar | Subscription | Fashion Blog";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg";s:12:"tmpl_created";i:1647763907;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:30:"["Blog","Fashion","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:48;a:20:{s:4:"tmpl";i:1331;s:2:"id";i:22866;s:5:"title";s:28:"Fly-In | CTA | Private Tutor";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg";s:12:"tmpl_created";i:1647764062;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:49;a:20:{s:4:"tmpl";i:1332;s:2:"id";i:22876;s:5:"title";s:30:"Classic | CTA | Tennis Academy";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg";s:12:"tmpl_created";i:1647765192;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:50;a:20:{s:4:"tmpl";i:1333;s:2:"id";i:22887;s:5:"title";s:31:"Fly-In | CTA | Shared Workspace";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg";s:12:"tmpl_created";i:1647765419;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["Business","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:51;a:20:{s:4:"tmpl";i:1334;s:2:"id";i:22899;s:5:"title";s:30:"Bottom Bar | CTA | Art Gallery";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg";s:12:"tmpl_created";i:1647765652;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:13:"["Art","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:52;a:20:{s:4:"tmpl";i:1335;s:2:"id";i:22910;s:5:"title";s:44:"Fly-In | Subscription | Hiking Tours Company";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg";s:12:"tmpl_created";i:1647765835;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:29:"["Subscribe","Travel","Trip"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:53;a:20:{s:4:"tmpl";i:1336;s:2:"id";i:22921;s:5:"title";s:26:"Classic | CTA | Music Band";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg";s:12:"tmpl_created";i:1647769462;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Marketing","Music"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:54;a:20:{s:4:"tmpl";i:1337;s:2:"id";i:22935;s:5:"title";s:35:"Classic | CTA | Computer Technician";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg";s:12:"tmpl_created";i:1647769843;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:18:"["cta","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:55;a:20:{s:4:"tmpl";i:1338;s:2:"id";i:22945;s:5:"title";s:37:"Classic | Discount | Delivery Company";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg";s:12:"tmpl_created";i:1647770834;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Discount","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:56;a:20:{s:4:"tmpl";i:1339;s:2:"id";i:22959;s:5:"title";s:29:"Classic | Discount | Eco Shop";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg";s:12:"tmpl_created";i:1647771211;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Discount","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:57;a:20:{s:4:"tmpl";i:1340;s:2:"id";i:22972;s:5:"title";s:54:"Fly-In | Subscription | Health &#038; Mindfulness Blog";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg";s:12:"tmpl_created";i:1647771461;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:21:"["Health","Magazine"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:58;a:20:{s:4:"tmpl";i:1341;s:2:"id";i:22982;s:5:"title";s:31:"Full Screen | Menu | Art Museum";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg";s:12:"tmpl_created";i:1647771938;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:59;a:20:{s:4:"tmpl";i:1342;s:2:"id";i:22992;s:5:"title";s:40:"Classic | Discount | Urban Clothing Shop";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg";s:12:"tmpl_created";i:1647773067;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Discount","Ecommerce","Fashion"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:60;a:20:{s:4:"tmpl";i:1343;s:2:"id";i:23004;s:5:"title";s:60:"Full Screen | Menu | Digital &#038; Technology Design School";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg";s:12:"tmpl_created";i:1647773366;s:6:"author";s:9:"Elementor";s:3:"url";s:155:"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:61;a:20:{s:4:"tmpl";i:1344;s:2:"id";i:23015;s:5:"title";s:62:"Bottom Bar | Contact | Digital &#038; Technology Design School";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg";s:12:"tmpl_created";i:1647773492;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:23:"["Contact","Portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:62;a:20:{s:4:"tmpl";i:1345;s:2:"id";i:23025;s:5:"title";s:32:"Full Screen | Menu | Flower Shop";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg";s:12:"tmpl_created";i:1647773820;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:63;a:20:{s:4:"tmpl";i:1346;s:2:"id";i:23037;s:5:"title";s:36:"Classic | Subscription | Flower Shop";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg";s:12:"tmpl_created";i:1647773949;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Discount","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:64;a:20:{s:4:"tmpl";i:1347;s:2:"id";i:23056;s:5:"title";s:48:"Classic | Discount | Health &#038; Fitness eBook";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg";s:12:"tmpl_created";i:1647774468;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:65;a:20:{s:4:"tmpl";i:1348;s:2:"id";i:23067;s:5:"title";s:37:"Fly-In | Menu | Baby Sleep Consultant";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg";s:12:"tmpl_created";i:1647778954;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:66;a:20:{s:4:"tmpl";i:1349;s:2:"id";i:23077;s:5:"title";s:46:"Classic | Subscription | Baby Sleep Consultant";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg";s:12:"tmpl_created";i:1647779074;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:12:"["Discount"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:67;a:20:{s:4:"tmpl";i:1350;s:2:"id";i:23090;s:5:"title";s:33:"Full Screen | Menu | Luxury Hotel";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg";s:12:"tmpl_created";i:1647779390;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:68;a:20:{s:4:"tmpl";i:1351;s:2:"id";i:23100;s:5:"title";s:31:"Fly-In | Booking | Luxury Hotel";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg";s:12:"tmpl_created";i:1647779500;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Booking","Travel"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:69;a:20:{s:4:"tmpl";i:1352;s:2:"id";i:23109;s:5:"title";s:38:"Full Screen | Menu | Design Conference";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg";s:12:"tmpl_created";i:1647779675;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:70;a:20:{s:4:"tmpl";i:1353;s:2:"id";i:23120;s:5:"title";s:41:"Full Screen | Booking | Design Conference";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg";s:12:"tmpl_created";i:1647779793;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:35:"["Booking","Conference","Creative"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:71;a:20:{s:4:"tmpl";i:1354;s:2:"id";i:23129;s:5:"title";s:29:"Slide-In | Menu | VR Headsets";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg";s:12:"tmpl_created";i:1647781211;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:72;a:20:{s:4:"tmpl";i:1355;s:2:"id";i:23139;s:5:"title";s:31:"Classic | Contact | VR Headsets";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg";s:12:"tmpl_created";i:1647781384;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:73;a:20:{s:4:"tmpl";i:1356;s:2:"id";i:23149;s:5:"title";s:38:"Slide-In | Menu | Portrait Photography";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg";s:12:"tmpl_created";i:1647782336;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:74;a:20:{s:4:"tmpl";i:1357;s:2:"id";i:23159;s:5:"title";s:47:"Hello Bar | Subscription | Portrait Photography";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg";s:12:"tmpl_created";i:1647782478;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:34:"["Blog","Photography","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:75;a:20:{s:4:"tmpl";i:1358;s:2:"id";i:23169;s:5:"title";s:32:"Full Screen | Menu | English Pub";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg";s:12:"tmpl_created";i:1647782664;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:76;a:20:{s:4:"tmpl";i:1359;s:2:"id";i:23179;s:5:"title";s:32:"Classic | Discount | English Pub";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg";s:12:"tmpl_created";i:1647782796;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:20:"["Discount","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:77;a:20:{s:4:"tmpl";i:1360;s:2:"id";i:23189;s:5:"title";s:27:"Full Screen | Menu | Singer";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg";s:12:"tmpl_created";i:1647783070;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:29:"["Fullscreen","menu","Music"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:78;a:20:{s:4:"tmpl";i:1361;s:2:"id";i:23200;s:5:"title";s:31:"Classic | Subscription | Singer";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg";s:12:"tmpl_created";i:1647783249;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Music","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:79;a:20:{s:4:"tmpl";i:1362;s:2:"id";i:23210;s:5:"title";s:38:"Full Screen | Menu | Virtual Assistant";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg";s:12:"tmpl_created";i:1647784292;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:80;a:20:{s:4:"tmpl";i:1363;s:2:"id";i:23223;s:5:"title";s:39:"Hello Bar | Contact | Virtual Assistant";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg";s:12:"tmpl_created";i:1647784616;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:37:"["Contact","Psychologist","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:81;a:20:{s:4:"tmpl";i:1364;s:2:"id";i:23234;s:5:"title";s:32:"Slide-In  | Menu | Personal Chef";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg";s:12:"tmpl_created";i:1647798194;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:82;a:20:{s:4:"tmpl";i:1365;s:2:"id";i:23244;s:5:"title";s:29:"Classic | CTA | Personal Chef";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg";s:12:"tmpl_created";i:1647798297;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Booking","Chef","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:83;a:20:{s:4:"tmpl";i:1366;s:2:"id";i:23254;s:5:"title";s:31:"Full Screen | Menu | Food Truck";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg";s:12:"tmpl_created";i:1647798447;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:84;a:20:{s:4:"tmpl";i:1367;s:2:"id";i:23265;s:5:"title";s:30:"Fly-In | Discount | Food Truck";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg";s:12:"tmpl_created";i:1647798657;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Discount","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:85;a:20:{s:4:"tmpl";i:1369;s:2:"id";i:23323;s:5:"title";s:28:"Classic | CTA | Black Friday";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg";s:12:"tmpl_created";i:1647855505;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:86;a:20:{s:4:"tmpl";i:1370;s:2:"id";i:23329;s:5:"title";s:29:"Slide-In | CTA | Black Friday";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg";s:12:"tmpl_created";i:1647855865;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:87;a:20:{s:4:"tmpl";i:1371;s:2:"id";i:23335;s:5:"title";s:31:"Slide-In | CTA | Black Friday 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg";s:12:"tmpl_created";i:1647856357;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:88;a:20:{s:4:"tmpl";i:1372;s:2:"id";i:23341;s:5:"title";s:30:"Classic | CTA | Black Friday 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg";s:12:"tmpl_created";i:1647856493;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:89;a:20:{s:4:"tmpl";i:1373;s:2:"id";i:23347;s:5:"title";s:30:"Classic | CTA | Black Friday 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg";s:12:"tmpl_created";i:1647856891;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:90;a:20:{s:4:"tmpl";i:1374;s:2:"id";i:23354;s:5:"title";s:30:"Classic | CTA | Black Friday 4";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg";s:12:"tmpl_created";i:1647856996;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:91;a:20:{s:4:"tmpl";i:1375;s:2:"id";i:23394;s:5:"title";s:27:"Classic | CTA | Halloween 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg";s:12:"tmpl_created";i:1647857351;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:31:"["cta","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:92;a:20:{s:4:"tmpl";i:1376;s:2:"id";i:23401;s:5:"title";s:33:"Slide-In | Discount | Halloween 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg";s:12:"tmpl_created";i:1647857567;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:36:"["Discount","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:93;a:20:{s:4:"tmpl";i:1377;s:2:"id";i:23407;s:5:"title";s:33:"Slide-In | Discount | Halloween 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg";s:12:"tmpl_created";i:1647857814;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:36:"["Discount","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:94;a:20:{s:4:"tmpl";i:1378;s:2:"id";i:23416;s:5:"title";s:31:"Fly-In | Discount | Halloween 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg";s:12:"tmpl_created";i:1647858024;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:44:"["Discount","Ecommerce","Halloween","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:95;a:20:{s:4:"tmpl";i:1379;s:2:"id";i:23422;s:5:"title";s:36:"Classic | Subscription | Halloween 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg";s:12:"tmpl_created";i:1647858246;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:48:"["Discount","Ecommerce","Halloween","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:96;a:20:{s:4:"tmpl";i:1380;s:2:"id";i:23471;s:5:"title";s:28:"Slide-In | CTA | Christmas 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg";s:12:"tmpl_created";i:1647859193;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Christmas","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:97;a:20:{s:4:"tmpl";i:1381;s:2:"id";i:23477;s:5:"title";s:28:"Slide-In | CTA | Christmas 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg";s:12:"tmpl_created";i:1647859838;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Christmas","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:98;a:20:{s:4:"tmpl";i:1382;s:2:"id";i:23483;s:5:"title";s:26:"Fly-In | CTA | Christmas 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg";s:12:"tmpl_created";i:1647860157;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Christmas","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:99;a:20:{s:4:"tmpl";i:1383;s:2:"id";i:23489;s:5:"title";s:33:"Slide-In | Discount | Christmas 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg";s:12:"tmpl_created";i:1647860302;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:31:"["Christmas","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:100;a:20:{s:4:"tmpl";i:1384;s:2:"id";i:23496;s:5:"title";s:32:"Classic | Discount | Christmas 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg";s:12:"tmpl_created";i:1647860454;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Christmas","Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:101;a:20:{s:4:"tmpl";i:1385;s:2:"id";i:23523;s:5:"title";s:30:"Classic | CTA | Valentines Day";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg";s:12:"tmpl_created";i:1647860912;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["cta","Valentine''s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:102;a:20:{s:4:"tmpl";i:1386;s:2:"id";i:23529;s:5:"title";s:39:"Hello Bar | Discount | Valentines Day 2";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg";s:12:"tmpl_created";i:1647861064;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:30:"["Discount","Valentine''s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:103;a:20:{s:4:"tmpl";i:1387;s:2:"id";i:23536;s:5:"title";s:32:"Classic | CTA | Valentines Day 3";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg";s:12:"tmpl_created";i:1647861536;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["cta","Valentine''s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:104;a:20:{s:4:"tmpl";i:1388;s:2:"id";i:23586;s:5:"title";s:51:"Fly-In | Subscribe | Health &#038; Wellness Company";s:9:"thumbnail";s:103:"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg";s:12:"tmpl_created";i:1647862008;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:24:"["Business","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:105;a:20:{s:4:"tmpl";i:1389;s:2:"id";i:23592;s:5:"title";s:34:"Classic | Subscribe | Tech Company";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg";s:12:"tmpl_created";i:1647866706;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["Marketing","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:106;a:20:{s:4:"tmpl";i:1390;s:2:"id";i:23598;s:5:"title";s:36:"Classic | Contact Us | Fight Classes";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg";s:12:"tmpl_created";i:1647866869;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:107;a:20:{s:4:"tmpl";i:1391;s:2:"id";i:23611;s:5:"title";s:31:"Classic | CTA | Mochi Shop Sale";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg";s:12:"tmpl_created";i:1647867750;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["cta","Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:108;a:20:{s:4:"tmpl";i:1392;s:2:"id";i:23618;s:5:"title";s:28:"Classic | CTA | Fashion Shop";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg";s:12:"tmpl_created";i:1647868251;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:109;a:20:{s:4:"tmpl";i:1393;s:2:"id";i:23624;s:5:"title";s:29:"Fly-In | Login | Tech Company";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg";s:12:"tmpl_created";i:1647868704;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:9:"["Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:110;a:20:{s:4:"tmpl";i:1394;s:2:"id";i:23630;s:5:"title";s:36:"Fly-In | Verification | Liquor Store";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg";s:12:"tmpl_created";i:1647870308;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:16:"["Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:111;a:20:{s:4:"tmpl";i:1395;s:2:"id";i:23636;s:5:"title";s:39:"Hello Bar | Subscribe | Online Magazine";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg";s:12:"tmpl_created";i:1647870465;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:20:"["Blog","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:112;a:20:{s:4:"tmpl";i:1396;s:2:"id";i:23642;s:5:"title";s:27:"Fly-In | Login | Health Spa";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg";s:12:"tmpl_created";i:1647872427;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Login","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:113;a:20:{s:4:"tmpl";i:1397;s:2:"id";i:23648;s:5:"title";s:33:"Fly-In | Verification | Wine Shop";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg";s:12:"tmpl_created";i:1647872627;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:16:"["Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:114;a:20:{s:4:"tmpl";i:1421;s:2:"id";i:24235;s:5:"title";s:24:"Ladydog Club &#8211; NFT";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg";s:12:"tmpl_created";i:1651525072;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:115;a:20:{s:4:"tmpl";i:1422;s:2:"id";i:24166;s:5:"title";s:15:"Dot &#8211; NFT";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg";s:12:"tmpl_created";i:1651525117;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:116;a:20:{s:4:"tmpl";i:1423;s:2:"id";i:24191;s:5:"title";s:28:"Cosmic Neighbors &#8211; NFT";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg";s:12:"tmpl_created";i:1651525124;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:117;a:20:{s:4:"tmpl";i:1424;s:2:"id";i:24255;s:5:"title";s:30:"Happy Food Friends &#8211; NFT";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg";s:12:"tmpl_created";i:1651525475;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:118;a:20:{s:4:"tmpl";i:1443;s:2:"id";i:24599;s:5:"title";s:27:"Wireframe &#8211; Courses 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg";s:12:"tmpl_created";i:1653989626;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:180:"["About","Academy","Booking","Business","Course Online","Features","Footer","Landing Pages","Online Service","Professional","School","Services","Subscribe","Teacher","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:119;a:20:{s:4:"tmpl";i:1444;s:2:"id";i:24614;s:5:"title";s:28:"Wireframe &#8211; Services 1";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg";s:12:"tmpl_created";i:1653990084;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:139:"["About","Business","Contact","Features","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:120;a:20:{s:4:"tmpl";i:1445;s:2:"id";i:24629;s:5:"title";s:28:"Wireframe &#8211; Services 2";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg";s:12:"tmpl_created";i:1653990132;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:123:"["About","Business","Contact","Features","Footer","Form","Gallery","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:121;a:20:{s:4:"tmpl";i:1446;s:2:"id";i:24644;s:5:"title";s:27:"Wireframe &#8211; Webinar 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg";s:12:"tmpl_created";i:1653990164;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:177:"["About","Academy","Booking","Conference","Course Online","Education","Features","Footer","Form","Landing Pages","Online Event","Online Service","Subscribe","Virtual","Webinar"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:122;a:20:{s:4:"tmpl";i:1447;s:2:"id";i:24655;s:5:"title";s:28:"Wireframe &#8211; Services 3";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg";s:12:"tmpl_created";i:1653990198;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:143:"["About","Agency","Business","Contact","Footer","Form","Gallery","Landing Pages","Portfolio","Professional","Project","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:123;a:20:{s:4:"tmpl";i:1448;s:2:"id";i:24677;s:5:"title";s:28:"Wireframe &#8211; Services 4";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg";s:12:"tmpl_created";i:1653990233;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:102:"["About","Business","Contact","Footer","Form","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:124;a:20:{s:4:"tmpl";i:1449;s:2:"id";i:24687;s:5:"title";s:28:"Wireframe &#8211; Products 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg";s:12:"tmpl_created";i:1653990273;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:128:"["About","Booking","Business","Clients","Ecommerce","Features","Footer","Landing Pages","Products","Sales","Shop","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:125;a:20:{s:4:"tmpl";i:1450;s:2:"id";i:24706;s:5:"title";s:28:"Wireframe &#8211; Services 5";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg";s:12:"tmpl_created";i:1653990322;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:149:"["About","Booking","Consulting","Contact","Doctor","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:126;a:20:{s:4:"tmpl";i:1451;s:2:"id";i:23604;s:5:"title";s:38:"Classic | Subscribe | Nail Polish Shop";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg";s:12:"tmpl_created";i:1660205114;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:20:"["Blog","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:127;a:20:{s:4:"tmpl";i:1452;s:2:"id";i:23047;s:5:"title";s:46:"Fly-In | Contact | Health &#038; Fitness eBook";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg";s:12:"tmpl_created";i:1660205149;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Contact","Ebook","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:128;a:20:{s:4:"tmpl";i:1199;s:2:"id";i:18839;s:5:"title";s:27:"Hello Bar | CTA | eCommerce";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png";s:12:"tmpl_created";i:1621870603;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:41:"["Ecommerce","Online Shop","Sale","Shop"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:129;a:20:{s:4:"tmpl";i:1247;s:2:"id";i:21907;s:5:"title";s:50:"Fly-In | Team Details  | Electronic Music Festival";s:9:"thumbnail";s:104:"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg";s:12:"tmpl_created";i:1646660881;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:130;a:20:{s:4:"tmpl";i:1253;s:2:"id";i:22162;s:5:"title";s:46:"Full Screen | Menu | Electronic Music Festival";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg";s:12:"tmpl_created";i:1647272934;s:6:"author";s:9:"Elementor";s:3:"url";s:154:"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:131;a:20:{s:4:"tmpl";i:1254;s:2:"id";i:22172;s:5:"title";s:45:"Classic | Discount | Health &#038; Beauty Spa";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg";s:12:"tmpl_created";i:1647273547;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:36:"["Hair","Health","Sales","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:132;a:20:{s:4:"tmpl";i:1255;s:2:"id";i:22183;s:5:"title";s:44:"Hello Bar | CTA | Environmental Organization";s:9:"thumbnail";s:104:"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg";s:12:"tmpl_created";i:1647274384;s:6:"author";s:9:"Elementor";s:3:"url";s:152:"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:133;a:20:{s:4:"tmpl";i:1256;s:2:"id";i:22195;s:5:"title";s:39:"Classic | Discount | Italian Restaurant";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg";s:12:"tmpl_created";i:1647329432;s:6:"author";s:9:"Elementor";s:3:"url";s:147:"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Restaurant","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:134;a:20:{s:4:"tmpl";i:1257;s:2:"id";i:22210;s:5:"title";s:45:"Bottom Bar | Discount | Technology Conference";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg";s:12:"tmpl_created";i:1647330423;s:6:"author";s:9:"Elementor";s:3:"url";s:153:"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:38:"["Conference","Sales","Save the Date"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:135;a:20:{s:4:"tmpl";i:1258;s:2:"id";i:22221;s:5:"title";s:32:"Hello Bar | Menu | Tattoo Studio";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg";s:12:"tmpl_created";i:1647330705;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:17:"["Header","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:136;a:20:{s:4:"tmpl";i:1259;s:2:"id";i:22231;s:5:"title";s:37:"Full Screen | Booking | Tattoo Studio";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg";s:12:"tmpl_created";i:1647331823;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:32:"["Booking","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:137;a:20:{s:4:"tmpl";i:1260;s:2:"id";i:22251;s:5:"title";s:34:"Classic | Discount | Dental Clinic";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg";s:12:"tmpl_created";i:1647332171;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:30:"["Health","Marketing","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:138;a:20:{s:4:"tmpl";i:1261;s:2:"id";i:22261;s:5:"title";s:34:"Slide-In | Contact | Makeup Artist";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg";s:12:"tmpl_created";i:1647333946;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:139;a:20:{s:4:"tmpl";i:1262;s:2:"id";i:22271;s:5:"title";s:24:"Fly-In | CTA | Headphone";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg";s:12:"tmpl_created";i:1647334784;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:41:"["cta","Ecommerce","Marketing","Product"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:140;a:20:{s:4:"tmpl";i:1263;s:2:"id";i:22277;s:5:"title";s:29:"Classic | CTA | Online Course";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg";s:12:"tmpl_created";i:1647337110;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:35:"["Course Online","cta","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:141;a:20:{s:4:"tmpl";i:1264;s:2:"id";i:22283;s:5:"title";s:40:"Bottom Bar | Contact | Virtual Assistant";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg";s:12:"tmpl_created";i:1647337517;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:142;a:20:{s:4:"tmpl";i:1265;s:2:"id";i:22289;s:5:"title";s:32:"Fly-In | Contact | Private Tutor";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg";s:12:"tmpl_created";i:1647337676;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:27:"["Contact","Course Online"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:143;a:20:{s:4:"tmpl";i:1266;s:2:"id";i:22295;s:5:"title";s:31:"Classic |  Login | Login Travel";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg";s:12:"tmpl_created";i:1647339467;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"classic";s:4:"tags";s:9:"["Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:144;a:20:{s:4:"tmpl";i:1267;s:2:"id";i:22301;s:5:"title";s:36:"Full Screen | Login | Login Business";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg";s:12:"tmpl_created";i:1647339782;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:16:"["Login","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:145;a:20:{s:4:"tmpl";i:1268;s:2:"id";i:22307;s:5:"title";s:28:"Classic | Login | Login Blog";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg";s:12:"tmpl_created";i:1647339986;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Blog","Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:146;a:20:{s:4:"tmpl";i:1269;s:2:"id";i:22313;s:5:"title";s:31:"Classic | Login | Login Fashion";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg";s:12:"tmpl_created";i:1647340204;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Fashion","Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:147;a:20:{s:4:"tmpl";i:1270;s:2:"id";i:22319;s:5:"title";s:40:"Classic |  Login | Login Design Platform";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg";s:12:"tmpl_created";i:1647340531;s:6:"author";s:9:"Elementor";s:3:"url";s:147:"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["Design","Login","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:148;a:20:{s:4:"tmpl";i:1271;s:2:"id";i:22325;s:5:"title";s:36:"Fly-In | Contact | Digital Marketing";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg";s:12:"tmpl_created";i:1647340770;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:51:"["Business","Contact","Digital Agency","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:149;a:20:{s:4:"tmpl";i:1272;s:2:"id";i:22331;s:5:"title";s:36:"Fly-In | CTA | Dog Cat Food Delivery";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg";s:12:"tmpl_created";i:1647341069;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:33:"["cta","Delivery Service","Pets"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:150;a:20:{s:4:"tmpl";i:1273;s:2:"id";i:22337;s:5:"title";s:37:"Full Screen | Contact | Design Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg";s:12:"tmpl_created";i:1647341370;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:39:"["Business","Contact","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:151;a:20:{s:4:"tmpl";i:1274;s:2:"id";i:22343;s:5:"title";s:44:"Classic | Contact | Support Product Platform";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg";s:12:"tmpl_created";i:1647341972;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Contact","Support"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:152;a:20:{s:4:"tmpl";i:1275;s:2:"id";i:22371;s:5:"title";s:38:"Full Screen | Contact | Small Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg";s:12:"tmpl_created";i:1647342508;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:40:"["Business","Contact","Interior Design"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:153;a:20:{s:4:"tmpl";i:1276;s:2:"id";i:22377;s:5:"title";s:31:"Classic | Contact | Online Shop";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg";s:12:"tmpl_created";i:1647352786;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:154;a:20:{s:4:"tmpl";i:1277;s:2:"id";i:22383;s:5:"title";s:40:"Classic | Booking | Children Optometrist";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg";s:12:"tmpl_created";i:1647352963;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:53:"["Booking","Business","Contact","Education","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:155;a:20:{s:4:"tmpl";i:1278;s:2:"id";i:22389;s:5:"title";s:28:"Fly-In | Contact | Open Week";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg";s:12:"tmpl_created";i:1647353281;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:34:"["Business","Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:156;a:20:{s:4:"tmpl";i:1279;s:2:"id";i:22397;s:5:"title";s:43:"Full Screen | CTA | Plant Pots Online Store";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg";s:12:"tmpl_created";i:1647353429;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:33:"["Ecommerce","Marketing","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:157;a:20:{s:4:"tmpl";i:1054;s:2:"id";i:15414;s:5:"title";s:32:"Classic | Contact | Dance Studio";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg";s:12:"tmpl_created";i:1603180596;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:762;s:11:"trend_index";i:650;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:158;a:20:{s:4:"tmpl";i:1398;s:2:"id";i:23687;s:5:"title";s:32:"Pizza Promotion &#8211; Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg";s:12:"tmpl_created";i:1649670575;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:92:"["Business","Cooking","Delivery","Discount","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:159;a:20:{s:4:"tmpl";i:1400;s:2:"id";i:23751;s:5:"title";s:33:"Baby Sleep Webinar &#8211; Events";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg";s:12:"tmpl_created";i:1649676065;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:227:"["Baby","Booking","Business","Children","Course Online","Education","Events","Health","Landing Pages","Life Coach","Lifestyle","Online Event","Online Service","Parenting","Professional","Remote","Services","Training","Webinar"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:160;a:20:{s:4:"tmpl";i:1401;s:2:"id";i:23776;s:5:"title";s:34:"Ski Hotel Promotion &#8211; Travel";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg";s:12:"tmpl_created";i:1649691720;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Travel";s:4:"tags";s:118:"["Accommodation","Booking","Discount. Landing Pages","Lifestyle","Luxury","Services","Spa","Travel","Trip","Vacation"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:161;a:20:{s:4:"tmpl";i:1402;s:2:"id";i:23804;s:5:"title";s:30:"Cake Delivery &#8211; Business";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg";s:12:"tmpl_created";i:1649692909;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:101:"["Bakery","Business","Cake","Cooking","Delivery","Discount","Food","Landing Pages","Products","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:162;a:20:{s:4:"tmpl";i:1403;s:2:"id";i:23832;s:5:"title";s:32:"Furniture Store &#8211; Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg";s:12:"tmpl_created";i:1649694812;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:232:"["Architecture","Art","Business","Construction","Coupon","Creative","Decor","Designer","Discount","Fashion","Furniture Design","Home","House","Interior Design","Landing Pages","Lifestyle","Products","Professional","Services","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:163;a:20:{s:4:"tmpl";i:1404;s:2:"id";i:23746;s:5:"title";s:22:"Nails &#8211; Business";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg";s:12:"tmpl_created";i:1649704635;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:173:"["Art","Beauty","Business","Colorful","Cosmetics","Creative","Design","Discount","Fashion","Girly","Landing Pages","Lifestyle","Manicure","Modern","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:164;a:20:{s:4:"tmpl";i:1405;s:2:"id";i:23846;s:5:"title";s:29:"Music Festival &#8211; Events";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg";s:12:"tmpl_created";i:1649707763;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"Events";s:4:"tags";s:128:"["Author","Booking","Business","Creative","Discount","Events","Landing Pages","Music","Online","Online Event","Party","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:165;a:20:{s:4:"tmpl";i:1406;s:2:"id";i:23872;s:5:"title";s:40:"Fashion Styling Course &#8211; Education";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg";s:12:"tmpl_created";i:1649708569;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:173:"["Aesthetic","Art","Beauty","Business","Course Online","Creative","Discount","Education","Fashion","Landing Pages","Lifestyle","Online","Online Service","Stylist","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:166;a:20:{s:4:"tmpl";i:1407;s:2:"id";i:23897;s:5:"title";s:33:"Bags Online Shop &#8211; Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg";s:12:"tmpl_created";i:1649709513;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:170:"["Art","Bag","Business","Creative","Design","Discount","Fashion","Landing Pages","Lifestyle","Luxury","Modern","Online","Online Shop","Products","Sales","Shop","Stylist"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:167;a:20:{s:4:"tmpl";i:1408;s:2:"id";i:23932;s:5:"title";s:32:"Cooking Academy &#8211; Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg";s:12:"tmpl_created";i:1649710216;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:145:"["Academy","Booking","Business","Chef","Cooking","Education","Food","Free Trial","Landing Pages","Professional","School","Teacher","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:168;a:20:{s:4:"tmpl";i:1409;s:2:"id";i:23970;s:5:"title";s:45:"Ophthalmology Medical Clinic &#8211; Business";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg";s:12:"tmpl_created";i:1649711096;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:165:"["About","Business","Care","Consulting","Eye","Free Trial","Glasses","Health","Landing Pages","Lifestyle","Medical","Modern","Optometrist","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:169;a:20:{s:4:"tmpl";i:1425;s:2:"id";i:24331;s:5:"title";s:24:"Wireframe &#8211; Home 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg";s:12:"tmpl_created";i:1653988363;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:170;a:20:{s:4:"tmpl";i:1218;s:2:"id";i:20792;s:5:"title";s:26:"Luxury Car &#8211; Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg";s:12:"tmpl_created";i:1636903770;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"Product";s:4:"tags";s:54:"["car","Ecommerce","Landing Pages","Luxury","Product"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:171;a:20:{s:4:"tmpl";i:1428;s:2:"id";i:24398;s:5:"title";s:25:"Wireframe &#8211; About 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg";s:12:"tmpl_created";i:1653988534;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:83:"["About","Business","Contact","Features","Footer","Professional","Services","Team"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:172;a:20:{s:4:"tmpl";i:991;s:2:"id";i:13413;s:5:"title";s:33:"Classic | Contact | Online Course";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg";s:12:"tmpl_created";i:1587474761;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:530;s:11:"trend_index";i:369;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:173;a:20:{s:4:"tmpl";i:1053;s:2:"id";i:15272;s:5:"title";s:32:"Classic | Contact | Psychologist";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png";s:12:"tmpl_created";i:1600170487;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:578;s:11:"trend_index";i:312;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:174;a:20:{s:4:"tmpl";i:899;s:2:"id";i:11839;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png";s:12:"tmpl_created";i:1569430015;s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["creative portfolio","header","portfolio"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:189;s:11:"trend_index";i:20;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:175;a:20:{s:4:"tmpl";i:1433;s:2:"id";i:24477;s:5:"title";s:27:"Wireframe &#8211; Gallery 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg";s:12:"tmpl_created";i:1653988835;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:176;a:20:{s:4:"tmpl";i:1205;s:2:"id";i:20233;s:5:"title";s:32:"Art Magazine &#8211; Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1633881371;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:177;a:20:{s:4:"tmpl";i:1214;s:2:"id";i:20539;s:5:"title";s:31:"Design Blog &#8211; Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1634022706;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:178;a:20:{s:4:"tmpl";i:1224;s:2:"id";i:21013;s:5:"title";s:24:"Restaurant &#8211; About";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg";s:12:"tmpl_created";i:1638795588;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:36:"["About","Chef","Food","Restaurant"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:179;a:20:{s:4:"tmpl";i:992;s:2:"id";i:13402;s:5:"title";s:29:"Classic | CTA | Online Course";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg";s:12:"tmpl_created";i:1587474772;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:619;s:11:"trend_index";i:582;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:180;a:20:{s:4:"tmpl";i:1206;s:2:"id";i:20254;s:5:"title";s:41:"Digital Marketing Agency &#8211; Business";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg";s:12:"tmpl_created";i:1633882427;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:65:"["Agency","Business","Digital Agency","Landing Pages","Services"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:181;a:20:{s:4:"tmpl";i:1235;s:2:"id";i:21281;s:5:"title";s:25:"Law Firm &#8211; Services";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg";s:12:"tmpl_created";i:1638819128;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Consulting","Law","Law Firm","Services","Testimonial"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:182;a:20:{s:4:"tmpl";i:1017;s:2:"id";i:14111;s:5:"title";s:36:"Classic | Japanese restaurant | Sale";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg";s:12:"tmpl_created";i:1592300400;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:717;s:11:"trend_index";i:697;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:183;a:20:{s:4:"tmpl";i:1213;s:2:"id";i:20509;s:5:"title";s:40:"Dogs Adoption &#8211; Social Involvement";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg";s:12:"tmpl_created";i:1634022353;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:49:"["Adoption","Involvement","Landing Pages","Pets"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:184;a:20:{s:4:"tmpl";i:1233;s:2:"id";i:21205;s:5:"title";s:29:"Photographer &#8211; Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg";s:12:"tmpl_created";i:1638818372;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Black and white","Photography","Project"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:185;a:20:{s:4:"tmpl";i:993;s:2:"id";i:13422;s:5:"title";s:30:"Classic | Menu | Online Course";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg";s:12:"tmpl_created";i:1587474782;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:516;s:11:"trend_index";i:432;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:186;a:20:{s:4:"tmpl";i:925;s:2:"id";i:12540;s:5:"title";s:33:"Classic | Menu | Travel and tours";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png";s:12:"tmpl_created";i:1575960267;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:690;s:11:"trend_index";i:714;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:187;a:20:{s:4:"tmpl";i:1208;s:2:"id";i:20361;s:5:"title";s:51:"Exercise &#038; Fitness Equipment &#8211; eCommerce";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg";s:12:"tmpl_created";i:1633883766;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Fitness","Health","Landing Pages","Online Shop"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:188;a:20:{s:4:"tmpl";i:1239;s:2:"id";i:21373;s:5:"title";s:28:"Photographer &#8211; Gallery";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg";s:12:"tmpl_created";i:1638821177;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Gallery","Photography","Portfolio","Project","Travel"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:189;a:20:{s:4:"tmpl";i:1426;s:2:"id";i:24348;s:5:"title";s:24:"Wireframe &#8211; Home 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg";s:12:"tmpl_created";i:1653988444;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:190;a:20:{s:4:"tmpl";i:958;s:2:"id";i:13129;s:5:"title";s:28:"Classic | Menu | Photography";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png";s:12:"tmpl_created";i:1582092645;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:646;s:11:"trend_index";i:521;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:191;a:20:{s:4:"tmpl";i:1427;s:2:"id";i:24366;s:5:"title";s:24:"Wireframe &#8211; Home 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg";s:12:"tmpl_created";i:1653988491;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:192;a:20:{s:4:"tmpl";i:1207;s:2:"id";i:20299;s:5:"title";s:51:"Interior Design Consultation &#8211; Online Service";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg";s:12:"tmpl_created";i:1633882989;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:65:"["Consulting","Interior Design","Landing Pages","Online Service"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:193;a:20:{s:4:"tmpl";i:952;s:2:"id";i:12726;s:5:"title";s:52:"Classic | Newsletter | Subscribe | Magazine and Blog";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png";s:12:"tmpl_created";i:1579061019;s:6:"author";s:9:"Elementor";s:3:"url";s:152:"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:357;s:11:"trend_index";i:281;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:194;a:20:{s:4:"tmpl";i:883;s:2:"id";i:11468;s:5:"title";s:20:"Classic | Sale | Gym";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png";s:12:"tmpl_created";i:1567393182;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";i:10;s:16:"popularity_index";i:696;s:11:"trend_index";i:740;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:195;a:20:{s:4:"tmpl";i:1216;s:2:"id";i:20623;s:5:"title";s:57:"Luxurious Camping Accommodation For Events &#8211; Events";s:9:"thumbnail";s:113:"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg";s:12:"tmpl_created";i:1634041681;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:43:"["Event","Events","Landing Pages","Travel"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:196;a:20:{s:4:"tmpl";i:1219;s:2:"id";i:20886;s:5:"title";s:28:"Online Training &#8211; Home";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg";s:12:"tmpl_created";i:1638784769;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Fitness","Online","Sport","Training"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:197;a:20:{s:4:"tmpl";i:1065;s:2:"id";i:15570;s:5:"title";s:33:"Classic | Subscribe | Travel Blog";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg";s:12:"tmpl_created";i:1606215555;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:709;s:11:"trend_index";i:459;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:198;a:20:{s:4:"tmpl";i:1431;s:2:"id";i:24437;s:5:"title";s:25:"Wireframe &#8211; About 4";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg";s:12:"tmpl_created";i:1653988733;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["About","Business","Contact","Features","Footer","Header","Professional"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:199;a:20:{s:4:"tmpl";i:1210;s:2:"id";i:20414;s:5:"title";s:45:"Online English Courses &#8211; Online Service";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg";s:12:"tmpl_created";i:1633884482;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Course Online","Landing Pages","Online Service"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:200;a:20:{s:4:"tmpl";i:1132;s:2:"id";i:16553;s:5:"title";s:31:"Fly-In | Contact | Beauty Salon";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg";s:12:"tmpl_created";i:1608622602;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:691;s:11:"trend_index";i:428;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:201;a:20:{s:4:"tmpl";i:1441;s:2:"id";i:24574;s:5:"title";s:27:"Wireframe &#8211; Contact 5";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg";s:12:"tmpl_created";i:1653989135;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Business","Contact","Footer","Form","Google Maps","Header","Professional","Subscribe"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:202;a:20:{s:4:"tmpl";i:1217;s:2:"id";i:20333;s:5:"title";s:40:"Plant Pots Online Shop &#8211; eCommerce";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg";s:12:"tmpl_created";i:1634042184;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Ecommerce","Landing Pages","Online Shop","Shop"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:203;a:20:{s:4:"tmpl";i:1211;s:2:"id";i:20447;s:5:"title";s:33:"Shared Workspace &#8211; Business";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg";s:12:"tmpl_created";i:1633884934;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:28:"["Business","Landing Pages"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:204;a:20:{s:4:"tmpl";i:1237;s:2:"id";i:21313;s:5:"title";s:34:"Spa &#038; Beauty &#8211; Services";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg";s:12:"tmpl_created";i:1638819709;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:55:"["Beauty","Hair","Health","Services","Spa","Treatment"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:205;a:20:{s:4:"tmpl";i:1004;s:2:"id";i:13538;s:5:"title";s:32:"Fly-In | Newsletter | Barbershop";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg";s:12:"tmpl_created";i:1589893364;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:710;s:11:"trend_index";i:667;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:206;a:20:{s:4:"tmpl";i:924;s:2:"id";i:12550;s:5:"title";s:32:"Fly-in | Sale | Travel and Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png";s:12:"tmpl_created";i:1575960263;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:754;s:11:"trend_index";i:791;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:207;a:20:{s:4:"tmpl";i:1212;s:2:"id";i:20479;s:5:"title";s:49:"Teeth Straightening &#8211; Health &#038; Fitness";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg";s:12:"tmpl_created";i:1633886115;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:46:"["Business","Dental","Health","Landing Pages"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:208;a:20:{s:4:"tmpl";i:1234;s:2:"id";i:21234;s:5:"title";s:34:"Insurance Company &#8211; Services";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg";s:12:"tmpl_created";i:1638818688;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Faq","Form","Insurance","Services","Testimonial"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:209;a:20:{s:4:"tmpl";i:1035;s:2:"id";i:15062;s:5:"title";s:35:"Fly-In | Sign up | Flooring Company";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png";s:12:"tmpl_created";i:1597739629;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:625;s:11:"trend_index";i:309;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:210;a:20:{s:4:"tmpl";i:1209;s:2:"id";i:20394;s:5:"title";s:30:"Time Management &#8211; Events";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg";s:12:"tmpl_created";i:1633884077;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:17:"["Landing Pages"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:211;a:20:{s:4:"tmpl";i:1229;s:2:"id";i:21118;s:5:"title";s:28:"Contact &#8211; Plants Store";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg";s:12:"tmpl_created";i:1638802472;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:40:"["Contact","Info","Plant","Testimonial"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:212;a:20:{s:4:"tmpl";i:893;s:2:"id";i:11822;s:5:"title";s:30:"Full Screen | Menu | Portfolio";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png";s:12:"tmpl_created";i:1569429896;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";i:16;s:16:"popularity_index";i:654;s:11:"trend_index";i:626;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:213;a:20:{s:4:"tmpl";i:1203;s:2:"id";i:18591;s:5:"title";s:28:"Coffee Sale &#8211; Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png";s:12:"tmpl_created";i:1633877319;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:33:"["Coffee","Landing Pages","Sale"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:214;a:20:{s:4:"tmpl";i:1231;s:2:"id";i:21184;s:5:"title";s:28:"Dental Care &#8211; Services";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg";s:12:"tmpl_created";i:1638807148;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:45:"["Dental","Medical","Services","Testimonial"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:215;a:20:{s:4:"tmpl";i:1064;s:2:"id";i:15580;s:5:"title";s:31:"Fullscreen | Menu | Travel Blog";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg";s:12:"tmpl_created";i:1606215358;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:673;s:11:"trend_index";i:348;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:216;a:20:{s:4:"tmpl";i:1133;s:2:"id";i:16645;s:5:"title";s:28:"Headphones &#8211; eCommerce";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png";s:12:"tmpl_created";i:1609944115;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:39:"["Ecommerce","Landing Pages","Product"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:633;s:11:"trend_index";i:87;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:217;a:20:{s:4:"tmpl";i:1442;s:2:"id";i:24584;s:5:"title";s:27:"Wireframe &#8211; Pricing 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg";s:12:"tmpl_created";i:1653989152;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:146:"["Booking","Business","Clients","Contact","Faq","Features","Footer","Online Service","Pricing","Products","Professional","Services","Testimonial"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:218;a:20:{s:4:"tmpl";i:1138;s:2:"id";i:16762;s:5:"title";s:25:"Conference &#8211; Events";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png";s:12:"tmpl_created";i:1610455119;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"Events";s:4:"tags";s:60:"["Conference","Convention","Event","Events","Landing Pages"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:705;s:11:"trend_index";i:216;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:219;a:20:{s:4:"tmpl";i:1438;s:2:"id";i:24539;s:5:"title";s:27:"Wireframe &#8211; Contact 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg";s:12:"tmpl_created";i:1653989019;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["Business","Contact","Footer","Google Maps","Header","Professional"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:220;a:20:{s:4:"tmpl";i:981;s:2:"id";i:13281;s:5:"title";s:37:"Hello Bar | Contact | Interior Design";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png";s:12:"tmpl_created";i:1586148801;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:19:"["Interior Design"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:763;s:11:"trend_index";i:679;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:221;a:20:{s:4:"tmpl";i:1052;s:2:"id";i:15259;s:5:"title";s:31:"Hello Bar | Menu | Psychologist";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png";s:12:"tmpl_created";i:1600170209;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:739;s:11:"trend_index";i:583;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:222;a:20:{s:4:"tmpl";i:1434;s:2:"id";i:24494;s:5:"title";s:28:"Wireframe &#8211; Services 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg";s:12:"tmpl_created";i:1653988874;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Business","Faq","Footer","Professional","Services"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:223;a:20:{s:4:"tmpl";i:1194;s:2:"id";i:18701;s:5:"title";s:32:"Digital Course &#8211; eCommerce";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg";s:12:"tmpl_created";i:1618995134;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:57:"["Course Online","Ecommerce","Landing Pages","Marketing"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:224;a:20:{s:4:"tmpl";i:1192;s:2:"id";i:18612;s:5:"title";s:34:"Bag Product Sale &#8211; eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg";s:12:"tmpl_created";i:1618395406;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:61:"["Bag","Ecommerce","Landing Pages","Product","Sale","Travel"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:875;s:11:"trend_index";i:605;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:225;a:20:{s:4:"tmpl";i:1227;s:2:"id";i:21083;s:5:"title";s:26:"Conference &#8211; Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg";s:12:"tmpl_created";i:1638799208;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:44:"["Conference","Contact","Form","Info","Map"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:226;a:20:{s:4:"tmpl";i:1193;s:2:"id";i:18644;s:5:"title";s:37:"Camera Product Sale &#8211; eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg";s:12:"tmpl_created";i:1618396388;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Camera","Ecommerce","Landing Pages","Photography","Sale"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:873;s:11:"trend_index";i:535;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:227;a:20:{s:4:"tmpl";i:951;s:2:"id";i:12736;s:5:"title";s:41:"Slide In | Contact Us | Magazine and Blog";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png";s:12:"tmpl_created";i:1579060978;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:734;s:11:"trend_index";i:686;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:228;a:20:{s:4:"tmpl";i:1222;s:2:"id";i:20960;s:5:"title";s:26:"Travel Agency &#8211; Home";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg";s:12:"tmpl_created";i:1638788432;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Adventures","Experience","Explore","Travel","Trip"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:229;a:20:{s:4:"tmpl";i:1196;s:2:"id";i:18815;s:5:"title";s:25:"Car Wash &#8211; Business";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png";s:12:"tmpl_created";i:1621336431;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:45:"["Business","car","Discount","Landing Pages"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:230;a:20:{s:4:"tmpl";i:1242;s:2:"id";i:21473;s:5:"title";s:40:"Architecture Photography &#8211; Gallery";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg";s:12:"tmpl_created";i:1638822115;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:52:"["Architecture","Gallery","Photography","Portfolio"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:231;a:20:{s:4:"tmpl";i:1015;s:2:"id";i:14067;s:5:"title";s:37:"Slide In | Japanese restaurant | Menu";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg";s:12:"tmpl_created";i:1592290352;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:650;s:11:"trend_index";i:565;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:232;a:20:{s:4:"tmpl";i:923;s:2:"id";i:12229;s:5:"title";s:33:"Slide In | Law Firm | Information";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/popup.png";s:12:"tmpl_created";i:1572847842;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:547;s:11:"trend_index";i:413;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:233;a:20:{s:4:"tmpl";i:1198;s:2:"id";i:18824;s:5:"title";s:33:"Design School &#8211; Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1621336756;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:234;a:20:{s:4:"tmpl";i:1236;s:2:"id";i:21259;s:5:"title";s:28:"3D Designer &#8211; Projects";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg";s:12:"tmpl_created";i:1638819185;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["3D","Creative Portfolio","Design","Designer","Portfolio","Project"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:235;a:20:{s:4:"tmpl";i:1028;s:2:"id";i:14827;s:5:"title";s:39:"Slide-In | Contact | Luxury Real Estate";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png";s:12:"tmpl_created";i:1595323523;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:559;s:11:"trend_index";i:284;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:236;a:20:{s:4:"tmpl";i:1197;s:2:"id";i:18819;s:5:"title";s:27:"Dog Walker &#8211; Business";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png";s:12:"tmpl_created";i:1621336601;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:41:"["Business","Dog","Landing Pages","Pets"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:237;a:20:{s:4:"tmpl";i:1238;s:2:"id";i:21349;s:5:"title";s:29:"Architecture &#8211; Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg";s:12:"tmpl_created";i:1638820870;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:70:"["Architecture","Creative","Creative Portfolio","Portfolio","Project"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:238;a:20:{s:4:"tmpl";i:1034;s:2:"id";i:15075;s:5:"title";s:34:"Slide-In | Menu | Flooring Company";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png";s:12:"tmpl_created";i:1597739605;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:383;s:11:"trend_index";i:162;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:239;a:20:{s:4:"tmpl";i:1414;s:2:"id";i:24079;s:5:"title";s:32:"Fashion Shop &#8211; Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg";s:12:"tmpl_created";i:1650988089;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Aesthetic","Business","Coming Soon","Ecommerce","Girly","Lifestyle","Products","Shop"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:240;a:20:{s:4:"tmpl";i:1195;s:2:"id";i:18761;s:5:"title";s:33:"Fashion Store &#8211; Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1621336146;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:241;a:20:{s:4:"tmpl";i:1153;s:2:"id";i:17060;s:5:"title";s:36:"Private Tutor &#8211; Online Service";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png";s:12:"tmpl_created";i:1610631042;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:64:"["Education","Landing Pages","Online Service","Teacher","Tutor"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:780;s:11:"trend_index";i:628;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:242;a:20:{s:4:"tmpl";i:1430;s:2:"id";i:24434;s:5:"title";s:25:"Wireframe &#8211; About 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg";s:12:"tmpl_created";i:1653988697;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["About","Business","Contact","Faq","Footer","Header","Professional","Team"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:243;a:20:{s:4:"tmpl";i:1158;s:2:"id";i:17232;s:5:"title";s:33:"Life Coach &#8211; Online Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png";s:12:"tmpl_created";i:1610902793;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:38:"["Coach","Landing Pages","Life Coach"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:787;s:11:"trend_index";i:751;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:244;a:20:{s:4:"tmpl";i:1436;s:2:"id";i:24515;s:5:"title";s:28:"Wireframe &#8211; Services 3";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg";s:12:"tmpl_created";i:1653988946;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:66:"["Business","Contact","Footer","Header","Professional","Services"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:245;a:20:{s:4:"tmpl";i:875;s:2:"id";i:11241;s:5:"title";s:36:"Classic | Digital Agency | Marketing";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg";s:12:"tmpl_created";i:1564643043;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";i:28;s:16:"popularity_index";i:362;s:11:"trend_index";i:315;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:246;a:20:{s:4:"tmpl";i:1146;s:2:"id";i:16932;s:5:"title";s:35:"Finance Consulting &#8211; Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png";s:12:"tmpl_created";i:1610532170;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:80:"["Advisor","Business","Consulting","Finance","Investment","Landing Pages","Tax"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:790;s:11:"trend_index";i:630;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:247;a:20:{s:4:"tmpl";i:1429;s:2:"id";i:24421;s:5:"title";s:25:"Wireframe &#8211; About 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg";s:12:"tmpl_created";i:1653988579;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["About","Business","Contact","Faq","Features","Footer","Header","Professional","Team"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:248;a:20:{s:4:"tmpl";i:674;s:2:"id";i:8505;s:5:"title";s:11:"404 page 01";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg";s:12:"tmpl_created";i:1526415501;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:28;s:16:"popularity_index";i:533;s:11:"trend_index";i:222;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:249;a:20:{s:4:"tmpl";i:1136;s:2:"id";i:16721;s:5:"title";s:35:"Dental &#8211; Health &amp; Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg";s:12:"tmpl_created";i:1610448567;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:44:"["Dental","Doctor","Health","Landing Pages"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:801;s:11:"trend_index";i:655;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:250;a:20:{s:4:"tmpl";i:1417;s:2:"id";i:24116;s:5:"title";s:32:"Tech Company &#8211; Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg";s:12:"tmpl_created";i:1650989265;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["Business","Coding","Coming Soon","Computer","Developer","IT","Services","Technology"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:251;a:20:{s:4:"tmpl";i:675;s:2:"id";i:8511;s:5:"title";s:11:"404 page 02";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg";s:12:"tmpl_created";i:1526415528;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:29;s:16:"popularity_index";i:347;s:11:"trend_index";i:155;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:252;a:20:{s:4:"tmpl";i:1161;s:2:"id";i:17269;s:5:"title";s:34:"Electronics Sale &#8211; eCommerce";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png";s:12:"tmpl_created";i:1610903298;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:800;s:11:"trend_index";i:556;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:253;a:20:{s:4:"tmpl";i:1220;s:2:"id";i:20908;s:5:"title";s:42:"Packing &#038; Moving Company &#8211; Home";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg";s:12:"tmpl_created";i:1638786127;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Movers","Moving","Storge"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:254;a:20:{s:4:"tmpl";i:1152;s:2:"id";i:17032;s:5:"title";s:42:"Donate Computer &#8211; Social Involvement";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png";s:12:"tmpl_created";i:1610630585;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:67:"["Computer","Donate","Donation","Kids","Landing Pages","Nonprofit"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:718;s:11:"trend_index";i:278;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:255;a:20:{s:4:"tmpl";i:672;s:2:"id";i:8512;s:5:"title";s:11:"404 page 03";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg";s:12:"tmpl_created";i:1526415449;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:31;s:16:"popularity_index";i:450;s:11:"trend_index";i:375;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:256;a:20:{s:4:"tmpl";i:1245;s:2:"id";i:21546;s:5:"title";s:28:"Interior Design &#8211; Home";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg";s:12:"tmpl_created";i:1639046269;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Design","Form","Furniture Design","Interior Design","Testimonial"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:257;a:20:{s:4:"tmpl";i:1135;s:2:"id";i:16684;s:5:"title";s:34:"SaaS HR Management &#8211; Product";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png";s:12:"tmpl_created";i:1609945486;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"Product";s:4:"tags";s:39:"["HR","Landing Pages","Product","SaaS"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:708;s:11:"trend_index";i:292;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:258;a:20:{s:4:"tmpl";i:671;s:2:"id";i:8513;s:5:"title";s:11:"404 page 04";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg";s:12:"tmpl_created";i:1526415417;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:32;s:16:"popularity_index";i:420;s:11:"trend_index";i:176;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:259;a:20:{s:4:"tmpl";i:1249;s:2:"id";i:22137;s:5:"title";s:31:"Design Blog &#8211; Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647177194;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:260;a:20:{s:4:"tmpl";i:1134;s:2:"id";i:16660;s:5:"title";s:37:"Medical center &#8211; Online service";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png";s:12:"tmpl_created";i:1609945122;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:44:"["Landing Pages","Medical","Online Service"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:750;s:11:"trend_index";i:332;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:261;a:20:{s:4:"tmpl";i:1226;s:2:"id";i:21069;s:5:"title";s:21:"Hotel &#8211; Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg";s:12:"tmpl_created";i:1638798545;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:36:"["Contact","from","Info","Vacation"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:262;a:20:{s:4:"tmpl";i:1150;s:2:"id";i:17001;s:5:"title";s:36:"Parental Counseling &#8211; Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png";s:12:"tmpl_created";i:1610534999;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:99:"["Advisor","Business","Coach","Counseling","Landing Pages","Online Service","Parental","Parenting"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:817;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:263;a:20:{s:4:"tmpl";i:1432;s:2:"id";i:24461;s:5:"title";s:27:"Wireframe &#8211; Gallery 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg";s:12:"tmpl_created";i:1653988784;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:264;a:20:{s:4:"tmpl";i:676;s:2:"id";i:8514;s:5:"title";s:11:"404 Page 05";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg";s:12:"tmpl_created";i:1526415558;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:34;s:16:"popularity_index";i:419;s:11:"trend_index";i:220;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:265;a:20:{s:4:"tmpl";i:1137;s:2:"id";i:16742;s:5:"title";s:31:"Online Course &#8211; Education";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png";s:12:"tmpl_created";i:1610454122;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:55:"["Academy","Course Online","Education","Landing Pages"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:777;s:11:"trend_index";i:776;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:266;a:20:{s:4:"tmpl";i:668;s:2:"id";i:8523;s:5:"title";s:11:"404 page 06";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg";s:12:"tmpl_created";i:1526415291;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:35;s:16:"popularity_index";i:298;s:11:"trend_index";i:268;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:267;a:20:{s:4:"tmpl";i:1440;s:2:"id";i:24563;s:5:"title";s:27:"Wireframe &#8211; Contact 4";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg";s:12:"tmpl_created";i:1653989095;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:84:"["Business","Contact","Footer","Form","Gallery","Header","Professional","Subscribe"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:268;a:20:{s:4:"tmpl";i:1162;s:2:"id";i:17284;s:5:"title";s:38:"Dietitian &#8211; Health &amp; Fitness";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png";s:12:"tmpl_created";i:1610903484;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:39:"["Fitness","Health","landscape design"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:814;s:11:"trend_index";i:800;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:269;a:20:{s:4:"tmpl";i:1439;s:2:"id";i:24553;s:5:"title";s:27:"Wireframe &#8211; Contact 3";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg";s:12:"tmpl_created";i:1653989057;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:67:"["Business","Contact","Footer","Form","Professional","Testimonial"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:270;a:20:{s:4:"tmpl";i:1144;s:2:"id";i:16897;s:5:"title";s:30:"Personal Chef &#8211; Business";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png";s:12:"tmpl_created";i:1610466247;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:53:"["Business","Chef","Food","Landing Pages","Services"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:795;s:11:"trend_index";i:617;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:271;a:20:{s:4:"tmpl";i:1435;s:2:"id";i:24504;s:5:"title";s:28:"Wireframe &#8211; Services 2";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg";s:12:"tmpl_created";i:1653988910;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:80:"["Business","Contact","Footer","Header","Professional","Services","Testimonial"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:272;a:20:{s:4:"tmpl";i:669;s:2:"id";i:8524;s:5:"title";s:11:"404 page 07";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg";s:12:"tmpl_created";i:1526415337;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:37;s:16:"popularity_index";i:303;s:11:"trend_index";i:171;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:273;a:20:{s:4:"tmpl";i:1147;s:2:"id";i:16946;s:5:"title";s:52:"Online Full-Stack Developer Course &#8211; Education";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png";s:12:"tmpl_created";i:1610532778;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:76:"["Academy","Coding","Course Online","Developer","Education","Landing Pages"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:805;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:274;a:20:{s:4:"tmpl";i:1437;s:2:"id";i:24528;s:5:"title";s:27:"Wireframe &#8211; Contact 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg";s:12:"tmpl_created";i:1653988981;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["Business","Contact","Footer","Form","Google Maps","Header","Professional"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:275;a:20:{s:4:"tmpl";i:1143;s:2:"id";i:16868;s:5:"title";s:40:"Virtual Assistant &#8211; Online Service";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png";s:12:"tmpl_created";i:1610465656;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:46:"["Assistant","Landing Pages","Online Service"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:793;s:11:"trend_index";i:757;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:276;a:20:{s:4:"tmpl";i:673;s:2:"id";i:8526;s:5:"title";s:11:"404 page 09";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg";s:12:"tmpl_created";i:1526415474;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:39;s:16:"popularity_index";i:477;s:11:"trend_index";i:285;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:277;a:20:{s:4:"tmpl";i:1228;s:2:"id";i:21104;s:5:"title";s:26:"Restaurant &#8211; Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg";s:12:"tmpl_created";i:1638800146;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:60:"["Contact","Food","Form","Google Maps","Info","Testimonial"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:278;a:20:{s:4:"tmpl";i:1140;s:2:"id";i:16812;s:5:"title";s:40:"Construction Project &#8211; Real Estate";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png";s:12:"tmpl_created";i:1610463582;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:59:"["Construction","Landing Pages","Real estate","Realestate"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:796;s:11:"trend_index";i:724;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:279;a:20:{s:4:"tmpl";i:1244;s:2:"id";i:21393;s:5:"title";s:34:"Interior Designer &#8211; Projects";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg";s:12:"tmpl_created";i:1638823945;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:93:"["Creative","Creative Portfolio","Design","Designer","Interior Design","Portfolio","Project"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:280;a:20:{s:4:"tmpl";i:1148;s:2:"id";i:16960;s:5:"title";s:44:"Dog &amp; Cat Food Delivery &#8211; Business";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png";s:12:"tmpl_created";i:1610533581;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:71:"["Business","Cat","Delivery","Dog","Food","Landing Pages","Pet","Pets"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:782;s:11:"trend_index";i:510;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:281;a:20:{s:4:"tmpl";i:670;s:2:"id";i:8525;s:5:"title";s:11:"404 page 08";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg";s:12:"tmpl_created";i:1526415374;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:41;s:16:"popularity_index";i:510;s:11:"trend_index";i:575;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:282;a:20:{s:4:"tmpl";i:1251;s:2:"id";i:22143;s:5:"title";s:33:"Fashion Store &#8211; Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1647177389;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:283;a:20:{s:4:"tmpl";i:1155;s:2:"id";i:17095;s:5:"title";s:36:"Mobile Pet Grooming &#8211; Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png";s:12:"tmpl_created";i:1610632115;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:38:"["Dog","Groom","Landing Pages","Pets"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:786;s:11:"trend_index";i:731;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:284;a:20:{s:4:"tmpl";i:1241;s:2:"id";i:21451;s:5:"title";s:26:"Exhibition &#8211; Gallery";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg";s:12:"tmpl_created";i:1638821855;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["Art","Creative","Creative Portfolio","Exhibition","Gallery","Portfolio"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:285;a:20:{s:4:"tmpl";i:502;s:2:"id";i:5438;s:5:"title";s:7:"About 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png";s:12:"tmpl_created";i:1520443512;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:147;s:11:"trend_index";i:9;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:286;a:20:{s:4:"tmpl";i:1159;s:2:"id";i:17245;s:5:"title";s:34:"Marketing Course &#8211; Education";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png";s:12:"tmpl_created";i:1610902958;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Education";s:4:"tags";s:45:"["Course Online","Landing Pages","Marketing"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:770;s:11:"trend_index";i:430;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:287;a:20:{s:4:"tmpl";i:1240;s:2:"id";i:21430;s:5:"title";s:30:"Travel Blogger &#8211; Gallery";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg";s:12:"tmpl_created";i:1638821592;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Gallery","Photography","Slider","Travel"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:288;a:20:{s:4:"tmpl";i:1149;s:2:"id";i:16983;s:5:"title";s:41:"Pilates Instructor &#8211; Online Service";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png";s:12:"tmpl_created";i:1610534138;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:70:"["Free Trial","Instructor","Landing Pages","Online Service","Pilates"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:778;s:11:"trend_index";i:412;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:289;a:20:{s:4:"tmpl";i:1416;s:2:"id";i:24104;s:5:"title";s:33:"Ceramics Shop &#8211; Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg";s:12:"tmpl_created";i:1650988949;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:290;a:20:{s:4:"tmpl";i:557;s:2:"id";i:6135;s:5:"title";s:8:"About 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png";s:12:"tmpl_created";i:1520443663;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:77;s:11:"trend_index";i:47;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:291;a:20:{s:4:"tmpl";i:1412;s:2:"id";i:24033;s:5:"title";s:37:"Dance Studio &#8211; Maintenance Mode";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg";s:12:"tmpl_created";i:1649881344;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:113:"["Academy","Business","Dance Studio","Form","Pilates","School","Sport","Teacher","Training","Under Construction"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:292;a:20:{s:4:"tmpl";i:1190;s:2:"id";i:18568;s:5:"title";s:32:"Flower Delivery &#8211; Business";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png";s:12:"tmpl_created";i:1617546716;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:37:"["Delivery","Flower","Landing Pages"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:874;s:11:"trend_index";i:763;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:293;a:20:{s:4:"tmpl";i:1145;s:2:"id";i:16917;s:5:"title";s:22:"Webinar &#8211; Events";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg";s:12:"tmpl_created";i:1610466822;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:36:"["Events","Landing Pages","Webinar"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:821;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:294;a:20:{s:4:"tmpl";i:1413;s:2:"id";i:24049;s:5:"title";s:33:"ECO Shop &#8211; Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg";s:12:"tmpl_created";i:1649882053;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:110:"["Aesthetic","Business","Creative","Decor","Health","Help","Lifestyle","Products","Shop","Under Construction"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:295;a:20:{s:4:"tmpl";i:497;s:2:"id";i:5397;s:5:"title";s:8:"About 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png";s:12:"tmpl_created";i:1520443503;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:148;s:11:"trend_index";i:43;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:296;a:20:{s:4:"tmpl";i:1154;s:2:"id";i:17079;s:5:"title";s:42:"Calls Volunteer &#8211; Social Involvement";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png";s:12:"tmpl_created";i:1610631774;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:68:"["Care","Covid-19","Help","Involvement","Landing Pages","Volunteer"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:854;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:297;a:20:{s:4:"tmpl";i:1419;s:2:"id";i:24136;s:5:"title";s:29:"Food Blog &#8211; Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg";s:12:"tmpl_created";i:1650990034;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:62:"["Blog","Business","Coming Soon","Cooking","Education","Food"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:298;a:20:{s:4:"tmpl";i:1142;s:2:"id";i:16836;s:5:"title";s:33:"Marketing Agency &#8211; Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg";s:12:"tmpl_created";i:1610464490;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:74:"["Agency","Business","Landing Pages","Marketing","Marketing Landing Page"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:816;s:11:"trend_index";i:787;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:299;a:20:{s:4:"tmpl";i:1411;s:2:"id";i:24020;s:5:"title";s:35:"Mobile App &#8211; Maintenance Mode";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg";s:12:"tmpl_created";i:1649880955;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:77:"["App","Business","Coding","Computer","Launch","Mobile","Under Construction"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:300;a:20:{s:4:"tmpl";i:498;s:2:"id";i:5405;s:5:"title";s:8:"About 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png";s:12:"tmpl_created";i:1520443505;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:216;s:11:"trend_index";i:50;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:301;a:20:{s:4:"tmpl";i:1139;s:2:"id";i:16785;s:5:"title";s:42:"Gym Promotion &#8211; Health &amp; Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg";s:12:"tmpl_created";i:1610455496;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:42:"["Fitness","Gym","Health","Landing Pages"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:820;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:302;a:20:{s:4:"tmpl";i:1420;s:2:"id";i:24152;s:5:"title";s:32:"Perfume Shop &#8211; Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg";s:12:"tmpl_created";i:1650990353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Business","Coming Soon","Cosmetics","Lifestyle","Products","Shop"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:303;a:20:{s:4:"tmpl";i:1185;s:2:"id";i:18492;s:5:"title";s:34:"Bicycle Pre-Sale &#8211; eCommerce";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png";s:12:"tmpl_created";i:1617535552;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:34:"["Bicycle","Landing Pages","Sale"]";s:10:"menu_order";i:50;s:16:"popularity_index";i:871;s:11:"trend_index";i:826;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:304;a:20:{s:4:"tmpl";i:1418;s:2:"id";i:24126;s:5:"title";s:28:"Skincare &#8211; Coming Soon";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg";s:12:"tmpl_created";i:1650989585;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:128:"["Aesthetic","Beauty","Beauty Salon","Business","Coming Soon","Cosmetics","Girly","Lifestyle","Services","Skincare","Treatment"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:305;a:20:{s:4:"tmpl";i:1181;s:2:"id";i:18349;s:5:"title";s:39:"Virtual try-on glasses &#8211; Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png";s:12:"tmpl_created";i:1614772569;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:64:"["Fashion","Glasses","Landing Pages","Online Service","Virtual"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:848;s:11:"trend_index";i:803;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:306;a:20:{s:4:"tmpl";i:500;s:2:"id";i:5421;s:5:"title";s:8:"About 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png";s:12:"tmpl_created";i:1520443509;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:215;s:11:"trend_index";i:77;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:307;a:20:{s:4:"tmpl";i:513;s:2:"id";i:5533;s:5:"title";s:8:"About 15";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png";s:12:"tmpl_created";i:1520443534;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:21;s:11:"trend_index";i:57;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:308;a:20:{s:4:"tmpl";i:1410;s:2:"id";i:24004;s:5:"title";s:33:"Skincare &#8211; Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg";s:12:"tmpl_created";i:1649880534;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:144:"["Aesthetic","Beauty","Beauty Salon","Business","Cosmetics","Girly","Lifestyle","Makeup","Services","Skincare","Treatment","Under Construction"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:309;a:20:{s:4:"tmpl";i:1172;s:2:"id";i:17458;s:5:"title";s:31:"Moving Company &#8211; Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png";s:12:"tmpl_created";i:1612727025;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","Landing Pages","Movers","Moving"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:826;s:11:"trend_index";i:767;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:310;a:20:{s:4:"tmpl";i:1415;s:2:"id";i:24092;s:5:"title";s:29:"Vase Shop &#8211; Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg";s:12:"tmpl_created";i:1650988613;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:311;a:20:{s:4:"tmpl";i:1186;s:2:"id";i:18517;s:5:"title";s:29:"Food Blog &#8211; Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png";s:12:"tmpl_created";i:1617539897;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:45:"["Blog","Coming Soon","Food","Landing Pages"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:844;s:11:"trend_index";i:672;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:312;a:20:{s:4:"tmpl";i:1167;s:2:"id";i:17379;s:5:"title";s:33:"IT Service &#8211; Online Service";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png";s:12:"tmpl_created";i:1612713022;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:41:"["IT","Landing Pages","Remote","Support"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:806;s:11:"trend_index";i:634;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:313;a:20:{s:4:"tmpl";i:1248;s:2:"id";i:22134;s:5:"title";s:32:"Art Magazine &#8211; Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647176713;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:314;a:20:{s:4:"tmpl";i:512;s:2:"id";i:5525;s:5:"title";s:8:"About 14";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png";s:12:"tmpl_created";i:1520443532;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:9;s:11:"trend_index";i:29;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:315;a:20:{s:4:"tmpl";i:1189;s:2:"id";i:18560;s:5:"title";s:52:"Finance Learning Platform &#8211; Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1617542761;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:843;s:11:"trend_index";i:561;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:316;a:20:{s:4:"tmpl";i:1225;s:2:"id";i:21041;s:5:"title";s:41:"Business Consulting Company &#8211; About";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg";s:12:"tmpl_created";i:1638797560;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Coach","Collaboration","Consulting","Life Coach"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:317;a:20:{s:4:"tmpl";i:1187;s:2:"id";i:18528;s:5:"title";s:36:"Home Decor Store &#8211; Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1617541784;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:872;s:11:"trend_index";i:819;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:318;a:20:{s:4:"tmpl";i:1243;s:2:"id";i:21135;s:5:"title";s:28:"Construction &#8211; Service";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg";s:12:"tmpl_created";i:1638823202;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Architecture","Construction","Faq","Services"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:319;a:20:{s:4:"tmpl";i:501;s:2:"id";i:5429;s:5:"title";s:8:"About 16";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png";s:12:"tmpl_created";i:1520443510;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:59;s:11:"trend_index";i:8;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:320;a:20:{s:4:"tmpl";i:1174;s:2:"id";i:17504;s:5:"title";s:29:"Hair Stylist &#8211; Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png";s:12:"tmpl_created";i:1612883014;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:59:"["Business","Hair","hairdresser","Landing Pages","Stylist"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:840;s:11:"trend_index";i:806;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:321;a:20:{s:4:"tmpl";i:1223;s:2:"id";i:20981;s:5:"title";s:37:"Creative Digital Agency &#8211; About";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg";s:12:"tmpl_created";i:1638789303;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["About","Advisor","Creative","Creative Portfolio"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:322;a:20:{s:4:"tmpl";i:1184;s:2:"id";i:18449;s:5:"title";s:45:"Aesthetic Clinic &#8211; Health &amp; Fitness";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png";s:12:"tmpl_created";i:1616682181;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:57:"["Aesthetic","Beauty","Fitness","Health","Landing Pages"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:859;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:323;a:20:{s:4:"tmpl";i:1221;s:2:"id";i:20926;s:5:"title";s:33:"Doctors Online Consultation -Home";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg";s:12:"tmpl_created";i:1638787371;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:35:"["App","Health","Medical","Online"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:324;a:20:{s:4:"tmpl";i:505;s:2:"id";i:5464;s:5:"title";s:8:"About 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png";s:12:"tmpl_created";i:1520443518;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:220;s:11:"trend_index";i:142;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:325;a:20:{s:4:"tmpl";i:1165;s:2:"id";i:17353;s:5:"title";s:44:"Online Cooking Course &#8211; Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png";s:12:"tmpl_created";i:1612705144;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Cooking","Course Online","Food","Landing Pages"]";s:10:"menu_order";i:59;s:16:"popularity_index";i:845;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:326;a:20:{s:4:"tmpl";i:1188;s:2:"id";i:18550;s:5:"title";s:39:"Online Store &#8211; Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1617542506;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:832;s:11:"trend_index";i:600;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:327;a:20:{s:4:"tmpl";i:1250;s:2:"id";i:22140;s:5:"title";s:33:"Design School &#8211; Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1647177317;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:328;a:20:{s:4:"tmpl";i:510;s:2:"id";i:5504;s:5:"title";s:8:"About 18";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png";s:12:"tmpl_created";i:1520443528;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:104;s:11:"trend_index";i:46;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:329;a:20:{s:4:"tmpl";i:1191;s:2:"id";i:18539;s:5:"title";s:40:"Travel Agency &#8211; Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1617610273;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:61;s:16:"popularity_index";i:876;s:11:"trend_index";i:652;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:330;a:20:{s:4:"tmpl";i:1175;s:2:"id";i:18270;s:5:"title";s:24:"Open week &#8211; Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png";s:12:"tmpl_created";i:1614767186;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:59:"["Education","Event","Events","Landing Pages","University"]";s:10:"menu_order";i:62;s:16:"popularity_index";i:831;s:11:"trend_index";i:673;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:331;a:20:{s:4:"tmpl";i:1177;s:2:"id";i:18300;s:5:"title";s:30:"Makeup Artist &#8211; Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png";s:12:"tmpl_created";i:1614768608;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Beauty","Business","Course Online","Landing Pages","Makeup","Online Service"]";s:10:"menu_order";i:63;s:16:"popularity_index";i:861;s:11:"trend_index";i:783;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:332;a:20:{s:4:"tmpl";i:511;s:2:"id";i:5515;s:5:"title";s:8:"About 19";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png";s:12:"tmpl_created";i:1520443530;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:63;s:16:"popularity_index";i:268;s:11:"trend_index";i:161;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:333;a:20:{s:4:"tmpl";i:1179;s:2:"id";i:18329;s:5:"title";s:63:"Online Real Estate Investment Conference &#8211; Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png";s:12:"tmpl_created";i:1614770404;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:76:"["Conference","Event","Events","Landing Pages","Online Event","Real estate"]";s:10:"menu_order";i:64;s:16:"popularity_index";i:866;s:11:"trend_index";i:779;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:334;a:20:{s:4:"tmpl";i:506;s:2:"id";i:5472;s:5:"title";s:7:"About 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png";s:12:"tmpl_created";i:1520443520;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:64;s:16:"popularity_index";i:210;s:11:"trend_index";i:116;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:335;a:20:{s:4:"tmpl";i:1183;s:2:"id";i:18391;s:5:"title";s:45:"Children&#8217;s Optometrist &#8211; Business";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png";s:12:"tmpl_created";i:1614773564;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:85:"["Business","Children","Eye","Glasses","Health","Kids","Landing Pages","Optometrist"]";s:10:"menu_order";i:65;s:16:"popularity_index";i:877;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:336;a:20:{s:4:"tmpl";i:1182;s:2:"id";i:18366;s:5:"title";s:30:"Car Insurance &#8211; Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png";s:12:"tmpl_created";i:1614773263;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","car","Insurance","Landing Pages"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:869;s:11:"trend_index";i:797;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:337;a:20:{s:4:"tmpl";i:1201;s:2:"id";i:19144;s:5:"title";s:25:"Birthday Party Invitation";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png";s:12:"tmpl_created";i:1623848691;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:67:"["Birthday","Event","Landing Pages","Party","RSVD","Save the Date"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:338;a:20:{s:4:"tmpl";i:1124;s:2:"id";i:16473;s:5:"title";s:26:"Beauty Salon &#8211; About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg";s:12:"tmpl_created";i:1608622373;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:615;s:11:"trend_index";i:184;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:339;a:20:{s:4:"tmpl";i:1176;s:2:"id";i:18291;s:5:"title";s:47:"Grill Restaurant Food Delivery &#8211; Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png";s:12:"tmpl_created";i:1614767830;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Delivery","Delivery Service","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:819;s:11:"trend_index";i:685;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:340;a:20:{s:4:"tmpl";i:504;s:2:"id";i:5455;s:5:"title";s:8:"About 20";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png";s:12:"tmpl_created";i:1520443516;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:134;s:11:"trend_index";i:70;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:341;a:20:{s:4:"tmpl";i:1125;s:2:"id";i:16488;s:5:"title";s:28:"Beauty Salon &#8211; Contact";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg";s:12:"tmpl_created";i:1608622374;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:548;s:11:"trend_index";i:101;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:342;a:20:{s:4:"tmpl";i:1180;s:2:"id";i:18340;s:5:"title";s:30:"Restaurant &#8211; Coming Soon";s:9:"thumbnail";s:98:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png";s:12:"tmpl_created";i:1614772183;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:51:"["Coming Soon","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:810;s:11:"trend_index";i:809;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:343;a:20:{s:4:"tmpl";i:499;s:2:"id";i:5413;s:5:"title";s:8:"About 21";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png";s:12:"tmpl_created";i:1520443507;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:83;s:11:"trend_index";i:52;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:344;a:20:{s:4:"tmpl";i:1126;s:2:"id";i:16496;s:5:"title";s:28:"Beauty Salon &#8211; Gallery";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg";s:12:"tmpl_created";i:1608622379;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:491;s:11:"trend_index";i:90;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:345;a:20:{s:4:"tmpl";i:1173;s:2:"id";i:17480;s:5:"title";s:42:"At-home Massage Therapist &#8211; Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg";s:12:"tmpl_created";i:1612879264;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:60:"["Business","Health","Landing Pages","Services","Therapist"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:856;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:346;a:20:{s:4:"tmpl";i:1127;s:2:"id";i:16457;s:5:"title";s:25:"Beauty Salon &#8211; Home";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg";s:12:"tmpl_created";i:1608622383;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:408;s:11:"trend_index";i:56;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:347;a:20:{s:4:"tmpl";i:1178;s:2:"id";i:18317;s:5:"title";s:26:"Insurance &#8211; Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png";s:12:"tmpl_created";i:1614769488;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:61:"["Business","Family","Financial","Insurance","Landing Pages"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:870;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:348;a:20:{s:4:"tmpl";i:1128;s:2:"id";i:16518;s:5:"title";s:29:"Beauty Salon &#8211; Services";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg";s:12:"tmpl_created";i:1608622386;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:664;s:11:"trend_index";i:261;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:349;a:20:{s:4:"tmpl";i:1168;s:2:"id";i:17401;s:5:"title";s:40:"Conference Thank You Page &#8211; Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png";s:12:"tmpl_created";i:1612724753;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:59:"["Conference","Event","Events","Landing Pages","Thank You"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:799;s:11:"trend_index";i:540;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:350;a:20:{s:4:"tmpl";i:503;s:2:"id";i:5447;s:5:"title";s:7:"About 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png";s:12:"tmpl_created";i:1520443514;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:48;s:11:"trend_index";i:12;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:351;a:20:{s:4:"tmpl";i:1073;s:2:"id";i:15486;s:5:"title";s:25:"Travel Blog &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg";s:12:"tmpl_created";i:1606215720;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:608;s:11:"trend_index";i:343;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:352;a:20:{s:4:"tmpl";i:1166;s:2:"id";i:17368;s:5:"title";s:38:"Real Estate Agency &#8211; Real-Estate";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png";s:12:"tmpl_created";i:1612711814;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:73:"["Landing Pages","listing","Real estate","Realestate","realtor","realty"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:858;s:11:"trend_index";i:777;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:353;a:20:{s:4:"tmpl";i:1074;s:2:"id";i:15478;s:5:"title";s:27:"Travel Blog &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg";s:12:"tmpl_created";i:1606215735;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:687;s:11:"trend_index";i:564;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:354;a:20:{s:4:"tmpl";i:1170;s:2:"id";i:17423;s:5:"title";s:57:"Volunteer Calls Thank You Page &#8211; Social Involvement";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg";s:12:"tmpl_created";i:1612726058;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:62:"["Care","Involvement","Landing Pages","Thank You","Volunteer"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:857;s:11:"trend_index";i:818;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:355;a:20:{s:4:"tmpl";i:507;s:2:"id";i:5480;s:5:"title";s:7:"About 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png";s:12:"tmpl_created";i:1520443522;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:428;s:11:"trend_index";i:303;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:356;a:20:{s:4:"tmpl";i:1075;s:2:"id";i:15467;s:5:"title";s:24:"Travel Blog &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg";s:12:"tmpl_created";i:1606215756;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:567;s:11:"trend_index";i:224;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:357;a:20:{s:4:"tmpl";i:1169;s:2:"id";i:17409;s:5:"title";s:37:"Webinar Thank You Page &#8211; Events";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png";s:12:"tmpl_created";i:1612725644;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:56:"["Event","Events","Landing Pages","Thank You","Webinar"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:868;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:358;a:20:{s:4:"tmpl";i:1056;s:2:"id";i:15317;s:5:"title";s:25:"Dance Studio &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg";s:12:"tmpl_created";i:1603181291;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:596;s:11:"trend_index";i:301;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:359;a:20:{s:4:"tmpl";i:545;s:2:"id";i:6027;s:5:"title";s:7:"About 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png";s:12:"tmpl_created";i:1520443639;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:40;s:11:"trend_index";i:40;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:360;a:20:{s:4:"tmpl";i:1160;s:2:"id";i:17258;s:5:"title";s:32:"Beauty Product &#8211; eCommerce";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png";s:12:"tmpl_created";i:1610903153;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:38:"["Beauty","Ecommerce","Landing Pages"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:797;s:11:"trend_index";i:703;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:361;a:20:{s:4:"tmpl";i:1057;s:2:"id";i:15334;s:5:"title";s:26:"Dance Studio &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg";s:12:"tmpl_created";i:1603181364;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:626;s:11:"trend_index";i:373;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:362;a:20:{s:4:"tmpl";i:546;s:2:"id";i:6036;s:5:"title";s:7:"About 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png";s:12:"tmpl_created";i:1520443641;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:90;s:11:"trend_index";i:123;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:363;a:20:{s:4:"tmpl";i:1171;s:2:"id";i:17435;s:5:"title";s:39:"Gym &#8211; App Service &#8211; Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png";s:12:"tmpl_created";i:1612726462;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"Product";s:4:"tags";s:58:"["App","Fitness","Gym","Health","Landing Pages","Product"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:767;s:11:"trend_index";i:577;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:364;a:20:{s:4:"tmpl";i:1058;s:2:"id";i:15349;s:5:"title";s:28:"Dance Studio &#8211; Classes";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg";s:12:"tmpl_created";i:1603181425;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:629;s:11:"trend_index";i:458;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:365;a:20:{s:4:"tmpl";i:1156;s:2:"id";i:17111;s:5:"title";s:33:"Sunglasses Sale &#8211; eCommerce";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610632408;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Ecommerce","Fashion","Landing Pages","Sale","Sunglasses"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:812;s:11:"trend_index";i:732;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:366;a:20:{s:4:"tmpl";i:1055;s:2:"id";i:15366;s:5:"title";s:29:"Dance Studio &#8211; Schedule";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg";s:12:"tmpl_created";i:1603181056;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:698;s:11:"trend_index";i:602;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:367;a:20:{s:4:"tmpl";i:1157;s:2:"id";i:17223;s:5:"title";s:25:"Fashion &#8211; eCommerce";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png";s:12:"tmpl_created";i:1610902553;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:808;s:11:"trend_index";i:745;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:368;a:20:{s:4:"tmpl";i:1059;s:2:"id";i:15373;s:5:"title";s:28:"Dance Studio &#8211; Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg";s:12:"tmpl_created";i:1603181678;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:731;s:11:"trend_index";i:661;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:369;a:20:{s:4:"tmpl";i:1151;s:2:"id";i:17017;s:5:"title";s:28:"Shoes Sale &#8211; eCommerce";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610535361;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:55:"["Discount","Ecommerce","Landing Pages","Sale","Shoes"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:803;s:11:"trend_index";i:642;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:370;a:20:{s:4:"tmpl";i:508;s:2:"id";i:5488;s:5:"title";s:7:"About 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png";s:12:"tmpl_created";i:1520443524;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:307;s:11:"trend_index";i:169;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:371;a:20:{s:4:"tmpl";i:1060;s:2:"id";i:15384;s:5:"title";s:28:"Dance Studio &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg";s:12:"tmpl_created";i:1603181738;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:741;s:11:"trend_index";i:721;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:372;a:20:{s:4:"tmpl";i:556;s:2:"id";i:6122;s:5:"title";s:7:"About 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png";s:12:"tmpl_created";i:1520443661;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:38;s:11:"trend_index";i:26;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:373;a:20:{s:4:"tmpl";i:1163;s:2:"id";i:17301;s:5:"title";s:53:"Personal Chef &#8211; Thank You Page &#8211; Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg";s:12:"tmpl_created";i:1610903622;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:43:"["Chef","Food","Landing Pages","Thank You"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:823;s:11:"trend_index";i:754;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:374;a:20:{s:4:"tmpl";i:1042;s:2:"id";i:15158;s:5:"title";s:26:"Psychologist &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg";s:12:"tmpl_created";i:1600157561;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:618;s:11:"trend_index";i:426;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:375;a:20:{s:4:"tmpl";i:1164;s:2:"id";i:17313;s:5:"title";s:60:"Development Course  &#8211; Thank You Page &#8211; Education";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png";s:12:"tmpl_created";i:1610903776;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:57:"["Course Online","Education","Landing Pages","Thank You"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:834;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:376;a:20:{s:4:"tmpl";i:1045;s:2:"id";i:15197;s:5:"title";s:28:"Psychologist &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg";s:12:"tmpl_created";i:1600160499;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:82;s:16:"popularity_index";i:666;s:11:"trend_index";i:558;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:377;a:20:{s:4:"tmpl";i:509;s:2:"id";i:5496;s:5:"title";s:7:"About 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png";s:12:"tmpl_created";i:1520443526;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:82;s:16:"popularity_index";i:523;s:11:"trend_index";i:453;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:378;a:20:{s:4:"tmpl";i:1041;s:2:"id";i:15142;s:5:"title";s:25:"Psychologist &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg";s:12:"tmpl_created";i:1600156308;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:83;s:16:"popularity_index";i:464;s:11:"trend_index";i:297;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:379;a:20:{s:4:"tmpl";i:1044;s:2:"id";i:15188;s:5:"title";s:28:"Psychologist &#8211; Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg";s:12:"tmpl_created";i:1600159731;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:84;s:16:"popularity_index";i:732;s:11:"trend_index";i:537;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:380;a:20:{s:4:"tmpl";i:684;s:2:"id";i:8961;s:5:"title";s:9:"archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg";s:12:"tmpl_created";i:1528639909;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:84;s:16:"popularity_index";i:79;s:11:"trend_index";i:15;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:381;a:20:{s:4:"tmpl";i:1043;s:2:"id";i:15167;s:5:"title";s:29:"Psychologist &#8211; Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg";s:12:"tmpl_created";i:1600158206;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:85;s:16:"popularity_index";i:606;s:11:"trend_index";i:379;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:382;a:20:{s:4:"tmpl";i:1036;s:2:"id";i:14932;s:5:"title";s:30:"Flooring Company &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/08/About.png";s:12:"tmpl_created";i:1597740110;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:86;s:16:"popularity_index";i:488;s:11:"trend_index";i:319;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:383;a:20:{s:4:"tmpl";i:685;s:2:"id";i:8969;s:5:"title";s:9:"archive 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg";s:12:"tmpl_created";i:1528700014;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:86;s:16:"popularity_index";i:250;s:11:"trend_index";i:124;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:384;a:20:{s:4:"tmpl";i:1037;s:2:"id";i:14998;s:5:"title";s:32:"Flooring Company &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png";s:12:"tmpl_created";i:1597740222;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:87;s:16:"popularity_index";i:553;s:11:"trend_index";i:380;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:385;a:20:{s:4:"tmpl";i:1038;s:2:"id";i:14965;s:5:"title";s:32:"Flooring Company &#8211; Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png";s:12:"tmpl_created";i:1597740353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:88;s:16:"popularity_index";i:371;s:11:"trend_index";i:291;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:386;a:20:{s:4:"tmpl";i:686;s:2:"id";i:8973;s:5:"title";s:9:"archive 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg";s:12:"tmpl_created";i:1528700205;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:88;s:16:"popularity_index";i:176;s:11:"trend_index";i:54;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:387;a:20:{s:4:"tmpl";i:1282;s:2:"id";i:22417;s:5:"title";s:52:"Finance Learning Platform &#8211; Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1647354987;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:89;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:388;a:20:{s:4:"tmpl";i:1040;s:2:"id";i:14947;s:5:"title";s:33:"Flooring company &#8211; Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/08/Services.png";s:12:"tmpl_created";i:1597740551;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:90;s:16:"popularity_index";i:538;s:11:"trend_index";i:392;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:389;a:20:{s:4:"tmpl";i:1039;s:2:"id";i:14901;s:5:"title";s:29:"Flooring Company &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Home.png";s:12:"tmpl_created";i:1597740474;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:91;s:16:"popularity_index";i:387;s:11:"trend_index";i:185;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:390;a:20:{s:4:"tmpl";i:687;s:2:"id";i:8977;s:5:"title";s:9:"archive 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg";s:12:"tmpl_created";i:1528700326;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:91;s:16:"popularity_index";i:354;s:11:"trend_index";i:396;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:391;a:20:{s:4:"tmpl";i:1252;s:2:"id";i:22146;s:5:"title";s:36:"Home Decor Store &#8211; Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1647177514;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:92;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:392;a:20:{s:4:"tmpl";i:688;s:2:"id";i:8981;s:5:"title";s:9:"archive 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg";s:12:"tmpl_created";i:1528700484;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:93;s:16:"popularity_index";i:333;s:11:"trend_index";i:195;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:393;a:20:{s:4:"tmpl";i:1021;s:2:"id";i:14737;s:5:"title";s:32:"Luxury Real Estate &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/07/About.png";s:12:"tmpl_created";i:1595313527;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:93;s:16:"popularity_index";i:150;s:11:"trend_index";i:447;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:394;a:20:{s:4:"tmpl";i:689;s:2:"id";i:8985;s:5:"title";s:9:"archive 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg";s:12:"tmpl_created";i:1528700612;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:94;s:16:"popularity_index";i:204;s:11:"trend_index";i:95;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:395;a:20:{s:4:"tmpl";i:1020;s:2:"id";i:14756;s:5:"title";s:34:"Luxury Real Estate &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png";s:12:"tmpl_created";i:1595313519;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:94;s:16:"popularity_index";i:610;s:11:"trend_index";i:569;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:396;a:20:{s:4:"tmpl";i:1019;s:2:"id";i:14716;s:5:"title";s:31:"Luxury Real Estate &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Home.png";s:12:"tmpl_created";i:1595313512;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:95;s:16:"popularity_index";i:394;s:11:"trend_index";i:165;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:397;a:20:{s:4:"tmpl";i:690;s:2:"id";i:8989;s:5:"title";s:9:"archive 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg";s:12:"tmpl_created";i:1528701063;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:96;s:16:"popularity_index";i:208;s:11:"trend_index";i:111;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:398;a:20:{s:4:"tmpl";i:1018;s:2:"id";i:14763;s:5:"title";s:31:"Luxury Real Estate &#8211; News";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png";s:12:"tmpl_created";i:1595313273;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:96;s:16:"popularity_index";i:404;s:11:"trend_index";i:167;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:399;a:20:{s:4:"tmpl";i:1283;s:2:"id";i:22423;s:5:"title";s:39:"Online Store &#8211; Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1647355154;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:97;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:400;a:20:{s:4:"tmpl";i:691;s:2:"id";i:8996;s:5:"title";s:9:"archive 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg";s:12:"tmpl_created";i:1528701290;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:98;s:16:"popularity_index";i:227;s:11:"trend_index";i:153;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:401;a:20:{s:4:"tmpl";i:1010;s:2:"id";i:13960;s:5:"title";s:32:"Japanese restaurant &#8211; Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg";s:12:"tmpl_created";i:1592289775;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:98;s:16:"popularity_index";i:537;s:11:"trend_index";i:287;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:402;a:20:{s:4:"tmpl";i:1284;s:2:"id";i:22428;s:5:"title";s:40:"Travel Agency &#8211; Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1647355339;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:99;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:403;a:20:{s:4:"tmpl";i:692;s:2:"id";i:9001;s:5:"title";s:9:"archive 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg";s:12:"tmpl_created";i:1528701433;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:100;s:16:"popularity_index";i:265;s:11:"trend_index";i:208;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:404;a:20:{s:4:"tmpl";i:1007;s:2:"id";i:13993;s:5:"title";s:45:"Japanese restaurant &#8211; Chef&#8217;s Menu";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg";s:12:"tmpl_created";i:1592289691;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:100;s:16:"popularity_index";i:651;s:11:"trend_index";i:675;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:405;a:20:{s:4:"tmpl";i:1006;s:2:"id";i:14012;s:5:"title";s:36:"Japanese restaurant &#8211; Bar Menu";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg";s:12:"tmpl_created";i:1592289665;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:101;s:16:"popularity_index";i:735;s:11:"trend_index";i:829;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:406;a:20:{s:4:"tmpl";i:1005;s:2:"id";i:13917;s:5:"title";s:33:"Japanese restaurant &#8211; About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg";s:12:"tmpl_created";i:1592289629;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:102;s:16:"popularity_index";i:640;s:11:"trend_index";i:389;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:407;a:20:{s:4:"tmpl";i:997;s:2:"id";i:13528;s:5:"title";s:22:"Barbershop &#8211; 404";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg";s:12:"tmpl_created";i:1589893152;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Barber Shop","Barbershop"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:768;s:11:"trend_index";i:681;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:408;a:20:{s:4:"tmpl";i:1009;s:2:"id";i:13937;s:5:"title";s:35:"Japanese restaurant &#8211; Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg";s:12:"tmpl_created";i:1592289748;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:648;s:11:"trend_index";i:551;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:409;a:20:{s:4:"tmpl";i:1008;s:2:"id";i:14030;s:5:"title";s:34:"Japanese restaurant &#8211; Events";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg";s:12:"tmpl_created";i:1592289713;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:104;s:16:"popularity_index";i:723;s:11:"trend_index";i:711;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:410;a:20:{s:4:"tmpl";i:998;s:2:"id";i:13518;s:5:"title";s:26:"Barbershop &#8211; Archive";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg";s:12:"tmpl_created";i:1589893157;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:737;s:11:"trend_index";i:523;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:411;a:20:{s:4:"tmpl";i:1016;s:2:"id";i:13984;s:5:"title";s:40:"Japanese restaurant &#8211; Reservations";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg";s:12:"tmpl_created";i:1592294757;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:715;s:11:"trend_index";i:727;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:412;a:20:{s:4:"tmpl";i:999;s:2:"id";i:13479;s:5:"title";s:23:"Barbershop &#8211; Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg";s:12:"tmpl_created";i:1589893275;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:106;s:16:"popularity_index";i:683;s:11:"trend_index";i:832;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:413;a:20:{s:4:"tmpl";i:996;s:2:"id";i:13604;s:5:"title";s:25:"Barbershop &#8211; Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg";s:12:"tmpl_created";i:1589893147;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Barber Shop","Barbershop","Footer"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:555;s:11:"trend_index";i:267;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:414;a:20:{s:4:"tmpl";i:1000;s:2:"id";i:13503;s:5:"title";s:24:"Barbershop &#8211; About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg";s:12:"tmpl_created";i:1589893289;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:744;s:11:"trend_index";i:739;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:415;a:20:{s:4:"tmpl";i:995;s:2:"id";i:13612;s:5:"title";s:25:"Barbershop &#8211; Header";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg";s:12:"tmpl_created";i:1589893142;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Barber Shop","Barbershop","Header"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:343;s:11:"trend_index";i:137;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:416;a:20:{s:4:"tmpl";i:1001;s:2:"id";i:13548;s:5:"title";s:27:"Barbershop &#8211; Services";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg";s:12:"tmpl_created";i:1589893298;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:761;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:417;a:20:{s:4:"tmpl";i:1002;s:2:"id";i:13560;s:5:"title";s:26:"Barbershop &#8211; Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg";s:12:"tmpl_created";i:1589893307;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:109;s:16:"popularity_index";i:756;s:11:"trend_index";i:822;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:418;a:20:{s:4:"tmpl";i:1003;s:2:"id";i:13587;s:5:"title";s:26:"Barbershop &#8211; Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg";s:12:"tmpl_created";i:1589893315;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:110;s:16:"popularity_index";i:753;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:419;a:20:{s:4:"tmpl";i:982;s:2:"id";i:13307;s:5:"title";s:26:"Online Course &#8211; Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg";s:12:"tmpl_created";i:1587474541;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:230;s:11:"trend_index";i:125;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:420;a:20:{s:4:"tmpl";i:994;s:2:"id";i:13621;s:5:"title";s:30:"Barbershop &#8211; Single Post";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg";s:12:"tmpl_created";i:1589893137;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:736;s:11:"trend_index";i:580;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:421;a:20:{s:4:"tmpl";i:1131;s:2:"id";i:16527;s:5:"title";s:24:"Beauty Salon &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg";s:12:"tmpl_created";i:1608622517;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:29:"["404","Beauty Salon","Hair"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:742;s:11:"trend_index";i:563;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:422;a:20:{s:4:"tmpl";i:983;s:2:"id";i:13328;s:5:"title";s:27:"Online Course &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg";s:12:"tmpl_created";i:1587474558;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:508;s:11:"trend_index";i:429;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:423;a:20:{s:4:"tmpl";i:984;s:2:"id";i:13338;s:5:"title";s:33:"Online Course &#8211; Course Page";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png";s:12:"tmpl_created";i:1587474574;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:113;s:16:"popularity_index";i:337;s:11:"trend_index";i:310;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:424;a:20:{s:4:"tmpl";i:985;s:2:"id";i:13352;s:5:"title";s:29:"Online Course &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg";s:12:"tmpl_created";i:1587474591;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:114;s:16:"popularity_index";i:565;s:11:"trend_index";i:533;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:425;a:20:{s:4:"tmpl";i:1130;s:2:"id";i:16535;s:5:"title";s:27:"Beauty Salon &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg";s:12:"tmpl_created";i:1608622498;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:32:"["Beauty Salon","Footer","Hair"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:524;s:11:"trend_index";i:126;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:426;a:20:{s:4:"tmpl";i:971;s:2:"id";i:13187;s:5:"title";s:33:"Interior Design &#8211; Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.png";s:12:"tmpl_created";i:1586148661;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:331;s:11:"trend_index";i:264;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:427;a:20:{s:4:"tmpl";i:1453;s:2:"id";i:16346;s:5:"title";s:33:"Your New Home &#8211; Real Estate";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png";s:12:"tmpl_created";i:1660205402;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:31:"["Landing Pages","Real estate"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:428;a:20:{s:4:"tmpl";i:972;s:2:"id";i:13199;s:5:"title";s:29:"Interior Design &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.png";s:12:"tmpl_created";i:1586148666;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:316;s:11:"trend_index";i:334;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:429;a:20:{s:4:"tmpl";i:1129;s:2:"id";i:16545;s:5:"title";s:27:"Beauty Salon &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg";s:12:"tmpl_created";i:1608622495;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:32:"["Beauty Salon","Hair","Header"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:356;s:11:"trend_index";i:49;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:430;a:20:{s:4:"tmpl";i:973;s:2:"id";i:13214;s:5:"title";s:32:"Interior Design &#8211; Projects";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg";s:12:"tmpl_created";i:1586148672;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:367;s:11:"trend_index";i:323;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:431;a:20:{s:4:"tmpl";i:641;s:2:"id";i:7686;s:5:"title";s:12:"Blog Posts 1";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png";s:12:"tmpl_created";i:1521558047;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:26:"["Archive","Blog","posts"]";s:10:"menu_order";i:118;s:16:"popularity_index";i:131;s:11:"trend_index";i:152;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:432;a:20:{s:4:"tmpl";i:974;s:2:"id";i:13229;s:5:"title";s:31:"Interior Design &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png";s:12:"tmpl_created";i:1586148677;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:118;s:16:"popularity_index";i:395;s:11:"trend_index";i:337;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:433;a:20:{s:4:"tmpl";i:959;s:2:"id";i:12948;s:5:"title";s:29:"Photography &#8211; Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png";s:12:"tmpl_created";i:1582093442;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:119;s:16:"popularity_index";i:241;s:11:"trend_index";i:201;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:434;a:20:{s:4:"tmpl";i:960;s:2:"id";i:12798;s:5:"title";s:25:"Photography &#8211; About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png";s:12:"tmpl_created";i:1582093446;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:120;s:16:"popularity_index";i:499;s:11:"trend_index";i:374;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:435;a:20:{s:4:"tmpl";i:484;s:2:"id";i:5283;s:5:"title";s:9:"Clients 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png";s:12:"tmpl_created";i:1520443478;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:120;s:16:"popularity_index";i:294;s:11:"trend_index";i:202;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:436;a:20:{s:4:"tmpl";i:961;s:2:"id";i:12868;s:5:"title";s:27:"Photography &#8211; Contact";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png";s:12:"tmpl_created";i:1582093450;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:121;s:16:"popularity_index";i:531;s:11:"trend_index";i:350;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:437;a:20:{s:4:"tmpl";i:962;s:2:"id";i:13056;s:5:"title";s:28:"Photography &#8211; Wildlife";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png";s:12:"tmpl_created";i:1582093454;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:122;s:16:"popularity_index";i:579;s:11:"trend_index";i:656;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:438;a:20:{s:4:"tmpl";i:487;s:2:"id";i:5306;s:5:"title";s:10:"Clients 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png";s:12:"tmpl_created";i:1520443484;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:122;s:16:"popularity_index";i:657;s:11:"trend_index";i:581;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:439;a:20:{s:4:"tmpl";i:963;s:2:"id";i:12922;s:5:"title";s:37:"Photography &#8211; Glowing Jellyfish";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png";s:12:"tmpl_created";i:1582093457;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:123;s:16:"popularity_index";i:628;s:11:"trend_index";i:532;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:440;a:20:{s:4:"tmpl";i:964;s:2:"id";i:12875;s:5:"title";s:36:"Photography &#8211; Fluttering Birds";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png";s:12:"tmpl_created";i:1582093461;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:124;s:16:"popularity_index";i:693;s:11:"trend_index";i:766;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:441;a:20:{s:4:"tmpl";i:965;s:2:"id";i:12962;s:5:"title";s:26:"Photography &#8211; Nature";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png";s:12:"tmpl_created";i:1582093465;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:125;s:16:"popularity_index";i:592;s:11:"trend_index";i:778;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:442;a:20:{s:4:"tmpl";i:491;s:2:"id";i:5341;s:5:"title";s:10:"Clients 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png";s:12:"tmpl_created";i:1520443491;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:125;s:16:"popularity_index";i:603;s:11:"trend_index";i:633;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:443;a:20:{s:4:"tmpl";i:966;s:2:"id";i:12833;s:5:"title";s:38:"Photography &#8211; Blossoming Flowers";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png";s:12:"tmpl_created";i:1582093469;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:126;s:16:"popularity_index";i:597;s:11:"trend_index";i:750;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:444;a:20:{s:4:"tmpl";i:488;s:2:"id";i:5315;s:5:"title";s:10:"Clients 12";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png";s:12:"tmpl_created";i:1520443486;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:126;s:16:"popularity_index";i:485;s:11:"trend_index";i:263;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:445;a:20:{s:4:"tmpl";i:967;s:2:"id";i:12898;s:5:"title";s:36:"Photography &#8211; Forest Mushrooms";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png";s:12:"tmpl_created";i:1582093473;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:127;s:16:"popularity_index";i:667;s:11:"trend_index";i:649;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:446;a:20:{s:4:"tmpl";i:968;s:2:"id";i:12994;s:5:"title";s:24:"Photography &#8211; Pets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png";s:12:"tmpl_created";i:1582093477;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:128;s:16:"popularity_index";i:612;s:11:"trend_index";i:508;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:447;a:20:{s:4:"tmpl";i:969;s:2:"id";i:12805;s:5:"title";s:37:"Photography &#8211; B&amp;W Portraits";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png";s:12:"tmpl_created";i:1582093481;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:129;s:16:"popularity_index";i:695;s:11:"trend_index";i:735;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:448;a:20:{s:4:"tmpl";i:490;s:2:"id";i:5333;s:5:"title";s:10:"Clients 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png";s:12:"tmpl_created";i:1520443489;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:129;s:16:"popularity_index";i:234;s:11:"trend_index";i:128;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:449;a:20:{s:4:"tmpl";i:970;s:2:"id";i:13031;s:5:"title";s:33:"Photography &#8211; Vivid Parrots";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png";s:12:"tmpl_created";i:1582093484;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:130;s:16:"popularity_index";i:660;s:11:"trend_index";i:643;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:450;a:20:{s:4:"tmpl";i:496;s:2:"id";i:5389;s:5:"title";s:10:"Clients 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png";s:12:"tmpl_created";i:1520443501;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:130;s:16:"popularity_index";i:407;s:11:"trend_index";i:307;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:451;a:20:{s:4:"tmpl";i:940;s:2:"id";i:12621;s:5:"title";s:26:"Magazine &#8211; Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png";s:12:"tmpl_created";i:1579060604;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:131;s:16:"popularity_index";i:167;s:11:"trend_index";i:121;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:452;a:20:{s:4:"tmpl";i:936;s:2:"id";i:12352;s:5:"title";s:24:"Travel &#8211; Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png";s:12:"tmpl_created";i:1575960464;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:132;s:16:"popularity_index";i:291;s:11:"trend_index";i:194;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:453;a:20:{s:4:"tmpl";i:486;s:2:"id";i:5298;s:5:"title";s:10:"Clients 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png";s:12:"tmpl_created";i:1520443482;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:132;s:16:"popularity_index";i:465;s:11:"trend_index";i:520;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:454;a:20:{s:4:"tmpl";i:932;s:2:"id";i:12400;s:5:"title";s:20:"Travel &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/12/About.png";s:12:"tmpl_created";i:1575960441;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:133;s:16:"popularity_index";i:444;s:11:"trend_index";i:445;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:455;a:20:{s:4:"tmpl";i:938;s:2:"id";i:12479;s:5:"title";s:20:"Travel &#8211; Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png";s:12:"tmpl_created";i:1575960474;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:134;s:16:"popularity_index";i:539;s:11:"trend_index";i:726;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:456;a:20:{s:4:"tmpl";i:495;s:2:"id";i:5381;s:5:"title";s:10:"Clients 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png";s:12:"tmpl_created";i:1520443499;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:134;s:16:"popularity_index";i:198;s:11:"trend_index";i:168;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:457;a:20:{s:4:"tmpl";i:937;s:2:"id";i:12466;s:5:"title";s:27:"Travel &#8211; Testimonials";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png";s:12:"tmpl_created";i:1575960469;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:135;s:16:"popularity_index";i:527;s:11:"trend_index";i:481;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:458;a:20:{s:4:"tmpl";i:935;s:2:"id";i:12443;s:5:"title";s:22:"Travel &#8211; Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png";s:12:"tmpl_created";i:1575960459;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:136;s:16:"popularity_index";i:467;s:11:"trend_index";i:501;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:459;a:20:{s:4:"tmpl";i:934;s:2:"id";i:12431;s:5:"title";s:18:"Travel &#8211; FAQ";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png";s:12:"tmpl_created";i:1575960453;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:137;s:16:"popularity_index";i:501;s:11:"trend_index";i:387;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:460;a:20:{s:4:"tmpl";i:493;s:2:"id";i:5357;s:5:"title";s:9:"Clients 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png";s:12:"tmpl_created";i:1520443495;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:137;s:16:"popularity_index";i:341;s:11:"trend_index";i:232;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:461;a:20:{s:4:"tmpl";i:933;s:2:"id";i:12421;s:5:"title";s:27:"Travel &#8211; Contact Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png";s:12:"tmpl_created";i:1575960445;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:138;s:16:"popularity_index";i:571;s:11:"trend_index";i:536;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:462;a:20:{s:4:"tmpl";i:892;s:2:"id";i:11763;s:5:"title";s:27:"Portfolio &#8211; Home Page";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png";s:12:"tmpl_created";i:1569428959;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:139;s:16:"popularity_index";i:280;s:11:"trend_index";i:241;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:463;a:20:{s:4:"tmpl";i:485;s:2:"id";i:5290;s:5:"title";s:9:"Clients 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png";s:12:"tmpl_created";i:1520443480;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:139;s:16:"popularity_index";i:545;s:11:"trend_index";i:502;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:464;a:20:{s:4:"tmpl";i:891;s:2:"id";i:11781;s:5:"title";s:23:"Portfolio &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png";s:12:"tmpl_created";i:1569428955;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:140;s:16:"popularity_index";i:349;s:11:"trend_index";i:290;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:465;a:20:{s:4:"tmpl";i:482;s:2:"id";i:5266;s:5:"title";s:9:"Clients 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png";s:12:"tmpl_created";i:1520443474;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:140;s:16:"popularity_index";i:95;s:11:"trend_index";i:134;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:466;a:20:{s:4:"tmpl";i:890;s:2:"id";i:11793;s:5:"title";s:26:"Portfolio &#8211; Projects";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png";s:12:"tmpl_created";i:1569428951;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:141;s:16:"popularity_index";i:448;s:11:"trend_index";i:467;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:467;a:20:{s:4:"tmpl";i:889;s:2:"id";i:11800;s:5:"title";s:25:"Portfolio &#8211; Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png";s:12:"tmpl_created";i:1569428946;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:142;s:16:"popularity_index";i:494;s:11:"trend_index";i:449;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:468;a:20:{s:4:"tmpl";i:866;s:2:"id";i:11163;s:5:"title";s:32:"Digital Agency &#8211; Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png";s:12:"tmpl_created";i:1564641877;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:143;s:16:"popularity_index";i:57;s:11:"trend_index";i:32;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:469;a:20:{s:4:"tmpl";i:483;s:2:"id";i:5275;s:5:"title";s:9:"Clients 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png";s:12:"tmpl_created";i:1520443476;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:143;s:16:"popularity_index";i:334;s:11:"trend_index";i:321;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:470;a:20:{s:4:"tmpl";i:492;s:2:"id";i:5349;s:5:"title";s:9:"Clients 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png";s:12:"tmpl_created";i:1520443493;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:144;s:16:"popularity_index";i:233;s:11:"trend_index";i:92;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:471;a:20:{s:4:"tmpl";i:916;s:2:"id";i:12143;s:5:"title";s:22:"Law Firm &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/about.png";s:12:"tmpl_created";i:1572847069;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:146;s:16:"popularity_index";i:350;s:11:"trend_index";i:344;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:472;a:20:{s:4:"tmpl";i:489;s:2:"id";i:5324;s:5:"title";s:9:"Clients 8";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png";s:12:"tmpl_created";i:1520443488;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:146;s:16:"popularity_index";i:526;s:11:"trend_index";i:381;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:473;a:20:{s:4:"tmpl";i:920;s:2:"id";i:12091;s:5:"title";s:21:"Law Firm &#8211; Team";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/team.png";s:12:"tmpl_created";i:1572847113;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:147;s:16:"popularity_index";i:318;s:11:"trend_index";i:314;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:474;a:20:{s:4:"tmpl";i:869;s:2:"id";i:11129;s:5:"title";s:28:"Digital Agency &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png";s:12:"tmpl_created";i:1564641889;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:148;s:16:"popularity_index";i:182;s:11:"trend_index";i:166;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:475;a:20:{s:4:"tmpl";i:880;s:2:"id";i:11572;s:5:"title";s:19:"Gym &#8211; Trainer";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png";s:12:"tmpl_created";i:1567392934;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:149;s:16:"popularity_index";i:521;s:11:"trend_index";i:590;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:476;a:20:{s:4:"tmpl";i:494;s:2:"id";i:5368;s:5:"title";s:9:"Clients 9";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png";s:12:"tmpl_created";i:1520443497;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:149;s:16:"popularity_index";i:253;s:11:"trend_index";i:273;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:477;a:20:{s:4:"tmpl";i:917;s:2:"id";i:12133;s:5:"title";s:24:"Law Firm &#8211; Careers";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/11/careers.png";s:12:"tmpl_created";i:1572847078;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:151;s:16:"popularity_index";i:583;s:11:"trend_index";i:640;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:478;a:20:{s:4:"tmpl";i:425;s:2:"id";i:4436;s:5:"title";s:11:"Contact  16";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png";s:12:"tmpl_created";i:1520443293;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:151;s:16:"popularity_index";i:161;s:11:"trend_index";i:68;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:479;a:20:{s:4:"tmpl";i:915;s:2:"id";i:12155;s:5:"title";s:26:"Law Firm &#8211; Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/home.png";s:12:"tmpl_created";i:1572847054;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:152;s:16:"popularity_index";i:193;s:11:"trend_index";i:110;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:480;a:20:{s:4:"tmpl";i:423;s:2:"id";i:4420;s:5:"title";s:9:"Contact 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png";s:12:"tmpl_created";i:1520443289;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:152;s:16:"popularity_index";i:196;s:11:"trend_index";i:127;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:481;a:20:{s:4:"tmpl";i:921;s:2:"id";i:12080;s:5:"title";s:24:"Law Firm &#8211; Partner";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png";s:12:"tmpl_created";i:1572847120;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:153;s:16:"popularity_index";i:556;s:11:"trend_index";i:471;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:482;a:20:{s:4:"tmpl";i:534;s:2:"id";i:5836;s:5:"title";s:10:"Contact 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png";s:12:"tmpl_created";i:1520443597;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:154;s:16:"popularity_index";i:114;s:11:"trend_index";i:76;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:483;a:20:{s:4:"tmpl";i:865;s:2:"id";i:11074;s:5:"title";s:31:"Digital Agency &#8211; Services";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png";s:12:"tmpl_created";i:1564641872;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:154;s:16:"popularity_index";i:163;s:11:"trend_index";i:170;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:484;a:20:{s:4:"tmpl";i:879;s:2:"id";i:11506;s:5:"title";s:19:"Gym &#8211; Classes";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png";s:12:"tmpl_created";i:1567392930;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:155;s:16:"popularity_index";i:514;s:11:"trend_index";i:554;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:485;a:20:{s:4:"tmpl";i:535;s:2:"id";i:5844;s:5:"title";s:10:"Contact 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png";s:12:"tmpl_created";i:1520443599;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:156;s:16:"popularity_index";i:289;s:11:"trend_index";i:313;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:486;a:20:{s:4:"tmpl";i:922;s:2:"id";i:12044;s:5:"title";s:24:"Law Firm &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png";s:12:"tmpl_created";i:1572847130;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:157;s:16:"popularity_index";i:437;s:11:"trend_index";i:304;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:487;a:20:{s:4:"tmpl";i:430;s:2:"id";i:4476;s:5:"title";s:10:"Contact 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png";s:12:"tmpl_created";i:1520443303;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:157;s:16:"popularity_index";i:229;s:11:"trend_index";i:187;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:488;a:20:{s:4:"tmpl";i:918;s:2:"id";i:12124;s:5:"title";s:25:"Law Firm &#8211; Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/11/services.png";s:12:"tmpl_created";i:1572847096;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:158;s:16:"popularity_index";i:433;s:11:"trend_index";i:296;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:489;a:20:{s:4:"tmpl";i:864;s:2:"id";i:11056;s:5:"title";s:35:"Digital Agency &#8211; Social Media";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png";s:12:"tmpl_created";i:1564641867;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:159;s:16:"popularity_index";i:297;s:11:"trend_index";i:361;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:490;a:20:{s:4:"tmpl";i:476;s:2:"id";i:5214;s:5:"title";s:10:"Contact 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png";s:12:"tmpl_created";i:1520443462;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:159;s:16:"popularity_index";i:194;s:11:"trend_index";i:106;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:491;a:20:{s:4:"tmpl";i:878;s:2:"id";i:11536;s:5:"title";s:19:"Gym &#8211; Fitness";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png";s:12:"tmpl_created";i:1567392927;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:160;s:16:"popularity_index";i:621;s:11:"trend_index";i:674;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:492;a:20:{s:4:"tmpl";i:882;s:2:"id";i:11545;s:5:"title";s:21:"Gym &#8211; Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png";s:12:"tmpl_created";i:1567392943;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:161;s:16:"popularity_index";i:310;s:11:"trend_index";i:229;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:493;a:20:{s:4:"tmpl";i:919;s:2:"id";i:12116;s:5:"title";s:24:"Law Firm &#8211; Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png";s:12:"tmpl_created";i:1572847105;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:162;s:16:"popularity_index";i:489;s:11:"trend_index";i:339;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:494;a:20:{s:4:"tmpl";i:478;s:2:"id";i:5230;s:5:"title";s:10:"Contact 17";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png";s:12:"tmpl_created";i:1520443466;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:162;s:16:"popularity_index";i:339;s:11:"trend_index";i:335;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:495;a:20:{s:4:"tmpl";i:868;s:2:"id";i:11094;s:5:"title";s:30:"Digital Agency &#8211; Clients";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png";s:12:"tmpl_created";i:1564641885;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:163;s:16:"popularity_index";i:424;s:11:"trend_index";i:424;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:496;a:20:{s:4:"tmpl";i:481;s:2:"id";i:5257;s:5:"title";s:10:"Contact 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png";s:12:"tmpl_created";i:1520443472;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:163;s:16:"popularity_index";i:438;s:11:"trend_index";i:490;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:497;a:20:{s:4:"tmpl";i:881;s:2:"id";i:11478;s:5:"title";s:17:"Gym &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png";s:12:"tmpl_created";i:1567392939;s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:164;s:16:"popularity_index";i:481;s:11:"trend_index";i:579;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:498;a:20:{s:4:"tmpl";i:532;s:2:"id";i:5820;s:5:"title";s:9:"Contact 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png";s:12:"tmpl_created";i:1520443593;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:166;s:16:"popularity_index";i:183;s:11:"trend_index";i:357;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:499;a:20:{s:4:"tmpl";i:877;s:2:"id";i:11563;s:5:"title";s:19:"Gym &#8211; Pricing";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png";s:12:"tmpl_created";i:1567392923;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:166;s:16:"popularity_index";i:577;s:11:"trend_index";i:736;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:500;a:20:{s:4:"tmpl";i:422;s:2:"id";i:4411;s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png";s:12:"tmpl_created";i:1520443287;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:167;s:16:"popularity_index";i:113;s:11:"trend_index";i:217;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:501;a:20:{s:4:"tmpl";i:867;s:2:"id";i:11034;s:5:"title";s:30:"Digital Agency &#8211; Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png";s:12:"tmpl_created";i:1564641881;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:168;s:16:"popularity_index";i:191;s:11:"trend_index";i:156;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:502;a:20:{s:4:"tmpl";i:533;s:2:"id";i:5828;s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png";s:12:"tmpl_created";i:1520443595;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:170;s:16:"popularity_index";i:312;s:11:"trend_index";i:495;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:503;a:20:{s:4:"tmpl";i:876;s:2:"id";i:11528;s:5:"title";s:19:"Gym &#8211; Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png";s:12:"tmpl_created";i:1567392917;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:171;s:16:"popularity_index";i:505;s:11:"trend_index";i:624;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:504;a:20:{s:4:"tmpl";i:424;s:2:"id";i:4428;s:5:"title";s:9:"Contact 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png";s:12:"tmpl_created";i:1520443291;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:171;s:16:"popularity_index";i:118;s:11:"trend_index";i:131;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:505;a:20:{s:4:"tmpl";i:426;s:2:"id";i:4444;s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png";s:12:"tmpl_created";i:1520443295;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:174;s:16:"popularity_index";i:84;s:11:"trend_index";i:93;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:506;a:20:{s:4:"tmpl";i:432;s:2:"id";i:4492;s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png";s:12:"tmpl_created";i:1520443307;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:176;s:16:"popularity_index";i:37;s:11:"trend_index";i:31;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:507;a:20:{s:4:"tmpl";i:427;s:2:"id";i:4452;s:5:"title";s:9:"Contact 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png";s:12:"tmpl_created";i:1520443296;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:178;s:16:"popularity_index";i:139;s:11:"trend_index";i:150;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:508;a:20:{s:4:"tmpl";i:429;s:2:"id";i:4468;s:5:"title";s:9:"Contact 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png";s:12:"tmpl_created";i:1520443301;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:179;s:16:"popularity_index";i:127;s:11:"trend_index";i:72;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:509;a:20:{s:4:"tmpl";i:431;s:2:"id";i:4484;s:5:"title";s:9:"Contact 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png";s:12:"tmpl_created";i:1520443305;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:182;s:16:"popularity_index";i:328;s:11:"trend_index";i:260;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:510;a:20:{s:4:"tmpl";i:428;s:2:"id";i:4460;s:5:"title";s:9:"Contact 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png";s:12:"tmpl_created";i:1520443298;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:184;s:16:"popularity_index";i:99;s:11:"trend_index";i:80;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:511;a:20:{s:4:"tmpl";i:613;s:2:"id";i:5558;s:5:"title";s:5:"CTA 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png";s:12:"tmpl_created";i:1520520684;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:185;s:16:"popularity_index";i:129;s:11:"trend_index";i:69;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:512;a:20:{s:4:"tmpl";i:634;s:2:"id";i:5939;s:5:"title";s:6:"CTA 10";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png";s:12:"tmpl_created";i:1520520760;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:187;s:16:"popularity_index";i:190;s:11:"trend_index";i:118;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:513;a:20:{s:4:"tmpl";i:633;s:2:"id";i:5930;s:5:"title";s:6:"CTA 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png";s:12:"tmpl_created";i:1520520758;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:190;s:16:"popularity_index";i:76;s:11:"trend_index";i:84;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:514;a:20:{s:4:"tmpl";i:632;s:2:"id";i:5921;s:5:"title";s:6:"CTA 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png";s:12:"tmpl_created";i:1520520757;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:192;s:16:"popularity_index";i:278;s:11:"trend_index";i:234;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:515;a:20:{s:4:"tmpl";i:618;s:2:"id";i:5607;s:5:"title";s:6:"CTA 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png";s:12:"tmpl_created";i:1520520695;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:194;s:16:"popularity_index";i:42;s:11:"trend_index";i:11;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:516;a:20:{s:4:"tmpl";i:574;s:2:"id";i:6017;s:5:"title";s:6:"CTA 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png";s:12:"tmpl_created";i:1520520331;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:196;s:16:"popularity_index";i:152;s:11:"trend_index";i:122;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:517;a:20:{s:4:"tmpl";i:628;s:2:"id";i:5885;s:5:"title";s:6:"CTA 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png";s:12:"tmpl_created";i:1520520751;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:197;s:16:"popularity_index";i:274;s:11:"trend_index";i:256;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:518;a:20:{s:4:"tmpl";i:627;s:2:"id";i:5877;s:5:"title";s:6:"CTA 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png";s:12:"tmpl_created";i:1520520749;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:200;s:16:"popularity_index";i:564;s:11:"trend_index";i:677;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:519;a:20:{s:4:"tmpl";i:625;s:2:"id";i:5860;s:5:"title";s:6:"CTA 17";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png";s:12:"tmpl_created";i:1520520746;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:201;s:16:"popularity_index";i:120;s:11:"trend_index";i:63;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:520;a:20:{s:4:"tmpl";i:626;s:2:"id";i:5869;s:5:"title";s:6:"CTA 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png";s:12:"tmpl_created";i:1520520747;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:204;s:16:"popularity_index";i:345;s:11:"trend_index";i:486;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:521;a:20:{s:4:"tmpl";i:611;s:2:"id";i:5542;s:5:"title";s:6:"CTA 19";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png";s:12:"tmpl_created";i:1520520681;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:205;s:16:"popularity_index";i:169;s:11:"trend_index";i:270;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:522;a:20:{s:4:"tmpl";i:614;s:2:"id";i:5567;s:5:"title";s:5:"CTA 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png";s:12:"tmpl_created";i:1520520685;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:207;s:16:"popularity_index";i:143;s:11:"trend_index";i:225;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:523;a:20:{s:4:"tmpl";i:629;s:2:"id";i:5893;s:5:"title";s:6:"CTA 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png";s:12:"tmpl_created";i:1520520752;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:210;s:16:"popularity_index";i:259;s:11:"trend_index";i:457;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:524;a:20:{s:4:"tmpl";i:619;s:2:"id";i:5634;s:5:"title";s:6:"CTA 24";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png";s:12:"tmpl_created";i:1520520699;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:212;s:16:"popularity_index";i:188;s:11:"trend_index";i:255;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:525;a:20:{s:4:"tmpl";i:620;s:2:"id";i:5642;s:5:"title";s:6:"CTA 25";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png";s:12:"tmpl_created";i:1520520701;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:214;s:16:"popularity_index";i:226;s:11:"trend_index";i:262;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:526;a:20:{s:4:"tmpl";i:615;s:2:"id";i:5583;s:5:"title";s:6:"CTA 26";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png";s:12:"tmpl_created";i:1520520689;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:216;s:16:"popularity_index";i:117;s:11:"trend_index";i:117;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:527;a:20:{s:4:"tmpl";i:630;s:2:"id";i:5904;s:5:"title";s:6:"CTA 27";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png";s:12:"tmpl_created";i:1520520754;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:217;s:16:"popularity_index";i:528;s:11:"trend_index";i:517;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:528;a:20:{s:4:"tmpl";i:631;s:2:"id";i:5912;s:5:"title";s:6:"CTA 28";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png";s:12:"tmpl_created";i:1520520755;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:219;s:16:"popularity_index";i:665;s:11:"trend_index";i:702;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:529;a:20:{s:4:"tmpl";i:473;s:2:"id";i:5189;s:5:"title";s:6:"CTA 29";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png";s:12:"tmpl_created";i:1520443456;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:221;s:16:"popularity_index";i:472;s:11:"trend_index";i:631;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:530;a:20:{s:4:"tmpl";i:623;s:2:"id";i:5667;s:5:"title";s:5:"CTA 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png";s:12:"tmpl_created";i:1520520705;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:222;s:16:"popularity_index";i:171;s:11:"trend_index";i:250;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:531;a:20:{s:4:"tmpl";i:474;s:2:"id";i:5198;s:5:"title";s:6:"CTA 30";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png";s:12:"tmpl_created";i:1520443458;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:225;s:16:"popularity_index";i:572;s:11:"trend_index";i:511;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:532;a:20:{s:4:"tmpl";i:475;s:2:"id";i:5206;s:5:"title";s:6:"CTA 31";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png";s:12:"tmpl_created";i:1520443459;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:226;s:16:"popularity_index";i:593;s:11:"trend_index";i:611;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:533;a:20:{s:4:"tmpl";i:480;s:2:"id";i:5249;s:5:"title";s:6:"CTA 32";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png";s:12:"tmpl_created";i:1520443470;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:228;s:16:"popularity_index";i:512;s:11:"trend_index";i:409;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:534;a:20:{s:4:"tmpl";i:612;s:2:"id";i:5550;s:5:"title";s:6:"CTA 33";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png";s:12:"tmpl_created";i:1520520682;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:231;s:16:"popularity_index";i:260;s:11:"trend_index";i:562;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:535;a:20:{s:4:"tmpl";i:536;s:2:"id";i:5852;s:5:"title";s:6:"CTA 34";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png";s:12:"tmpl_created";i:1520443600;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:232;s:16:"popularity_index";i:563;s:11:"trend_index";i:828;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:536;a:20:{s:4:"tmpl";i:624;s:2:"id";i:5675;s:5:"title";s:5:"CTA 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png";s:12:"tmpl_created";i:1520520707;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:235;s:16:"popularity_index";i:391;s:11:"trend_index";i:484;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:537;a:20:{s:4:"tmpl";i:616;s:2:"id";i:5591;s:5:"title";s:5:"CTA 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png";s:12:"tmpl_created";i:1520520691;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:237;s:16:"popularity_index";i:133;s:11:"trend_index";i:130;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:538;a:20:{s:4:"tmpl";i:617;s:2:"id";i:5599;s:5:"title";s:5:"CTA 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png";s:12:"tmpl_created";i:1520520693;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:239;s:16:"popularity_index";i:252;s:11:"trend_index";i:362;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:539;a:20:{s:4:"tmpl";i:514;s:2:"id";i:5575;s:5:"title";s:5:"CTA 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png";s:12:"tmpl_created";i:1520443543;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:240;s:16:"popularity_index";i:13;s:11:"trend_index";i:586;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:540;a:20:{s:4:"tmpl";i:622;s:2:"id";i:5658;s:5:"title";s:5:"CTA 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png";s:12:"tmpl_created";i:1520520704;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:243;s:16:"popularity_index";i:187;s:11:"trend_index";i:235;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:541;a:20:{s:4:"tmpl";i:621;s:2:"id";i:5650;s:5:"title";s:5:"CTA 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png";s:12:"tmpl_created";i:1520520702;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:244;s:16:"popularity_index";i:94;s:11:"trend_index";i:148;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:542;a:20:{s:4:"tmpl";i:1061;s:2:"id";i:15407;s:5:"title";s:24:"Dance Studio &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg";s:12:"tmpl_created";i:1603181958;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:22:"["404","Dance Studio"]";s:10:"menu_order";i:246;s:16:"popularity_index";i:783;s:11:"trend_index";i:710;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:543;a:20:{s:4:"tmpl";i:1062;s:2:"id";i:15400;s:5:"title";s:27:"Dance Studio &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg";s:12:"tmpl_created";i:1603181989;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:25:"["Dance Studio","Footer"]";s:10:"menu_order";i:247;s:16:"popularity_index";i:586;s:11:"trend_index";i:243;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:544;a:20:{s:4:"tmpl";i:1063;s:2:"id";i:15391;s:5:"title";s:27:"Dance Studio &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg";s:12:"tmpl_created";i:1603182011;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:25:"["Dance Studio","Header"]";s:10:"menu_order";i:248;s:16:"popularity_index";i:352;s:11:"trend_index";i:67;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:545;a:20:{s:4:"tmpl";i:874;s:2:"id";i:11192;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg";s:12:"tmpl_created";i:1564642399;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Digital Agency","Footer","Marketing"]";s:10:"menu_order";i:250;s:16:"popularity_index";i:172;s:11:"trend_index";i:105;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:546;a:20:{s:4:"tmpl";i:873;s:2:"id";i:11198;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png";s:12:"tmpl_created";i:1564642395;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Digital Agency","Header","Marketing"]";s:10:"menu_order";i:251;s:16:"popularity_index";i:34;s:11:"trend_index";i:10;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:547;a:20:{s:4:"tmpl";i:872;s:2:"id";i:11204;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg";s:12:"tmpl_created";i:1564642389;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:36:"["404","Digital Agency","Marketing"]";s:10:"menu_order";i:253;s:16:"popularity_index";i:301;s:11:"trend_index";i:239;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:548;a:20:{s:4:"tmpl";i:871;s:2:"id";i:11220;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png";s:12:"tmpl_created";i:1564642385;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:255;s:16:"popularity_index";i:116;s:11:"trend_index";i:73;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:549;a:20:{s:4:"tmpl";i:870;s:2:"id";i:11231;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png";s:12:"tmpl_created";i:1564642380;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:257;s:16:"popularity_index";i:145;s:11:"trend_index";i:71;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:550;a:20:{s:4:"tmpl";i:520;s:2:"id";i:5711;s:5:"title";s:5:"FAQ 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png";s:12:"tmpl_created";i:1520443571;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:260;s:16:"popularity_index";i:200;s:11:"trend_index";i:231;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:551;a:20:{s:4:"tmpl";i:523;s:2:"id";i:5737;s:5:"title";s:6:"FAQ 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png";s:12:"tmpl_created";i:1520443576;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:261;s:16:"popularity_index";i:155;s:11:"trend_index";i:112;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:552;a:20:{s:4:"tmpl";i:524;s:2:"id";i:5746;s:5:"title";s:6:"FAQ 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png";s:12:"tmpl_created";i:1520443578;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:264;s:16:"popularity_index";i:212;s:11:"trend_index";i:305;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:553;a:20:{s:4:"tmpl";i:519;s:2:"id";i:5703;s:5:"title";s:6:"FAQ 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png";s:12:"tmpl_created";i:1520443569;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:265;s:16:"popularity_index";i:29;s:11:"trend_index";i:38;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:554;a:20:{s:4:"tmpl";i:521;s:2:"id";i:5719;s:5:"title";s:5:"FAQ 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png";s:12:"tmpl_created";i:1520443573;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:267;s:16:"popularity_index";i:125;s:11:"trend_index";i:251;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:555;a:20:{s:4:"tmpl";i:522;s:2:"id";i:5729;s:5:"title";s:5:"FAQ 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png";s:12:"tmpl_created";i:1520443575;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:269;s:16:"popularity_index";i:319;s:11:"trend_index";i:327;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:556;a:20:{s:4:"tmpl";i:525;s:2:"id";i:5755;s:5:"title";s:5:"FAQ 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png";s:12:"tmpl_created";i:1520443580;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:271;s:16:"popularity_index";i:112;s:11:"trend_index";i:180;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:557;a:20:{s:4:"tmpl";i:526;s:2:"id";i:5764;s:5:"title";s:5:"FAQ 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png";s:12:"tmpl_created";i:1520443582;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:273;s:16:"popularity_index";i:338;s:11:"trend_index";i:474;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:558;a:20:{s:4:"tmpl";i:517;s:2:"id";i:5684;s:5:"title";s:5:"FAQ 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png";s:12:"tmpl_created";i:1520443565;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:274;s:16:"popularity_index";i:74;s:11:"trend_index";i:193;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:559;a:20:{s:4:"tmpl";i:518;s:2:"id";i:5693;s:5:"title";s:5:"FAQ 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png";s:12:"tmpl_created";i:1520443567;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:276;s:16:"popularity_index";i:224;s:11:"trend_index";i:515;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:560;a:20:{s:4:"tmpl";i:548;s:2:"id";i:6053;s:5:"title";s:10:"Features 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png";s:12:"tmpl_created";i:1520443645;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:277;s:16:"popularity_index";i:179;s:11:"trend_index";i:463;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:561;a:20:{s:4:"tmpl";i:542;s:2:"id";i:5991;s:5:"title";s:11:"Features 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png";s:12:"tmpl_created";i:1520443632;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:279;s:16:"popularity_index";i:135;s:11:"trend_index";i:265;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:562;a:20:{s:4:"tmpl";i:547;s:2:"id";i:6044;s:5:"title";s:11:"Features 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png";s:12:"tmpl_created";i:1520443643;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:280;s:16:"popularity_index";i:70;s:11:"trend_index";i:163;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:563;a:20:{s:4:"tmpl";i:566;s:2:"id";i:6212;s:5:"title";s:11:"Features 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png";s:12:"tmpl_created";i:1520443684;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:281;s:16:"popularity_index";i:81;s:11:"trend_index";i:98;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:564;a:20:{s:4:"tmpl";i:567;s:2:"id";i:6220;s:5:"title";s:10:"Features 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png";s:12:"tmpl_created";i:1520443685;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:282;s:16:"popularity_index";i:88;s:11:"trend_index";i:189;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:565;a:20:{s:4:"tmpl";i:541;s:2:"id";i:5983;s:5:"title";s:10:"Features 3";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png";s:12:"tmpl_created";i:1520443630;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:2:"[]";s:10:"menu_order";i:283;s:16:"popularity_index";i:231;s:11:"trend_index";i:351;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:566;a:20:{s:4:"tmpl";i:540;s:2:"id";i:5974;s:5:"title";s:10:"Features 4";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png";s:12:"tmpl_created";i:1520443629;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:286;s:16:"popularity_index";i:69;s:11:"trend_index";i:181;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:567;a:20:{s:4:"tmpl";i:516;s:2:"id";i:5624;s:5:"title";s:10:"Features 5";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png";s:12:"tmpl_created";i:1520443553;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:287;s:16:"popularity_index";i:93;s:11:"trend_index";i:352;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:568;a:20:{s:4:"tmpl";i:515;s:2:"id";i:5615;s:5:"title";s:10:"Features 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png";s:12:"tmpl_created";i:1520443551;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:290;s:16:"popularity_index";i:41;s:11:"trend_index";i:119;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:569;a:20:{s:4:"tmpl";i:539;s:2:"id";i:5963;s:5:"title";s:10:"Features 7";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png";s:12:"tmpl_created";i:1520443626;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:291;s:16:"popularity_index";i:67;s:11:"trend_index";i:133;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:570;a:20:{s:4:"tmpl";i:565;s:2:"id";i:6204;s:5:"title";s:10:"Features 8";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png";s:12:"tmpl_created";i:1520443681;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:292;s:16:"popularity_index";i:217;s:11:"trend_index";i:223;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:571;a:20:{s:4:"tmpl";i:564;s:2:"id";i:6196;s:5:"title";s:10:"Features 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png";s:12:"tmpl_created";i:1520443680;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:294;s:16:"popularity_index";i:106;s:11:"trend_index";i:113;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:572;a:20:{s:4:"tmpl";i:1033;s:2:"id";i:15033;s:5:"title";s:28:"Flooring Company &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/08/404.png";s:12:"tmpl_created";i:1597739459;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:45:"["404","Flooring company","Flooring website"]";s:10:"menu_order";i:296;s:16:"popularity_index";i:655;s:11:"trend_index";i:671;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:573;a:20:{s:4:"tmpl";i:1032;s:2:"id";i:15042;s:5:"title";s:32:"Flooring Company &#8211; Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png";s:12:"tmpl_created";i:1597739084;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:297;s:16:"popularity_index";i:320;s:11:"trend_index";i:275;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:574;a:20:{s:4:"tmpl";i:1031;s:2:"id";i:15017;s:5:"title";s:31:"Flooring Company &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png";s:12:"tmpl_created";i:1597738933;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:48:"["Flooring company","Flooring website","Footer"]";s:10:"menu_order";i:299;s:16:"popularity_index";i:323;s:11:"trend_index";i:192;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:575;a:20:{s:4:"tmpl";i:1030;s:2:"id";i:15007;s:5:"title";s:31:"Flooring Company &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Header.png";s:12:"tmpl_created";i:1597738896;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:48:"["Flooring company","Flooring website","Header"]";s:10:"menu_order";i:302;s:16:"popularity_index";i:459;s:11:"trend_index";i:333;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:576;a:20:{s:4:"tmpl";i:1029;s:2:"id";i:15052;s:5:"title";s:36:"Flooring Company &#8211; Single post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Single.png";s:12:"tmpl_created";i:1597738858;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:303;s:16:"popularity_index";i:392;s:11:"trend_index";i:226;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:577;a:20:{s:4:"tmpl";i:651;s:2:"id";i:7837;s:5:"title";s:9:"footer 01";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg";s:12:"tmpl_created";i:1524582852;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:305;s:16:"popularity_index";i:495;s:11:"trend_index";i:539;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:578;a:20:{s:4:"tmpl";i:647;s:2:"id";i:7937;s:5:"title";s:10:"footer 010";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg";s:12:"tmpl_created";i:1524582665;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:308;s:16:"popularity_index";i:185;s:11:"trend_index";i:115;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:579;a:20:{s:4:"tmpl";i:646;s:2:"id";i:7950;s:5:"title";s:10:"footer 011";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg";s:12:"tmpl_created";i:1524582631;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:310;s:16:"popularity_index";i:244;s:11:"trend_index";i:203;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:580;a:20:{s:4:"tmpl";i:645;s:2:"id";i:7959;s:5:"title";s:10:"footer 012";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg";s:12:"tmpl_created";i:1524582605;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:311;s:16:"popularity_index";i:177;s:11:"trend_index";i:140;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:581;a:20:{s:4:"tmpl";i:644;s:2:"id";i:7982;s:5:"title";s:10:"footer 013";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg";s:12:"tmpl_created";i:1524582468;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:314;s:16:"popularity_index";i:209;s:11:"trend_index";i:212;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:582;a:20:{s:4:"tmpl";i:643;s:2:"id";i:7997;s:5:"title";s:10:"footer 014";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg";s:12:"tmpl_created";i:1524582343;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:316;s:16:"popularity_index";i:64;s:11:"trend_index";i:41;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:583;a:20:{s:4:"tmpl";i:693;s:2:"id";i:9119;s:5:"title";s:10:"footer 015";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png";s:12:"tmpl_created";i:1532428138;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:317;s:16:"popularity_index";i:240;s:11:"trend_index";i:154;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:584;a:20:{s:4:"tmpl";i:652;s:2:"id";i:7852;s:5:"title";s:9:"footer 02";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg";s:12:"tmpl_created";i:1524582875;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:320;s:16:"popularity_index";i:199;s:11:"trend_index";i:96;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:585;a:20:{s:4:"tmpl";i:653;s:2:"id";i:7862;s:5:"title";s:9:"footer 03";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg";s:12:"tmpl_created";i:1524582903;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:321;s:16:"popularity_index";i:137;s:11:"trend_index";i:91;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:586;a:20:{s:4:"tmpl";i:654;s:2:"id";i:7871;s:5:"title";s:9:"footer 04";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg";s:12:"tmpl_created";i:1524582927;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:323;s:16:"popularity_index";i:97;s:11:"trend_index";i:55;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:587;a:20:{s:4:"tmpl";i:655;s:2:"id";i:7884;s:5:"title";s:9:"footer 05";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg";s:12:"tmpl_created";i:1524582944;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:325;s:16:"popularity_index";i:92;s:11:"trend_index";i:109;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:588;a:20:{s:4:"tmpl";i:656;s:2:"id";i:7892;s:5:"title";s:9:"footer 06";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg";s:12:"tmpl_created";i:1524583015;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:326;s:16:"popularity_index";i:132;s:11:"trend_index";i:146;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:589;a:20:{s:4:"tmpl";i:650;s:2:"id";i:7904;s:5:"title";s:9:"footer 07";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg";s:12:"tmpl_created";i:1524582814;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:328;s:16:"popularity_index";i:203;s:11:"trend_index";i:186;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:590;a:20:{s:4:"tmpl";i:649;s:2:"id";i:7917;s:5:"title";s:9:"footer 08";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg";s:12:"tmpl_created";i:1524582788;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:329;s:16:"popularity_index";i:89;s:11:"trend_index";i:144;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:591;a:20:{s:4:"tmpl";i:648;s:2:"id";i:7927;s:5:"title";s:9:"footer 09";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg";s:12:"tmpl_created";i:1524582691;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:331;s:16:"popularity_index";i:178;s:11:"trend_index";i:100;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:592;a:20:{s:4:"tmpl";i:642;s:2:"id";i:4676;s:5:"title";s:8:"Footer 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png";s:12:"tmpl_created";i:1522014215;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:338;s:16:"popularity_index";i:237;s:11:"trend_index";i:346;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:593;a:20:{s:4:"tmpl";i:637;s:2:"id";i:7627;s:5:"title";s:8:"Footer 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png";s:12:"tmpl_created";i:1521547332;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:340;s:16:"popularity_index";i:100;s:11:"trend_index";i:83;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:594;a:20:{s:4:"tmpl";i:638;s:2:"id";i:7638;s:5:"title";s:8:"Footer 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png";s:12:"tmpl_created";i:1521547502;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:342;s:16:"popularity_index";i:124;s:11:"trend_index";i:147;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:595;a:20:{s:4:"tmpl";i:888;s:2:"id";i:11424;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png";s:12:"tmpl_created";i:1567393309;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:13:"["404","Gym"]";s:10:"menu_order";i:344;s:16:"popularity_index";i:679;s:11:"trend_index";i:769;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:596;a:20:{s:4:"tmpl";i:887;s:2:"id";i:11435;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png";s:12:"tmpl_created";i:1567393296;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:346;s:16:"popularity_index";i:441;s:11:"trend_index";i:507;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:597;a:20:{s:4:"tmpl";i:886;s:2:"id";i:11445;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png";s:12:"tmpl_created";i:1567393229;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:349;s:16:"popularity_index";i:452;s:11:"trend_index";i:479;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:598;a:20:{s:4:"tmpl";i:885;s:2:"id";i:11453;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png";s:12:"tmpl_created";i:1567393224;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:16:"["Footer","Gym"]";s:10:"menu_order";i:351;s:16:"popularity_index";i:270;s:11:"trend_index";i:331;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:599;a:20:{s:4:"tmpl";i:884;s:2:"id";i:11461;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png";s:12:"tmpl_created";i:1567393219;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:16:"["Gym","Header"]";s:10:"menu_order";i:352;s:16:"popularity_index";i:201;s:11:"trend_index";i:135;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:600;a:20:{s:4:"tmpl";i:635;s:2:"id";i:7596;s:5:"title";s:8:"Header 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg";s:12:"tmpl_created";i:1521546999;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["Header"]";s:10:"menu_order";i:354;s:16:"popularity_index";i:33;s:11:"trend_index";i:17;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:601;a:20:{s:4:"tmpl";i:663;s:2:"id";i:7801;s:5:"title";s:9:"header 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg";s:12:"tmpl_created";i:1524583659;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:356;s:16:"popularity_index";i:51;s:11:"trend_index";i:14;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:602;a:20:{s:4:"tmpl";i:658;s:2:"id";i:7812;s:5:"title";s:9:"header 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg";s:12:"tmpl_created";i:1524583298;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:358;s:16:"popularity_index";i:96;s:11:"trend_index";i:103;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:603;a:20:{s:4:"tmpl";i:657;s:2:"id";i:7825;s:5:"title";s:9:"header 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg";s:12:"tmpl_created";i:1524583273;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:360;s:16:"popularity_index";i:63;s:11:"trend_index";i:75;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:604;a:20:{s:4:"tmpl";i:694;s:2:"id";i:9127;s:5:"title";s:9:"header 13";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png";s:12:"tmpl_created";i:1532428699;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:362;s:16:"popularity_index";i:61;s:11:"trend_index";i:58;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:605;a:20:{s:4:"tmpl";i:636;s:2:"id";i:7615;s:5:"title";s:8:"Header 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg";s:12:"tmpl_created";i:1521547237;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["Header"]";s:10:"menu_order";i:365;s:16:"popularity_index";i:30;s:11:"trend_index";i:33;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:606;a:20:{s:4:"tmpl";i:665;s:2:"id";i:7713;s:5:"title";s:8:"header 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg";s:12:"tmpl_created";i:1524584780;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:367;s:16:"popularity_index";i:43;s:11:"trend_index";i:28;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:607;a:20:{s:4:"tmpl";i:659;s:2:"id";i:7724;s:5:"title";s:8:"header 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg";s:12:"tmpl_created";i:1524583367;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:369;s:16:"popularity_index";i:24;s:11:"trend_index";i:13;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:608;a:20:{s:4:"tmpl";i:660;s:2:"id";i:7734;s:5:"title";s:8:"header 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg";s:12:"tmpl_created";i:1524583436;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:371;s:16:"popularity_index";i:36;s:11:"trend_index";i:18;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:609;a:20:{s:4:"tmpl";i:666;s:2:"id";i:7744;s:5:"title";s:8:"Header 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";i:1524584784;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:372;s:16:"popularity_index";i:65;s:11:"trend_index";i:94;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:610;a:20:{s:4:"tmpl";i:664;s:2:"id";i:7754;s:5:"title";s:8:"header 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg";s:12:"tmpl_created";i:1524583712;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:375;s:16:"popularity_index";i:111;s:11:"trend_index";i:143;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:611;a:20:{s:4:"tmpl";i:661;s:2:"id";i:7771;s:5:"title";s:8:"header 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg";s:12:"tmpl_created";i:1524583540;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:376;s:16:"popularity_index";i:91;s:11:"trend_index";i:60;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:612;a:20:{s:4:"tmpl";i:662;s:2:"id";i:7787;s:5:"title";s:8:"header 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg";s:12:"tmpl_created";i:1524583598;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:379;s:16:"popularity_index";i:102;s:11:"trend_index";i:78;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:613;a:20:{s:4:"tmpl";i:572;s:2:"id";i:6266;s:5:"title";s:6:"Hero 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png";s:12:"tmpl_created";i:1520443695;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:380;s:16:"popularity_index";i:52;s:11:"trend_index";i:35;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:614;a:20:{s:4:"tmpl";i:528;s:2:"id";i:5783;s:5:"title";s:7:"Hero 10";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png";s:12:"tmpl_created";i:1520443586;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:383;s:16:"popularity_index";i:365;s:11:"trend_index";i:567;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:615;a:20:{s:4:"tmpl";i:527;s:2:"id";i:5773;s:5:"title";s:7:"Hero 11";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png";s:12:"tmpl_created";i:1520443584;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:384;s:16:"popularity_index";i:39;s:11:"trend_index";i:179;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:616;a:20:{s:4:"tmpl";i:479;s:2:"id";i:5238;s:5:"title";s:7:"Hero 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png";s:12:"tmpl_created";i:1520443468;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:386;s:16:"popularity_index";i:611;s:11:"trend_index";i:555;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:617;a:20:{s:4:"tmpl";i:573;s:2:"id";i:6274;s:5:"title";s:6:"Hero 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png";s:12:"tmpl_created";i:1520443698;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:389;s:16:"popularity_index";i:87;s:11:"trend_index";i:88;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:618;a:20:{s:4:"tmpl";i:569;s:2:"id";i:6239;s:5:"title";s:6:"Hero 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png";s:12:"tmpl_created";i:1520443689;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:391;s:16:"popularity_index";i:23;s:11:"trend_index";i:34;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:619;a:20:{s:4:"tmpl";i:571;s:2:"id";i:6258;s:5:"title";s:6:"Hero 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png";s:12:"tmpl_created";i:1520443693;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:393;s:16:"popularity_index";i:479;s:11:"trend_index";i:470;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:620;a:20:{s:4:"tmpl";i:570;s:2:"id";i:6249;s:5:"title";s:6:"Hero 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png";s:12:"tmpl_created";i:1520443691;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:395;s:16:"popularity_index";i:56;s:11:"trend_index";i:85;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:621;a:20:{s:4:"tmpl";i:568;s:2:"id";i:6230;s:5:"title";s:6:"Hero 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png";s:12:"tmpl_created";i:1520443687;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:396;s:16:"popularity_index";i:406;s:11:"trend_index";i:542;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:622;a:20:{s:4:"tmpl";i:530;s:2:"id";i:5801;s:5:"title";s:6:"Hero 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png";s:12:"tmpl_created";i:1520443589;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:398;s:16:"popularity_index";i:15;s:11:"trend_index";i:37;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:623;a:20:{s:4:"tmpl";i:531;s:2:"id";i:5811;s:5:"title";s:6:"Hero 8";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png";s:12:"tmpl_created";i:1520443591;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:400;s:16:"popularity_index";i:105;s:11:"trend_index";i:86;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:624;a:20:{s:4:"tmpl";i:529;s:2:"id";i:5792;s:5:"title";s:6:"Hero 9";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png";s:12:"tmpl_created";i:1520443588;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:403;s:16:"popularity_index";i:225;s:11:"trend_index";i:244;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:625;a:20:{s:4:"tmpl";i:978;s:2:"id";i:13251;s:5:"title";s:27:"Interior Design &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.png";s:12:"tmpl_created";i:1586148737;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:405;s:16:"popularity_index";i:730;s:11:"trend_index";i:795;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:626;a:20:{s:4:"tmpl";i:979;s:2:"id";i:13244;s:5:"title";s:30:"Interior Design &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png";s:12:"tmpl_created";i:1586148742;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Business","Footer","Interior Design"]";s:10:"menu_order";i:406;s:16:"popularity_index";i:322;s:11:"trend_index";i:178;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:627;a:20:{s:4:"tmpl";i:980;s:2:"id";i:13236;s:5:"title";s:30:"Interior Design &#8211; Header";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png";s:12:"tmpl_created";i:1586148746;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Business","Header","Interior Design"]";s:10:"menu_order";i:408;s:16:"popularity_index";i:146;s:11:"trend_index";i:64;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:628;a:20:{s:4:"tmpl";i:977;s:2:"id";i:13259;s:5:"title";s:36:"Interior Design &#8211; News Archive";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png";s:12:"tmpl_created";i:1586148733;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:410;s:16:"popularity_index";i:436;s:11:"trend_index";i:132;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:629;a:20:{s:4:"tmpl";i:976;s:2:"id";i:13267;s:5:"title";s:35:"Interior Design &#8211; Single News";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Post.png";s:12:"tmpl_created";i:1586148728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:413;s:16:"popularity_index";i:402;s:11:"trend_index";i:108;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:630;a:20:{s:4:"tmpl";i:975;s:2:"id";i:13274;s:5:"title";s:38:"Interior Design &#8211; Single Project";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png";s:12:"tmpl_created";i:1586148723;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:414;s:16:"popularity_index";i:601;s:11:"trend_index";i:324;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:631;a:20:{s:4:"tmpl";i:1011;s:2:"id";i:14058;s:5:"title";s:36:"Japanese restaurant &#8211; 404 page";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg";s:12:"tmpl_created";i:1592290211;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:38:"["404","Food","Japanese","Restaurant"]";s:10:"menu_order";i:416;s:16:"popularity_index";i:724;s:11:"trend_index";i:647;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:632;a:20:{s:4:"tmpl";i:1012;s:2:"id";i:14050;s:5:"title";s:34:"Japanese restaurant &#8211; Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg";s:12:"tmpl_created";i:1592290247;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:41:"["Food","Footer","Japanese","Restaurant"]";s:10:"menu_order";i:419;s:16:"popularity_index";i:317;s:11:"trend_index";i:238;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:633;a:20:{s:4:"tmpl";i:1013;s:2:"id";i:14042;s:5:"title";s:34:"Japanese Restaurant &#8211; Header";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg";s:12:"tmpl_created";i:1592290277;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:41:"["Food","Header","Japanese","Restaurant"]";s:10:"menu_order";i:421;s:16:"popularity_index";i:411;s:11:"trend_index";i:274;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:634;a:20:{s:4:"tmpl";i:914;s:2:"id";i:12164;s:5:"title";s:20:"Law Firm &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/11/404.png";s:12:"tmpl_created";i:1572846979;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Law","Law Firm"]";s:10:"menu_order";i:422;s:16:"popularity_index";i:704;s:11:"trend_index";i:716;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:635;a:20:{s:4:"tmpl";i:913;s:2:"id";i:12170;s:5:"title";s:23:"Law Firm &#8211; Archiv";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png";s:12:"tmpl_created";i:1572846967;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:424;s:16:"popularity_index";i:431;s:11:"trend_index";i:294;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:636;a:20:{s:4:"tmpl";i:912;s:2:"id";i:12179;s:5:"title";s:23:"Law Firm &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/footer.png";s:12:"tmpl_created";i:1572846958;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["Footer","Law","Law Firm"]";s:10:"menu_order";i:425;s:16:"popularity_index";i:388;s:11:"trend_index";i:240;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:637;a:20:{s:4:"tmpl";i:911;s:2:"id";i:12194;s:5:"title";s:23:"Law Firm &#8211; Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png";s:12:"tmpl_created";i:1572846935;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Law","Law Firm"]";s:10:"menu_order";i:427;s:16:"popularity_index";i:80;s:11:"trend_index";i:39;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:638;a:20:{s:4:"tmpl";i:910;s:2:"id";i:12203;s:5:"title";s:30:"Law Firm &#8211; Search Archiv";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png";s:12:"tmpl_created";i:1572846925;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:430;s:16:"popularity_index";i:493;s:11:"trend_index";i:433;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:639;a:20:{s:4:"tmpl";i:909;s:2:"id";i:12212;s:5:"title";s:28:"Law Firm &#8211; Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/single.png";s:12:"tmpl_created";i:1572846914;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:432;s:16:"popularity_index";i:326;s:11:"trend_index";i:214;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:640;a:20:{s:4:"tmpl";i:1022;s:2:"id";i:14772;s:5:"title";s:35:"Luxury Real Estate &#8211; 404 page";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/07/404.png";s:12:"tmpl_created";i:1595315728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Real estate","Realestate"]";s:10:"menu_order";i:433;s:16:"popularity_index";i:759;s:11:"trend_index";i:720;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:641;a:20:{s:4:"tmpl";i:1023;s:2:"id";i:14779;s:5:"title";s:33:"Luxury Real Estate &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png";s:12:"tmpl_created";i:1595315743;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Footer","Real estate","Realestate"]";s:10:"menu_order";i:434;s:16:"popularity_index";i:536;s:11:"trend_index";i:505;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:642;a:20:{s:4:"tmpl";i:1024;s:2:"id";i:14790;s:5:"title";s:33:"Luxury Real Estate &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Header.png";s:12:"tmpl_created";i:1595315760;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Header","Real estate","Realestate"]";s:10:"menu_order";i:436;s:16:"popularity_index";i:101;s:11:"trend_index";i:157;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:643;a:20:{s:4:"tmpl";i:1026;s:2:"id";i:14809;s:5:"title";s:45:"Luxury Real Estate &#8211; Properties Archive";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png";s:12:"tmpl_created";i:1595315826;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:438;s:16:"popularity_index";i:414;s:11:"trend_index";i:420;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:644;a:20:{s:4:"tmpl";i:1027;s:2:"id";i:14816;s:5:"title";s:47:"Luxury Real Estate &#8211; Property single post";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png";s:12:"tmpl_created";i:1595315847;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:441;s:16:"popularity_index";i:541;s:11:"trend_index";i:665;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:645;a:20:{s:4:"tmpl";i:1025;s:2:"id";i:14799;s:5:"title";s:38:"Luxury Real Estate &#8211; single post";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Post.png";s:12:"tmpl_created";i:1595315792;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:442;s:16:"popularity_index";i:369;s:11:"trend_index";i:441;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:646;a:20:{s:4:"tmpl";i:950;s:2:"id";i:12635;s:5:"title";s:20:"Magazine &#8211; 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png";s:12:"tmpl_created";i:1579060746;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:25:"["404","Blog","Magazine"]";s:10:"menu_order";i:445;s:16:"popularity_index";i:645;s:11:"trend_index";i:734;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:647;a:20:{s:4:"tmpl";i:949;s:2:"id";i:12643;s:5:"title";s:24:"Magazine &#8211; Archiv1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png";s:12:"tmpl_created";i:1579060737;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:447;s:16:"popularity_index";i:346;s:11:"trend_index";i:272;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:648;a:20:{s:4:"tmpl";i:946;s:2:"id";i:12669;s:5:"title";s:23:"Magazine &#8211; Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png";s:12:"tmpl_created";i:1579060715;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:28:"["Blog","Footer","Magazine"]";s:10:"menu_order";i:448;s:16:"popularity_index";i:442;s:11:"trend_index";i:349;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:649;a:20:{s:4:"tmpl";i:945;s:2:"id";i:12678;s:5:"title";s:23:"Magazine &#8211; Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png";s:12:"tmpl_created";i:1579060701;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:28:"["Blog","Header","Magazine"]";s:10:"menu_order";i:450;s:16:"popularity_index";i:295;s:11:"trend_index";i:197;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:650;a:20:{s:4:"tmpl";i:947;s:2:"id";i:12661;s:5:"title";s:23:"Magazine &#8211; Search";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png";s:12:"tmpl_created";i:1579060722;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:452;s:16:"popularity_index";i:396;s:11:"trend_index";i:509;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:651;a:20:{s:4:"tmpl";i:944;s:2:"id";i:12688;s:5:"title";s:30:"Magazine &#8211; Single Post 1";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png";s:12:"tmpl_created";i:1579060692;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:453;s:16:"popularity_index";i:342;s:11:"trend_index";i:175;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:652;a:20:{s:4:"tmpl";i:943;s:2:"id";i:12699;s:5:"title";s:30:"Magazine &#8211; Single Post 2";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png";s:12:"tmpl_created";i:1579060680;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:454;s:16:"popularity_index";i:348;s:11:"trend_index";i:129;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:653;a:20:{s:4:"tmpl";i:942;s:2:"id";i:12707;s:5:"title";s:30:"Magazine &#8211; Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png";s:12:"tmpl_created";i:1579060669;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:457;s:16:"popularity_index";i:476;s:11:"trend_index";i:246;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:654;a:20:{s:4:"tmpl";i:941;s:2:"id";i:12716;s:5:"title";s:30:"Magazine &#8211; Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png";s:12:"tmpl_created";i:1579060659;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:459;s:16:"popularity_index";i:513;s:11:"trend_index";i:489;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:655;a:20:{s:4:"tmpl";i:948;s:2:"id";i:12652;s:5:"title";s:17:"Magazine- Archiv2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png";s:12:"tmpl_created";i:1579060730;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:461;s:16:"popularity_index";i:525;s:11:"trend_index";i:585;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:656;a:20:{s:4:"tmpl";i:990;s:2:"id";i:13361;s:5:"title";s:25:"Online Course &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg";s:12:"tmpl_created";i:1587474710;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:35:"["404","Course Online","Education"]";s:10:"menu_order";i:462;s:16:"popularity_index";i:682;s:11:"trend_index";i:498;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:657;a:20:{s:4:"tmpl";i:987;s:2:"id";i:13387;s:5:"title";s:32:"Online Course &#8211; End Lesson";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg";s:12:"tmpl_created";i:1587474682;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:464;s:16:"popularity_index";i:653;s:11:"trend_index";i:408;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:658;a:20:{s:4:"tmpl";i:989;s:2:"id";i:13369;s:5:"title";s:28:"Online Course &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg";s:12:"tmpl_created";i:1587474701;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:38:"["Course Online","Education","Footer"]";s:10:"menu_order";i:466;s:16:"popularity_index";i:389;s:11:"trend_index";i:308;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:659;a:20:{s:4:"tmpl";i:988;s:2:"id";i:13378;s:5:"title";s:28:"Online Course &#8211; Header";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg";s:12:"tmpl_created";i:1587474693;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:38:"["Course Online","Education","Header"]";s:10:"menu_order";i:469;s:16:"popularity_index";i:492;s:11:"trend_index";i:519;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:660;a:20:{s:4:"tmpl";i:986;s:2:"id";i:13395;s:5:"title";s:34:"Online Course &#8211; Start Lesson";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg";s:12:"tmpl_created";i:1587474673;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:471;s:16:"popularity_index";i:672;s:11:"trend_index";i:578;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:661;a:20:{s:4:"tmpl";i:953;s:2:"id";i:13089;s:5:"title";s:23:"Photography &#8211; 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png";s:12:"tmpl_created";i:1582091623;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:33:"["404","Photography","Portfolio"]";s:10:"menu_order";i:473;s:16:"popularity_index";i:702;s:11:"trend_index";i:706;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:662;a:20:{s:4:"tmpl";i:954;s:2:"id";i:13096;s:5:"title";s:32:"Photography &#8211; Archiv Media";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png";s:12:"tmpl_created";i:1582091742;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:475;s:16:"popularity_index";i:631;s:11:"trend_index";i:405;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:663;a:20:{s:4:"tmpl";i:955;s:2:"id";i:13103;s:5:"title";s:26:"Photography &#8211; Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png";s:12:"tmpl_created";i:1582091903;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:36:"["Footer","Photography","Portfolio"]";s:10:"menu_order";i:477;s:16:"popularity_index";i:422;s:11:"trend_index";i:230;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:664;a:20:{s:4:"tmpl";i:957;s:2:"id";i:13112;s:5:"title";s:26:"Photography &#8211; Header";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png";s:12:"tmpl_created";i:1582092483;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:36:"["Header","Photography","Portfolio"]";s:10:"menu_order";i:478;s:16:"popularity_index";i:325;s:11:"trend_index";i:205;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:665;a:20:{s:4:"tmpl";i:956;s:2:"id";i:13120;s:5:"title";s:31:"Photography &#8211; Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png";s:12:"tmpl_created";i:1582092351;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:480;s:16:"popularity_index";i:671;s:11:"trend_index";i:645;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:666;a:20:{s:4:"tmpl";i:901;s:2:"id";i:11807;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png";s:12:"tmpl_created";i:1569430070;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","Creative Portfolio","Portfolio"]";s:10:"menu_order";i:483;s:16:"popularity_index";i:480;s:11:"trend_index";i:497;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:667;a:20:{s:4:"tmpl";i:900;s:2:"id";i:11832;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png";s:12:"tmpl_created";i:1569430019;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["Creative Portfolio","Footer","Portfolio"]";s:10:"menu_order";i:484;s:16:"popularity_index";i:246;s:11:"trend_index";i:102;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:668;a:20:{s:4:"tmpl";i:898;s:2:"id";i:11847;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png";s:12:"tmpl_created";i:1569430010;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:487;s:16:"popularity_index";i:336;s:11:"trend_index";i:455;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:669;a:20:{s:4:"tmpl";i:897;s:2:"id";i:11854;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png";s:12:"tmpl_created";i:1569429983;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:489;s:16:"popularity_index";i:482;s:11:"trend_index";i:609;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:670;a:20:{s:4:"tmpl";i:904;s:2:"id";i:11890;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png";s:12:"tmpl_created";i:1571907344;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["Creative Portfolio","Header","Portfolio"]";s:10:"menu_order";i:491;s:16:"popularity_index";i:306;s:11:"trend_index";i:364;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:671;a:20:{s:4:"tmpl";i:896;s:2:"id";i:11861;s:5:"title";s:27:"Portfolio &#8211; Project 1";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png";s:12:"tmpl_created";i:1569429975;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:493;s:16:"popularity_index";i:643;s:11:"trend_index";i:764;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:672;a:20:{s:4:"tmpl";i:895;s:2:"id";i:11870;s:5:"title";s:27:"Portfolio &#8211; Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569429964;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:495;s:16:"popularity_index";i:662;s:11:"trend_index";i:816;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:673;a:20:{s:4:"tmpl";i:903;s:2:"id";i:11897;s:5:"title";s:27:"Portfolio &#8211; Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569494236;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:496;s:16:"popularity_index";i:733;s:11:"trend_index";i:744;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:674;a:20:{s:4:"tmpl";i:894;s:2:"id";i:11877;s:5:"title";s:27:"Portfolio &#8211; Project 3";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png";s:12:"tmpl_created";i:1569429954;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:498;s:16:"popularity_index";i:692;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:675;a:20:{s:4:"tmpl";i:597;s:2:"id";i:5019;s:5:"title";s:11:"Portfolio 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png";s:12:"tmpl_created";i:1520520580;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:500;s:16:"popularity_index";i:170;s:11:"trend_index";i:236;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:676;a:20:{s:4:"tmpl";i:609;s:2:"id";i:5141;s:5:"title";s:12:"Portfolio 10";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png";s:12:"tmpl_created";i:1520520601;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:503;s:16:"popularity_index";i:416;s:11:"trend_index";i:478;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:677;a:20:{s:4:"tmpl";i:598;s:2:"id";i:5027;s:5:"title";s:12:"Portfolio 11";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png";s:12:"tmpl_created";i:1520520581;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:504;s:16:"popularity_index";i:304;s:11:"trend_index";i:421;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:678;a:20:{s:4:"tmpl";i:599;s:2:"id";i:5037;s:5:"title";s:12:"Portfolio 12";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png";s:12:"tmpl_created";i:1520520583;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:507;s:16:"popularity_index";i:279;s:11:"trend_index";i:399;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:679;a:20:{s:4:"tmpl";i:600;s:2:"id";i:5057;s:5:"title";s:12:"Portfolio 13";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png";s:12:"tmpl_created";i:1520520586;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:509;s:16:"popularity_index";i:239;s:11:"trend_index";i:288;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:680;a:20:{s:4:"tmpl";i:601;s:2:"id";i:5071;s:5:"title";s:12:"Portfolio 14";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png";s:12:"tmpl_created";i:1520520588;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:511;s:16:"popularity_index";i:276;s:11:"trend_index";i:329;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:681;a:20:{s:4:"tmpl";i:603;s:2:"id";i:5090;s:5:"title";s:12:"Portfolio 15";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png";s:12:"tmpl_created";i:1520520591;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:513;s:16:"popularity_index";i:186;s:11:"trend_index";i:283;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:682;a:20:{s:4:"tmpl";i:604;s:2:"id";i:5098;s:5:"title";s:12:"Portfolio 16";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png";s:12:"tmpl_created";i:1520520593;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:515;s:16:"popularity_index";i:156;s:11:"trend_index";i:211;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:683;a:20:{s:4:"tmpl";i:606;s:2:"id";i:5115;s:5:"title";s:12:"Portfolio 17";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png";s:12:"tmpl_created";i:1520520596;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:517;s:16:"popularity_index";i:19;s:11:"trend_index";i:22;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:684;a:20:{s:4:"tmpl";i:608;s:2:"id";i:5133;s:5:"title";s:12:"Portfolio 18";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png";s:12:"tmpl_created";i:1520520599;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:519;s:16:"popularity_index";i:180;s:11:"trend_index";i:280;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:685;a:20:{s:4:"tmpl";i:610;s:2:"id";i:5149;s:5:"title";s:11:"Portfolio 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png";s:12:"tmpl_created";i:1520520602;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:521;s:16:"popularity_index";i:413;s:11:"trend_index";i:635;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:686;a:20:{s:4:"tmpl";i:468;s:2:"id";i:5045;s:5:"title";s:11:"Portfolio 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png";s:12:"tmpl_created";i:1520443423;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:523;s:16:"popularity_index";i:636;s:11:"trend_index";i:608;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:687;a:20:{s:4:"tmpl";i:602;s:2:"id";i:5082;s:5:"title";s:11:"Portfolio 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png";s:12:"tmpl_created";i:1520520589;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:524;s:16:"popularity_index";i:558;s:11:"trend_index";i:654;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:688;a:20:{s:4:"tmpl";i:605;s:2:"id";i:5107;s:5:"title";s:11:"Portfolio 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png";s:12:"tmpl_created";i:1520520594;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:527;s:16:"popularity_index";i:380;s:11:"trend_index";i:347;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:689;a:20:{s:4:"tmpl";i:607;s:2:"id";i:5125;s:5:"title";s:11:"Portfolio 6";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png";s:12:"tmpl_created";i:1520520597;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:529;s:16:"popularity_index";i:236;s:11:"trend_index";i:386;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:690;a:20:{s:4:"tmpl";i:596;s:2:"id";i:5007;s:5:"title";s:11:"Portfolio 7";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png";s:12:"tmpl_created";i:1520520578;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:530;s:16:"popularity_index";i:44;s:11:"trend_index";i:183;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:691;a:20:{s:4:"tmpl";i:434;s:2:"id";i:4509;s:5:"title";s:9:"Pricing 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png";s:12:"tmpl_created";i:1520443310;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:532;s:16:"popularity_index";i:703;s:11:"trend_index";i:641;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:692;a:20:{s:4:"tmpl";i:439;s:2:"id";i:4553;s:5:"title";s:10:"Pricing 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png";s:12:"tmpl_created";i:1520443319;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:534;s:16:"popularity_index";i:511;s:11:"trend_index";i:506;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:693;a:20:{s:4:"tmpl";i:441;s:2:"id";i:4572;s:5:"title";s:10:"Pricing 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png";s:12:"tmpl_created";i:1520443324;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:537;s:16:"popularity_index";i:308;s:11:"trend_index";i:248;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:694;a:20:{s:4:"tmpl";i:442;s:2:"id";i:4580;s:5:"title";s:10:"Pricing 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png";s:12:"tmpl_created";i:1520443326;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:539;s:16:"popularity_index";i:576;s:11:"trend_index";i:526;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:695;a:20:{s:4:"tmpl";i:444;s:2:"id";i:4597;s:5:"title";s:10:"Pricing 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png";s:12:"tmpl_created";i:1520443330;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:540;s:16:"popularity_index";i:613;s:11:"trend_index";i:450;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:696;a:20:{s:4:"tmpl";i:446;s:2:"id";i:4613;s:5:"title";s:10:"Pricing 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png";s:12:"tmpl_created";i:1520443334;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:543;s:16:"popularity_index";i:581;s:11:"trend_index";i:568;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:697;a:20:{s:4:"tmpl";i:436;s:2:"id";i:4529;s:5:"title";s:9:"Pricing 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png";s:12:"tmpl_created";i:1520443314;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:545;s:16:"popularity_index";i:609;s:11:"trend_index";i:613;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:698;a:20:{s:4:"tmpl";i:438;s:2:"id";i:4545;s:5:"title";s:9:"Pricing 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png";s:12:"tmpl_created";i:1520443317;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:547;s:16:"popularity_index";i:707;s:11:"trend_index";i:825;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:699;a:20:{s:4:"tmpl";i:440;s:2:"id";i:4562;s:5:"title";s:9:"Pricing 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png";s:12:"tmpl_created";i:1520443322;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:549;s:16:"popularity_index";i:697;s:11:"trend_index";i:821;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:700;a:20:{s:4:"tmpl";i:443;s:2:"id";i:4589;s:5:"title";s:9:"Pricing 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png";s:12:"tmpl_created";i:1520443327;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:551;s:16:"popularity_index";i:716;s:11:"trend_index";i:639;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:701;a:20:{s:4:"tmpl";i:445;s:2:"id";i:4605;s:5:"title";s:9:"Pricing 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png";s:12:"tmpl_created";i:1520443332;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:553;s:16:"popularity_index";i:738;s:11:"trend_index";i:773;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:702;a:20:{s:4:"tmpl";i:433;s:2:"id";i:4500;s:5:"title";s:9:"Pricing 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png";s:12:"tmpl_created";i:1520443308;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:554;s:16:"popularity_index";i:500;s:11:"trend_index";i:451;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:703;a:20:{s:4:"tmpl";i:435;s:2:"id";i:4521;s:5:"title";s:9:"Pricing 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png";s:12:"tmpl_created";i:1520443312;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:557;s:16:"popularity_index";i:311;s:11:"trend_index";i:372;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:704;a:20:{s:4:"tmpl";i:437;s:2:"id";i:4537;s:5:"title";s:9:"Pricing 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png";s:12:"tmpl_created";i:1520443315;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:559;s:16:"popularity_index";i:589;s:11:"trend_index";i:841;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:705;a:20:{s:4:"tmpl";i:1046;s:2:"id";i:15204;s:5:"title";s:24:"Psychologist &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg";s:12:"tmpl_created";i:1600161419;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","Psychologist","Psychotherapist"]";s:10:"menu_order";i:564;s:16:"popularity_index";i:574;s:11:"trend_index";i:493;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:706;a:20:{s:4:"tmpl";i:1047;s:2:"id";i:15212;s:5:"title";s:28:"Psychologist &#8211; Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg";s:12:"tmpl_created";i:1600162340;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:565;s:16:"popularity_index";i:379;s:11:"trend_index";i:358;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:707;a:20:{s:4:"tmpl";i:1048;s:2:"id";i:15219;s:5:"title";s:27:"Psychologist &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg";s:12:"tmpl_created";i:1600163069;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["Footer","Psychologist","Psychotherapist"]";s:10:"menu_order";i:566;s:16:"popularity_index";i:599;s:11:"trend_index";i:500;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:708;a:20:{s:4:"tmpl";i:701;s:2:"id";i:9239;s:5:"title";s:17:"product archive 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png";s:12:"tmpl_created";i:1532953482;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:566;s:16:"popularity_index";i:60;s:11:"trend_index";i:25;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:709;a:20:{s:4:"tmpl";i:1049;s:2:"id";i:15230;s:5:"title";s:27:"Psychologist &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Header.png";s:12:"tmpl_created";i:1600163444;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["Header","Psychologist","Psychotherapist"]";s:10:"menu_order";i:567;s:16:"popularity_index";i:429;s:11:"trend_index";i:423;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:710;a:20:{s:4:"tmpl";i:702;s:2:"id";i:9247;s:5:"title";s:17:"product archive 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png";s:12:"tmpl_created";i:1532953793;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:567;s:16:"popularity_index";i:71;s:11:"trend_index";i:30;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:711;a:20:{s:4:"tmpl";i:1050;s:2:"id";i:15240;s:5:"title";s:34:"Psychologist &#8211; single post 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png";s:12:"tmpl_created";i:1600164087;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:568;s:16:"popularity_index";i:562;s:11:"trend_index";i:570;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:712;a:20:{s:4:"tmpl";i:703;s:2:"id";i:9254;s:5:"title";s:17:"product archive 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png";s:12:"tmpl_created";i:1532954032;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:568;s:16:"popularity_index";i:73;s:11:"trend_index";i:44;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:713;a:20:{s:4:"tmpl";i:1051;s:2:"id";i:15251;s:5:"title";s:34:"Psychologist &#8211; single post 2";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png";s:12:"tmpl_created";i:1600165179;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:569;s:16:"popularity_index";i:507;s:11:"trend_index";i:368;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:714;a:20:{s:4:"tmpl";i:412;s:2:"id";i:4313;s:5:"title";s:11:"Services 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png";s:12:"tmpl_created";i:1520443268;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:570;s:16:"popularity_index";i:115;s:11:"trend_index";i:53;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:715;a:20:{s:4:"tmpl";i:413;s:2:"id";i:4324;s:5:"title";s:11:"Services 14";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png";s:12:"tmpl_created";i:1520443270;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:571;s:16:"popularity_index";i:277;s:11:"trend_index";i:138;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:716;a:20:{s:4:"tmpl";i:418;s:2:"id";i:4368;s:5:"title";s:11:"Services 16";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png";s:12:"tmpl_created";i:1520443279;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:572;s:16:"popularity_index";i:62;s:11:"trend_index";i:59;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:717;a:20:{s:4:"tmpl";i:420;s:2:"id";i:4391;s:5:"title";s:11:"Services 17";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png";s:12:"tmpl_created";i:1520443283;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:573;s:16:"popularity_index";i:153;s:11:"trend_index";i:120;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:718;a:20:{s:4:"tmpl";i:403;s:2:"id";i:4235;s:5:"title";s:11:"Services 18";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png";s:12:"tmpl_created";i:1520443251;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:574;s:16:"popularity_index";i:273;s:11:"trend_index";i:172;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:719;a:20:{s:4:"tmpl";i:417;s:2:"id";i:4357;s:5:"title";s:11:"Services 20";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png";s:12:"tmpl_created";i:1520443277;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:575;s:16:"popularity_index";i:45;s:11:"trend_index";i:45;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:720;a:20:{s:4:"tmpl";i:415;s:2:"id";i:4341;s:5:"title";s:11:"Services 21";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png";s:12:"tmpl_created";i:1520443274;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:576;s:16:"popularity_index";i:142;s:11:"trend_index";i:114;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:721;a:20:{s:4:"tmpl";i:414;s:2:"id";i:4332;s:5:"title";s:11:"Services 22";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png";s:12:"tmpl_created";i:1520443272;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:577;s:16:"popularity_index";i:138;s:11:"trend_index";i:149;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:722;a:20:{s:4:"tmpl";i:401;s:2:"id";i:4212;s:5:"title";s:11:"Services 23";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png";s:12:"tmpl_created";i:1520443248;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:578;s:16:"popularity_index";i:136;s:11:"trend_index";i:302;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:723;a:20:{s:4:"tmpl";i:408;s:2:"id";i:4276;s:5:"title";s:11:"Services 24";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png";s:12:"tmpl_created";i:1520443261;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:579;s:16:"popularity_index";i:353;s:11:"trend_index";i:514;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:724;a:20:{s:4:"tmpl";i:406;s:2:"id";i:4260;s:5:"title";s:11:"Services 25";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png";s:12:"tmpl_created";i:1520443257;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:580;s:16:"popularity_index";i:184;s:11:"trend_index";i:209;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:725;a:20:{s:4:"tmpl";i:404;s:2:"id";i:4244;s:5:"title";s:11:"Services 26";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png";s:12:"tmpl_created";i:1520443253;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:581;s:16:"popularity_index";i:544;s:11:"trend_index";i:596;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:726;a:20:{s:4:"tmpl";i:421;s:2:"id";i:4400;s:5:"title";s:11:"Services 27";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png";s:12:"tmpl_created";i:1520443285;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:582;s:16:"popularity_index";i:286;s:11:"trend_index";i:438;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:727;a:20:{s:4:"tmpl";i:419;s:2:"id";i:4376;s:5:"title";s:11:"Services 28";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png";s:12:"tmpl_created";i:1520443281;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:583;s:16:"popularity_index";i:151;s:11:"trend_index";i:249;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:728;a:20:{s:4:"tmpl";i:416;s:2:"id";i:4349;s:5:"title";s:11:"Services 29";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png";s:12:"tmpl_created";i:1520443275;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:584;s:16:"popularity_index";i:330;s:11:"trend_index";i:483;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:729;a:20:{s:4:"tmpl";i:402;s:2:"id";i:4227;s:5:"title";s:11:"Services 30";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png";s:12:"tmpl_created";i:1520443250;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:585;s:16:"popularity_index";i:351;s:11:"trend_index";i:553;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:730;a:20:{s:4:"tmpl";i:560;s:2:"id";i:6162;s:5:"title";s:11:"Services 31";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png";s:12:"tmpl_created";i:1520443668;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:586;s:16:"popularity_index";i:372;s:11:"trend_index";i:550;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:731;a:20:{s:4:"tmpl";i:411;s:2:"id";i:4302;s:5:"title";s:10:"Services 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png";s:12:"tmpl_created";i:1520443266;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:587;s:16:"popularity_index";i:58;s:11:"trend_index";i:97;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:732;a:20:{s:4:"tmpl";i:410;s:2:"id";i:4293;s:5:"title";s:10:"Services 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png";s:12:"tmpl_created";i:1520443265;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:588;s:16:"popularity_index";i:288;s:11:"trend_index";i:269;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:733;a:20:{s:4:"tmpl";i:409;s:2:"id";i:4284;s:5:"title";s:10:"Services 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png";s:12:"tmpl_created";i:1520443263;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:589;s:16:"popularity_index";i:27;s:11:"trend_index";i:21;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:734;a:20:{s:4:"tmpl";i:407;s:2:"id";i:4268;s:5:"title";s:10:"Services 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png";s:12:"tmpl_created";i:1520443259;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:590;s:16:"popularity_index";i:173;s:11:"trend_index";i:213;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:735;a:20:{s:4:"tmpl";i:405;s:2:"id";i:4252;s:5:"title";s:10:"Services 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png";s:12:"tmpl_created";i:1520443255;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:591;s:16:"popularity_index";i:46;s:11:"trend_index";i:99;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:736;a:20:{s:4:"tmpl";i:677;s:2:"id";i:8676;s:5:"title";s:13:"single page 1";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg";s:12:"tmpl_created";i:1527682423;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:592;s:16:"popularity_index";i:285;s:11:"trend_index";i:145;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:737;a:20:{s:4:"tmpl";i:678;s:2:"id";i:8678;s:5:"title";s:13:"single page 2";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg";s:12:"tmpl_created";i:1527682780;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:593;s:16:"popularity_index";i:140;s:11:"trend_index";i:82;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:738;a:20:{s:4:"tmpl";i:679;s:2:"id";i:8679;s:5:"title";s:13:"single page 3";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg";s:12:"tmpl_created";i:1527682847;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:594;s:16:"popularity_index";i:122;s:11:"trend_index";i:23;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:739;a:20:{s:4:"tmpl";i:680;s:2:"id";i:8680;s:5:"title";s:13:"single page 4";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg";s:12:"tmpl_created";i:1527682896;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:595;s:16:"popularity_index";i:373;s:11:"trend_index";i:190;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:740;a:20:{s:4:"tmpl";i:681;s:2:"id";i:8681;s:5:"title";s:13:"single page 5";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg";s:12:"tmpl_created";i:1527682969;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:596;s:16:"popularity_index";i:287;s:11:"trend_index";i:218;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:741;a:20:{s:4:"tmpl";i:682;s:2:"id";i:8682;s:5:"title";s:13:"single page 6";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg";s:12:"tmpl_created";i:1527683026;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:597;s:16:"popularity_index";i:412;s:11:"trend_index";i:227;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:742;a:20:{s:4:"tmpl";i:683;s:2:"id";i:8703;s:5:"title";s:13:"single page 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg";s:12:"tmpl_created";i:1527683072;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:598;s:16:"popularity_index";i:401;s:11:"trend_index";i:316;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:743;a:20:{s:4:"tmpl";i:640;s:2:"id";i:7650;s:5:"title";s:13:"Single Post 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg";s:12:"tmpl_created";i:1521557736;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";i:599;s:16:"popularity_index";i:119;s:11:"trend_index";i:266;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:744;a:20:{s:4:"tmpl";i:639;s:2:"id";i:7663;s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg";s:12:"tmpl_created";i:1521547761;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";i:600;s:16:"popularity_index";i:50;s:11:"trend_index";i:139;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:745;a:20:{s:4:"tmpl";i:705;s:2:"id";i:9296;s:5:"title";s:13:"Single Post 3";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg";s:12:"tmpl_created";i:1537440673;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:601;s:16:"popularity_index";i:213;s:11:"trend_index";i:204;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:746;a:20:{s:4:"tmpl";i:704;s:2:"id";i:9301;s:5:"title";s:13:"Single Post 4";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg";s:12:"tmpl_created";i:1537440661;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:602;s:16:"popularity_index";i:248;s:11:"trend_index";i:336;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:747;a:20:{s:4:"tmpl";i:706;s:2:"id";i:9313;s:5:"title";s:13:"Single Post 5";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg";s:12:"tmpl_created";i:1537440798;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:603;s:16:"popularity_index";i:197;s:11:"trend_index";i:177;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:748;a:20:{s:4:"tmpl";i:707;s:2:"id";i:9343;s:5:"title";s:13:"Single Post 6";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg";s:12:"tmpl_created";i:1537443531;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:604;s:16:"popularity_index";i:228;s:11:"trend_index";i:279;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:749;a:20:{s:4:"tmpl";i:708;s:2:"id";i:9349;s:5:"title";s:13:"Single Post 7";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg";s:12:"tmpl_created";i:1537443903;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:605;s:16:"popularity_index";i:158;s:11:"trend_index";i:253;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:750;a:20:{s:4:"tmpl";i:555;s:2:"id";i:6114;s:5:"title";s:7:"Stats 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png";s:12:"tmpl_created";i:1520443659;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:610;s:16:"popularity_index";i:434;s:11:"trend_index";i:692;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:751;a:20:{s:4:"tmpl";i:562;s:2:"id";i:6178;s:5:"title";s:8:"Stats 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png";s:12:"tmpl_created";i:1520443676;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:611;s:16:"popularity_index";i:435;s:11:"trend_index";i:755;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:752;a:20:{s:4:"tmpl";i:561;s:2:"id";i:6170;s:5:"title";s:8:"Stats 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png";s:12:"tmpl_created";i:1520443670;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:612;s:16:"popularity_index";i:366;s:11:"trend_index";i:552;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:753;a:20:{s:4:"tmpl";i:697;s:2:"id";i:9174;s:5:"title";s:17:"single product 01";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png";s:12:"tmpl_created";i:1532950125;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:612;s:16:"popularity_index";i:31;s:11:"trend_index";i:6;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:754;a:20:{s:4:"tmpl";i:563;s:2:"id";i:6186;s:5:"title";s:8:"Stats 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png";s:12:"tmpl_created";i:1520443678;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:613;s:16:"popularity_index";i:569;s:11:"trend_index";i:811;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:755;a:20:{s:4:"tmpl";i:698;s:2:"id";i:9178;s:5:"title";s:17:"single product 02";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png";s:12:"tmpl_created";i:1532951997;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:613;s:16:"popularity_index";i:66;s:11:"trend_index";i:42;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:756;a:20:{s:4:"tmpl";i:550;s:2:"id";i:6071;s:5:"title";s:8:"Stats 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png";s:12:"tmpl_created";i:1520443649;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:614;s:16:"popularity_index";i:168;s:11:"trend_index";i:328;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:757;a:20:{s:4:"tmpl";i:699;s:2:"id";i:9180;s:5:"title";s:17:"single product 03";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png";s:12:"tmpl_created";i:1532952302;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:614;s:16:"popularity_index";i:108;s:11:"trend_index";i:66;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:758;a:20:{s:4:"tmpl";i:554;s:2:"id";i:6106;s:5:"title";s:7:"Stats 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png";s:12:"tmpl_created";i:1520443657;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:615;s:16:"popularity_index";i:361;s:11:"trend_index";i:784;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:759;a:20:{s:4:"tmpl";i:700;s:2:"id";i:9182;s:5:"title";s:17:"single product 04";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png";s:12:"tmpl_created";i:1532952606;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:615;s:16:"popularity_index";i:123;s:11:"trend_index";i:81;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:760;a:20:{s:4:"tmpl";i:551;s:2:"id";i:6079;s:5:"title";s:7:"Stats 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png";s:12:"tmpl_created";i:1520443651;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:616;s:16:"popularity_index";i:284;s:11:"trend_index";i:385;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:761;a:20:{s:4:"tmpl";i:552;s:2:"id";i:6089;s:5:"title";s:7:"Stats 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png";s:12:"tmpl_created";i:1520443653;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:617;s:16:"popularity_index";i:205;s:11:"trend_index";i:452;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:762;a:20:{s:4:"tmpl";i:549;s:2:"id";i:6063;s:5:"title";s:7:"Stats 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png";s:12:"tmpl_created";i:1520443647;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:618;s:16:"popularity_index";i:181;s:11:"trend_index";i:419;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:763;a:20:{s:4:"tmpl";i:553;s:2:"id";i:6097;s:5:"title";s:7:"Stats 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png";s:12:"tmpl_created";i:1520443655;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:619;s:16:"popularity_index";i:264;s:11:"trend_index";i:492;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:764;a:20:{s:4:"tmpl";i:538;s:2:"id";i:5956;s:5:"title";s:7:"Stats 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png";s:12:"tmpl_created";i:1520443623;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:620;s:16:"popularity_index";i:532;s:11:"trend_index";i:541;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:765;a:20:{s:4:"tmpl";i:537;s:2:"id";i:5947;s:5:"title";s:7:"Stats 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png";s:12:"tmpl_created";i:1520443621;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:621;s:16:"popularity_index";i:368;s:11:"trend_index";i:531;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:766;a:20:{s:4:"tmpl";i:559;s:2:"id";i:6152;s:5:"title";s:7:"Stats 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png";s:12:"tmpl_created";i:1520443666;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:622;s:16:"popularity_index";i:272;s:11:"trend_index";i:557;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:767;a:20:{s:4:"tmpl";i:469;s:2:"id";i:5157;s:5:"title";s:11:"Subscribe 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png";s:12:"tmpl_created";i:1520443448;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:623;s:16:"popularity_index";i:340;s:11:"trend_index";i:293;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:768;a:20:{s:4:"tmpl";i:472;s:2:"id";i:5181;s:5:"title";s:11:"Subscribe 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png";s:12:"tmpl_created";i:1520443454;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:624;s:16:"popularity_index";i:451;s:11:"trend_index";i:340;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:769;a:20:{s:4:"tmpl";i:470;s:2:"id";i:5165;s:5:"title";s:11:"Subscribe 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png";s:12:"tmpl_created";i:1520443450;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:625;s:16:"popularity_index";i:520;s:11:"trend_index";i:620;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:770;a:20:{s:4:"tmpl";i:477;s:2:"id";i:5222;s:5:"title";s:11:"Subscribe 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png";s:12:"tmpl_created";i:1520443464;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:626;s:16:"popularity_index";i:397;s:11:"trend_index";i:427;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:771;a:20:{s:4:"tmpl";i:471;s:2:"id";i:5173;s:5:"title";s:11:"Subscribe 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png";s:12:"tmpl_created";i:1520443452;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:627;s:16:"popularity_index";i:261;s:11:"trend_index";i:237;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:772;a:20:{s:4:"tmpl";i:465;s:2:"id";i:4801;s:5:"title";s:7:"Team 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png";s:12:"tmpl_created";i:1520443369;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:628;s:16:"popularity_index";i:332;s:11:"trend_index";i:188;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:773;a:20:{s:4:"tmpl";i:462;s:2:"id";i:4770;s:5:"title";s:7:"Team 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png";s:12:"tmpl_created";i:1520443364;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:629;s:16:"popularity_index";i:432;s:11:"trend_index";i:488;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:774;a:20:{s:4:"tmpl";i:458;s:2:"id";i:4727;s:5:"title";s:7:"Team 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png";s:12:"tmpl_created";i:1520443356;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:630;s:16:"popularity_index";i:375;s:11:"trend_index";i:345;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:775;a:20:{s:4:"tmpl";i:543;s:2:"id";i:5999;s:5:"title";s:7:"Team 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png";s:12:"tmpl_created";i:1520443634;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:631;s:16:"popularity_index";i:110;s:11:"trend_index";i:318;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:776;a:20:{s:4:"tmpl";i:455;s:2:"id";i:4698;s:5:"title";s:7:"Team 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png";s:12:"tmpl_created";i:1520443350;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:632;s:16:"popularity_index";i:449;s:11:"trend_index";i:410;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:777;a:20:{s:4:"tmpl";i:463;s:2:"id";i:4781;s:5:"title";s:7:"Team 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png";s:12:"tmpl_created";i:1520443365;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:633;s:16:"popularity_index";i:267;s:11:"trend_index";i:330;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:778;a:20:{s:4:"tmpl";i:558;s:2:"id";i:6144;s:5:"title";s:7:"Team 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png";s:12:"tmpl_created";i:1520443664;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:634;s:16:"popularity_index";i:166;s:11:"trend_index";i:365;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:779;a:20:{s:4:"tmpl";i:464;s:2:"id";i:4793;s:5:"title";s:7:"Team 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png";s:12:"tmpl_created";i:1520443367;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:635;s:16:"popularity_index";i:207;s:11:"trend_index";i:173;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:780;a:20:{s:4:"tmpl";i:466;s:2:"id";i:4809;s:5:"title";s:7:"Team 19";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png";s:12:"tmpl_created";i:1520443371;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:636;s:16:"popularity_index";i:300;s:11:"trend_index";i:465;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:781;a:20:{s:4:"tmpl";i:459;s:2:"id";i:4736;s:5:"title";s:7:"Team 20";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png";s:12:"tmpl_created";i:1520443358;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:637;s:16:"popularity_index";i:144;s:11:"trend_index";i:159;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:782;a:20:{s:4:"tmpl";i:467;s:2:"id";i:4818;s:5:"title";s:7:"Team 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png";s:12:"tmpl_created";i:1520443373;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:638;s:16:"popularity_index";i:515;s:11:"trend_index";i:606;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:783;a:20:{s:4:"tmpl";i:461;s:2:"id";i:4759;s:5:"title";s:7:"Team 22";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png";s:12:"tmpl_created";i:1520443362;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:639;s:16:"popularity_index";i:299;s:11:"trend_index";i:376;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:784;a:20:{s:4:"tmpl";i:460;s:2:"id";i:4746;s:5:"title";s:7:"Team 23";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png";s:12:"tmpl_created";i:1520443360;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:640;s:16:"popularity_index";i:282;s:11:"trend_index";i:378;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:785;a:20:{s:4:"tmpl";i:457;s:2:"id";i:4718;s:5:"title";s:6:"Team 4";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png";s:12:"tmpl_created";i:1520443354;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:641;s:16:"popularity_index";i:192;s:11:"trend_index";i:359;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:786;a:20:{s:4:"tmpl";i:456;s:2:"id";i:4706;s:5:"title";s:6:"Team 5";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png";s:12:"tmpl_created";i:1520443352;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:642;s:16:"popularity_index";i:149;s:11:"trend_index";i:299;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:787;a:20:{s:4:"tmpl";i:544;s:2:"id";i:6008;s:5:"title";s:6:"Team 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png";s:12:"tmpl_created";i:1520443636;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:643;s:16:"popularity_index";i:75;s:11:"trend_index";i:277;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:788;a:20:{s:4:"tmpl";i:454;s:2:"id";i:4690;s:5:"title";s:6:"Team 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png";s:12:"tmpl_created";i:1520443348;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:644;s:16:"popularity_index";i:243;s:11:"trend_index";i:402;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:789;a:20:{s:4:"tmpl";i:586;s:2:"id";i:4921;s:5:"title";s:14:"Testimonial 10";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png";s:12:"tmpl_created";i:1520520562;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:645;s:16:"popularity_index";i:219;s:11:"trend_index";i:198;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:790;a:20:{s:4:"tmpl";i:582;s:2:"id";i:4889;s:5:"title";s:14:"Testimonial 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg";s:12:"tmpl_created";i:1520520556;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:646;s:16:"popularity_index";i:557;s:11:"trend_index";i:522;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:791;a:20:{s:4:"tmpl";i:580;s:2:"id";i:4871;s:5:"title";s:14:"Testimonial 12";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png";s:12:"tmpl_created";i:1520520552;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:647;s:16:"popularity_index";i:262;s:11:"trend_index";i:391;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:792;a:20:{s:4:"tmpl";i:578;s:2:"id";i:4854;s:5:"title";s:14:"Testimonial 13";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png";s:12:"tmpl_created";i:1520520549;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:648;s:16:"popularity_index";i:637;s:11:"trend_index";i:741;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:793;a:20:{s:4:"tmpl";i:595;s:2:"id";i:4995;s:5:"title";s:14:"Testimonial 14";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png";s:12:"tmpl_created";i:1520520577;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:649;s:16:"popularity_index";i:400;s:11:"trend_index";i:411;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:794;a:20:{s:4:"tmpl";i:593;s:2:"id";i:4979;s:5:"title";s:14:"Testimonial 15";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png";s:12:"tmpl_created";i:1520520573;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:650;s:16:"popularity_index";i:568;s:11:"trend_index";i:544;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:795;a:20:{s:4:"tmpl";i:576;s:2:"id";i:4835;s:5:"title";s:14:"Testimonial 16";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png";s:12:"tmpl_created";i:1520520546;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:651;s:16:"popularity_index";i:399;s:11:"trend_index";i:401;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:796;a:20:{s:4:"tmpl";i:594;s:2:"id";i:4987;s:5:"title";s:14:"Testimonial 17";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png";s:12:"tmpl_created";i:1520520575;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:652;s:16:"popularity_index";i:159;s:11:"trend_index";i:199;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:797;a:20:{s:4:"tmpl";i:577;s:2:"id";i:4843;s:5:"title";s:14:"Testimonial 18";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png";s:12:"tmpl_created";i:1520520548;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:653;s:16:"popularity_index";i:457;s:11:"trend_index";i:780;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:798;a:20:{s:4:"tmpl";i:579;s:2:"id";i:4863;s:5:"title";s:14:"Testimonial 19";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png";s:12:"tmpl_created";i:1520520551;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:654;s:16:"popularity_index";i:245;s:11:"trend_index";i:599;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:799;a:20:{s:4:"tmpl";i:581;s:2:"id";i:4880;s:5:"title";s:14:"Testimonial 20";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg";s:12:"tmpl_created";i:1520520554;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:655;s:16:"popularity_index";i:446;s:11:"trend_index";i:653;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:800;a:20:{s:4:"tmpl";i:583;s:2:"id";i:4897;s:5:"title";s:14:"Testimonial 21";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png";s:12:"tmpl_created";i:1520520557;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:656;s:16:"popularity_index";i:78;s:11:"trend_index";i:289;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:801;a:20:{s:4:"tmpl";i:584;s:2:"id";i:4905;s:5:"title";s:14:"Testimonial 22";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png";s:12:"tmpl_created";i:1520520559;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:657;s:16:"popularity_index";i:121;s:11:"trend_index";i:221;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:802;a:20:{s:4:"tmpl";i:585;s:2:"id";i:4913;s:5:"title";s:14:"Testimonial 23";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png";s:12:"tmpl_created";i:1520520561;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:658;s:16:"popularity_index";i:247;s:11:"trend_index";i:566;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:803;a:20:{s:4:"tmpl";i:575;s:2:"id";i:4826;s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png";s:12:"tmpl_created";i:1520520544;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:659;s:16:"popularity_index";i:256;s:11:"trend_index";i:395;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:804;a:20:{s:4:"tmpl";i:587;s:2:"id";i:4929;s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png";s:12:"tmpl_created";i:1520520564;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:660;s:16:"popularity_index";i:49;s:11:"trend_index";i:206;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:805;a:20:{s:4:"tmpl";i:591;s:2:"id";i:4963;s:5:"title";s:14:"Testimonial 25";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png";s:12:"tmpl_created";i:1520520570;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:661;s:16:"popularity_index";i:417;s:11:"trend_index";i:546;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:806;a:20:{s:4:"tmpl";i:592;s:2:"id";i:4971;s:5:"title";s:14:"Testimonial 26";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png";s:12:"tmpl_created";i:1520520572;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:662;s:16:"popularity_index";i:649;s:11:"trend_index";i:718;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:807;a:20:{s:4:"tmpl";i:589;s:2:"id";i:4947;s:5:"title";s:14:"Testimonial 27";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png";s:12:"tmpl_created";i:1520520567;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:663;s:16:"popularity_index";i:221;s:11:"trend_index";i:496;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:808;a:20:{s:4:"tmpl";i:590;s:2:"id";i:4955;s:5:"title";s:14:"Testimonial 29";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png";s:12:"tmpl_created";i:1520520569;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:664;s:16:"popularity_index";i:378;s:11:"trend_index";i:695;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:809;a:20:{s:4:"tmpl";i:588;s:2:"id";i:4939;s:5:"title";s:13:"Testimonial 9";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png";s:12:"tmpl_created";i:1520520565;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:665;s:16:"popularity_index";i:103;s:11:"trend_index";i:341;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:810;a:20:{s:4:"tmpl";i:928;s:2:"id";i:12509;s:5:"title";s:18:"Travel &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/404.png";s:12:"tmpl_created";i:1575960378;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Tours","Travel"]";s:10:"menu_order";i:666;s:16:"popularity_index";i:747;s:11:"trend_index";i:712;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:811;a:20:{s:4:"tmpl";i:929;s:2:"id";i:12516;s:5:"title";s:27:"Travel &#8211; Archive Blog";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png";s:12:"tmpl_created";i:1575960387;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:667;s:16:"popularity_index";i:496;s:11:"trend_index";i:487;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:812;a:20:{s:4:"tmpl";i:927;s:2:"id";i:12500;s:5:"title";s:21:"Travel &#8211; Header";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png";s:12:"tmpl_created";i:1575960371;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Tours","Travel"]";s:10:"menu_order";i:668;s:16:"popularity_index";i:443;s:11:"trend_index";i:434;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:813;a:20:{s:4:"tmpl";i:930;s:2:"id";i:12524;s:5:"title";s:26:"Travel &#8211; Single Post";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png";s:12:"tmpl_created";i:1575960397;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:669;s:16:"popularity_index";i:591;s:11:"trend_index";i:663;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:814;a:20:{s:4:"tmpl";i:931;s:2:"id";i:12531;s:5:"title";s:31:"Travel &#8211; Single Post Tour";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png";s:12:"tmpl_created";i:1575960404;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:670;s:16:"popularity_index";i:630;s:11:"trend_index";i:548;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:815;a:20:{s:4:"tmpl";i:926;s:2:"id";i:12492;s:5:"title";s:14:"Travel -Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png";s:12:"tmpl_created";i:1575960358;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["Footer","Tours","Travel"]";s:10:"menu_order";i:671;s:16:"popularity_index";i:453;s:11:"trend_index";i:322;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:816;a:20:{s:4:"tmpl";i:1068;s:2:"id";i:15498;s:5:"title";s:23:"Travel Blog &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg";s:12:"tmpl_created";i:1606215636;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:23:"["404","Blog","Travel"]";s:10:"menu_order";i:672;s:16:"popularity_index";i:749;s:11:"trend_index";i:759;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:817;a:20:{s:4:"tmpl";i:1069;s:2:"id";i:15508;s:5:"title";s:29:"Travel Blog &#8211; Archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg";s:12:"tmpl_created";i:1606215649;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:673;s:16:"popularity_index";i:659;s:11:"trend_index";i:468;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:818;a:20:{s:4:"tmpl";i:1070;s:2:"id";i:15518;s:5:"title";s:29:"Travel Blog &#8211; Archive 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg";s:12:"tmpl_created";i:1606215663;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:674;s:16:"popularity_index";i:688;s:11:"trend_index";i:431;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:819;a:20:{s:4:"tmpl";i:1071;s:2:"id";i:15528;s:5:"title";s:26:"Travel Blog &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg";s:12:"tmpl_created";i:1606215673;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:26:"["Blog","Footer","Travel"]";s:10:"menu_order";i:675;s:16:"popularity_index";i:656;s:11:"trend_index";i:377;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:820;a:20:{s:4:"tmpl";i:1067;s:2:"id";i:15536;s:5:"title";s:26:"Travel Blog &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg";s:12:"tmpl_created";i:1606215625;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:26:"["Blog","Header","Travel"]";s:10:"menu_order";i:676;s:16:"popularity_index";i:584;s:11:"trend_index";i:228;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:821;a:20:{s:4:"tmpl";i:1072;s:2:"id";i:15545;s:5:"title";s:33:"Travel Blog &#8211; Single Post 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg";s:12:"tmpl_created";i:1606215684;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:677;s:16:"popularity_index";i:669;s:11:"trend_index";i:482;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:822;a:20:{s:4:"tmpl";i:1066;s:2:"id";i:15556;s:5:"title";s:33:"Travel Blog &#8211; Single Post 2";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg";s:12:"tmpl_created";i:1606215613;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:678;s:16:"popularity_index";i:652;s:11:"trend_index";i:454;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:8:"products";s:7:"regular";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}}}', 'off');
INSERT INTO `FDQBA_options` VALUES
(185, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:"title";s:101:"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity";s:7:"excerpt";s:409:"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n";s:7:"created";i:1738142681;s:5:"badge";s:3:"NEW";s:3:"url";s:155:"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:62:"Introducing Hello Biz: A New Beginner Friendly WordPress Theme";s:7:"excerpt";s:226:"The first in a new collection of beginner-friendly Hello Themes, Hello Biz aims to make building Professional websites easier. Designed to streamline website creation, by helping you build a polished, high-performance website.";s:7:"created";i:1736335773;s:5:"badge";s:3:"NEW";s:3:"url";s:121:"https://elementor.com/blog/introducing-hello-biz/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:65:"Introducing Elementor 3.26: Dynamic Design & Enhanced Performance";s:7:"excerpt";s:192:"Boost your site’s speed and performance with optimized CSS and a cleaner DOM, create dynamic content with an Off-Canvas modal from Loop Grids, and leverage the new AdBlock detection trigger.";s:7:"created";i:1736174778;s:5:"badge";s:3:"NEW";s:3:"url";s:146:"https://elementor.com/blog/elementor-326-off-canvas-loop-grid-performance/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'off'),
(189, 'rsssl_last_tested_http_method', '19', 'off'),
(190, 'rsssl_http_methods_allowed', 'a:2:{s:11:"not-allowed";a:1:{i:2;s:7:"CONNECT";}s:7:"allowed";a:17:{i:0;s:3:"GET";i:1;s:4:"POST";i:2;s:3:"PUT";i:3;s:6:"DELETE";i:4;s:4:"HEAD";i:5;s:7:"OPTIONS";i:6;s:5:"TRACE";i:7;s:5:"TRACK";i:8;s:5:"PATCH";i:9;s:4:"COPY";i:10;s:4:"LINK";i:11;s:6:"UNLINK";i:12;s:5:"PURGE";i:13;s:4:"LOCK";i:14;s:6:"UNLOCK";i:15;s:8:"PROPFIND";i:16;s:4:"VIEW";}}', 'off'),
(191, 'can_compress_scripts', '1', 'on'),
(196, 'rsssl_activation_timestamp', '1733371390', 'off'),
(201, 'rsssl_email_verification_status', 'started', 'off'),
(208, 'rsssl_wp_version_token', '7330114743', 'auto'),
(211, 'rsssl_folder_name', 'really-simple-ssl/1cec6f8b42d0ee96f3859e8b2b11a36a', 'auto'),
(216, 'rsssl_l_notification_dismissed_for', 'a:0:{}', 'off'),
(217, 'rsssl_m_notification_dismissed_for', 'a:0:{}', 'off'),
(218, 'rsssl_h_notification_dismissed_for', 'a:0:{}', 'off'),
(219, 'rsssl_c_notification_dismissed_for', 'a:0:{}', 'off'),
(220, 'rsssl_onboarding_dismissed', '1', 'off'),
(237, 'burst_last_cron_hit', '1738258689', 'off'),
(242, 'cmplz_activation_time', '1733371419', 'off'),
(246, 'cmplz_tour_shown_once', '1', 'off'),
(247, 'cmplz_active_integrations', '3', 'auto'),
(248, 'cmplz_integrations_changed', '', 'auto'),
(254, 'cmplz_cookietable_version', '7.1.5', 'auto'),
(255, 'cmplz_cbdb_version', '7.1.5', 'auto'),
(256, 'cmplz_dnsmpd_db_version', '7.1.5', 'off'),
(257, 'cmplz_first_version', '7.1.5', 'off'),
(258, 'cmplz_generate_new_cookiepolicy_snapshot', '', 'off'),
(259, 'cmplz-current-version', '7.1.5', 'auto'),
(260, 'burst_ran_test', '1738246899', 'auto'),
(265, 'cmplz_transients', 'a:2:{s:23:"cmplz_default_banner_id";a:2:{s:5:"value";b:0;s:7:"expires";i:1733516985;}s:19:"cmplz_min_banner_id";a:2:{s:5:"value";N;s:7:"expires";i:1733516985;}}', 'auto'),
(270, 'cmplz_options', 'a:1:{s:11:"use_cdb_api";s:3:"yes";}', 'auto'),
(271, 'cmplz_preloaded_privacy_info', 'a:4:{i:0;a:3:{s:11:"plugin_name";s:9:"WordPress";s:11:"policy_text";s:4478:"<h2 class="wp-block-heading">Who we are</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Our website address is: https://thelifestrategiescoach.com.</p><h2 class="wp-block-heading">Comments</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h2 class="wp-block-heading">Media</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h2 class="wp-block-heading">Cookies</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h2 class="wp-block-heading">Embedded content from other websites</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h2 class="wp-block-heading">Who we share your data with</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><h2 class="wp-block-heading">How long we retain your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2 class="wp-block-heading">What rights you have over your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2 class="wp-block-heading">Where your data is sent</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>";s:5:"added";i:1733371419;}i:1;a:3:{s:11:"plugin_name";s:16:"Burst Statistics";s:11:"policy_text";s:381:"<p>This website uses Burst Statistics, a Privacy-Friendly Statistics Tool to analyze visitor behavior. For this functionality we (this website) collect anonymized data, stored locally without sharing it with other parties. For more information, please read the <a href="https://burst-statistics.com/legal/privacy-statement/" target="_blank"> Privacy Statement </a> from Burst.</p>\n";s:5:"added";i:1733371419;}i:2;a:3:{s:11:"plugin_name";s:22:"Really Simple Security";s:11:"policy_text";s:349:"<p>Really Simple Security and Really Simple Security add-ons do not process any personal identifiable information, so the GDPR does not apply to these plugins or usage of these plugins on your website. You can find our privacy policy <a href="https://really-simple-ssl.com/privacy-statement/" rel="noopener noreferrer" target="_blank">here</a>.</p>\n";s:5:"added";i:1733371419;}i:3;a:3:{s:11:"plugin_name";s:43:"Complianz | The Privacy Suite for WordPress";s:11:"policy_text";s:462:"<p>This website uses the Privacy Suite for WordPress by Complianz to collect and record Browser and Device-based Consent. For this functionality, your IP address is anonymized and stored in our database.&nbsp;This service does not process any personally identifiable information and does not share any data with the service provider.&nbsp;For more information, see the Complianz <a href="https://complianz.io/legal/privacy-statement/">Privacy Statement</a>.</p>\n";s:5:"added";i:1733380241;}}', 'off'),
(272, '_wp_suggested_policy_text_has_changed', 'changed', 'off'),
(273, '_elementor_notifications_data', 'a:2:{s:7:"timeout";i:1738127753;s:5:"value";s:14101:"[{"id":"dynamic-off-canvas-3.26","title":"Dynamic Off-Canvas for Loop Grids","description":"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.","topic":"Elementor Pro 3.26","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"dynamic-off-canvas-3.26","title":"Dynamic Off-Canvas for Loop Grids","description":"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.","topic":"Elementor Pro 3.26","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png","chipTags":["New Feature"],"cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-loop-off-canvas\\/"},{"id":"hello-biz-theme","title":"A Brand New Theme From Elementor: Introducing Hello BIZ","description":"Meet Hello Biz. The new theme empowers you with Hello+ Widgets that accelerate your workflow. It''s FREE and fully compatible with Elementor & Elementor Pro.","topic":"Hello Biz","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-theme.png","chipTags":["New Theme"],"link":"https:\\/\\/elementor.com\\/blog\\/introducing-hello-biz\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"hello-biz-theme","title":"A Brand New Theme From Elementor: Introducing Hello BIZ","description":"Meet Hello Biz. The new theme that lets you build a website within minutes. And it''s FREE. Perfect for a business website, and fully compatible with Elementor & Elementor Pro.","topic":"Hello Biz","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-theme.png","chipTags":["New Theme"],"link":"https:\\/\\/elementor.com\\/blog\\/introducing-hello-biz\\/","readMoreText":"Learn More"},{"id":"ai-site-planner","title":"Instant Sitemaps & Wireframes","description":"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.","topic":"Elementor AI","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/","readMoreText":"Learn More"},{"id":"css-loading-3.25","title":"Boost Performance with Conditional CSS Loading","description":"Boost performance by conditionally loading only the styles that each page needs, reducing the page CSS size by up to 668kb.","topic":"Elementor 3.25","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.25-css-Loading.png","chipTags":["Performance"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-25-blog\\/","readMoreText":"Learn More"},{"id":"image-optimizer-3.19","title":"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.","description":"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.","topic":"Image Optimizer Plugin by Elementor","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png","chipTags":["New plugin"],"cta":"Get the Image Optimizer","ctaLink":"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/","conditions":[[{"type":"plugin","operator":"!=","plugin":"image-optimization\\/image-optimization.php"}]]},{"id":"variable-fonts-3.24","title":"Elevate text design with Variable Fonts","description":"Experience unparalleled fluidity in your design with precise control over text width and weight.","topic":"Elementor Pro 3.24","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"variable-fonts-3.24","title":"Elevate text design with Variable Fonts","description":"Experience unparalleled fluidity in your design with precise control over text width and weight.","topic":"Elementor Pro 3.24","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-24-variable-fonts\\/"},{"id":"floating-bars-3.24","title":"Increase conversion with Floating Bars","description":"Place your most important messages and promotions at the top or bottom of your page seamlessly with over 30 pre-made templates.","topic":"Elementor 3.24","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-floating-bar.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/","readMoreText":"Learn More"},{"id":"ai-featured-image","title":"Featured Image: Let AI Do the Work","description":"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.","topic":"Elementor AI","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"introduction_meta","meta":"ai_get_started"}]],"cta":"Start Free Trial","ctaLink":"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/"},{"id":"ai-featured-image","title":"Featured Image: Let AI Do the Work","description":"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.","topic":"Elementor AI","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png","chipTags":["New Feature"],"cta":"Start Free Trial","link":"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/","readMoreText":"Learn More","ctaLink":"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\\/"},{"id":"search-widget-3.23","title":"Increases site exploration with AJAX loading & live results","description":"Enabling faster, more accurate content discovery and helping visitors find what they''re looking for.","topic":"Elementor Pro 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"search-widget-3.23","title":"Increases site exploration with AJAX loading & live results","description":"Enabling faster, more accurate content discovery and helping visitors find what they''re looking for.","topic":"Elementor Pro 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/"},{"id":"floating-buttons-3.23","title":"Get more leads with Floating Buttons","description":"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.","topic":"Elementor 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/","readMoreText":"Learn More"},{"id":"link-in-bio-3.23","title":"New Link in Bio Widgets for any Purpose","description":"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!","topic":"Elementor 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/","readMoreText":"Learn More"},{"id":"nested-elements-3.23","title":"Work faster on Nested Elements","description":"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.","topic":"Elementor 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png","chipTags":["Performance"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/","readMoreText":"Learn More"},{"id":"element-caching-3.22","title":"Accelerate Loading Times with Element Caching","description":"Ensure a smooth and engaging experience for visitors by activating Element Caching.","topic":"Elementor 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png","chipTags":["Performance"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"element-caching-3.22","title":"Accelerate Loading Times with Element Caching","description":"Ensure a smooth and engaging experience for visitors by activating Element Caching.","topic":"Elementor 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png","chipTags":["Performance"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/","readMoreText":"Learn More"},{"id":"off-canvas-3.22","title":"Build Interactive Layouts with the New Off-Canvas Widget","description":"Tigger containers from a connected link to allow them to slide into view anywhere on the page.","topic":"Elementor Pro 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"off-canvas-3.22","title":"Build Interactive Layouts with the New Off-Canvas Widget","description":"Tigger containers from a connected link to allow them to slide into view anywhere on the page.","topic":"Elementor Pro 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas\\/\\/"},{"id":"5-star-rating-prompt","title":"Love the New Features? Let Us Know with 5 Stars!","description":"Help spread the word by telling the world what you love about Elementor.","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png","cta":"Leave a Review","ctaLink":"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/"},{"id":"site-mailer-introducing","title":"Introducing Site Mailer","description":"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.","topic":"Site Mailer Plugin by Elementor","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png","chipTags":["New plugin"],"cta":"Start Free Trial","ctaLink":"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/","conditions":[[{"type":"plugin","operator":"!=","plugin":"site-mailer\\/site-mailer.php"}]]},{"id":"display-conditions-dynamic-content-3.20","title":"Display Conditions for Dynamic Content","description":"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags, including native WordPress Custom Fields.","topic":"Version Pro 3.20","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"display-conditions-dynamic-content-3.20","title":"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed","description":"Tailor the content on your page to visitors based on various rules to create a powerful experience.","topic":"Version Pro 3.20","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/"},{"id":"elementor-add-ons","title":"Exciting Add-Ons & Plugins to Enhance Elementor Websites","description":"Uncover a treasure trove of tools from Elementor and others, put together to boost your website''s capabilities and enhance its overall appeal.","topic":"Elementor Add-Ons","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png","cta":"Check it out","ctaLink":"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/"}]";}', 'off'),
(276, '_elementor_home_screen_data', 'a:2:{s:7:"timeout";i:1733385605;s:5:"value";s:8327:"{"top_with_licences":[{"license":["free"],"title_small":"Hi!","title":"Unleash your imagination with Elementor","description":"Start building your website with Elementor''s no code drag & drop editor.","button_create_page_title":"Create a Page","button_watch_title":"Watch a guide","button_watch_url":"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s","youtube_embed_id":"le72grP_Q6k?si=g2akyWNODL6usu6u"},{"license":["pro"],"title_small":"Hi!","title":"Unleash your imagination with Elementor","description":"Now you''ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.","button_create_page_title":"Create a Page","button_watch_title":"Watch a guide","button_watch_url":"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs","youtube_embed_id":"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5"}],"get_started":[{"license":["free"],"header":{"title":"Jumpstart your web-creation","description":"These quick actions will get your site airborne with a customized design."},"repeater":[{"title":"Site Settings","title_small":"Customize","url":"","is_relative_url":false,"title_small_color":"text.tertiary","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg"},{"title":"Site Logo","title_small":"Customize","url":"","is_relative_url":false,"title_small_color":"text.tertiary","tab_id":"settings-site-identity","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg"},{"title":"Global Colors","title_small":"Customize","url":"","is_relative_url":false,"title_small_color":"text.tertiary","tab_id":"global-colors","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg"},{"title":"Global Fonts","title_small":"Customize","url":"","is_relative_url":false,"title_small_color":"text.tertiary","tab_id":"global-typography","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg"},{"title":"Theme Builder","title_small":"Customize","url":"admin.php?page=elementor-app","is_relative_url":false,"title_small_color":"text.tertiary","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg"},{"title":"Popups","title_small":"Customize","url":"edit.php?post_type=elementor_library&page=popup_templates","is_relative_url":true,"title_small_color":"text.tertiary","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg"},{"title":"Custom Icons","title_small":"Customize","url":"admin.php?page=elementor_custom_icons","is_relative_url":false,"title_small_color":"text.tertiary","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg"},{"title":"Custom Fonts","title_small":"Customize","url":"admin.php?page=elementor_custom_fonts","is_relative_url":true,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg","title_small_color":"text.tertiary"}]},{"license":["pro"],"header":{"title":"Jumpstart your web-creation","description":"These quick actions will get your site airborne with a customized design."},"repeater":[{"title":"Site Settings","title_small":"Customize","url":"","is_relative_url":false,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg"},{"title":"Site Logo","title_small":"Customize","url":"","is_relative_url":false,"tab_id":"settings-site-identity","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg"},{"title":"Global Colors","title_small":"Customize","url":"","is_relative_url":false,"tab_id":"global-colors","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg"},{"title":"Global Fonts","title_small":"Customize","url":"","is_relative_url":false,"tab_id":"global-typography","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg"},{"title":"Theme Builder","title_small":"Customize","url":"admin.php?page=elementor-app","is_relative_url":false,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg"},{"title":"Popups","title_small":"Customize","url":"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup","is_relative_url":true,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg"},{"title":"Custom Icons","title_small":"Customize","url":"admin.php?page=elementor_custom_icons","is_relative_url":false,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg"},{"title":"Custom Fonts","title_small":"Customize","url":"admin.php?page=elementor_custom_fonts","is_relative_url":true,"image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg"}]}],"add_ons":{"header":{"title":"Expand your design toolkit","description":"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity."},"repeater":[{"file_path":"site-mailer\\/site-mailer.php","title":"Site Mailer","url":"","description":"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.","button_label":"Install","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg","type":"wporg"},{"file_path":"image-optimization\\/image-optimization.php","title":"Image Optimizer","url":"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/","description":"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.","button_label":"Install","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg","type":"wporg"},{"title":"Elementor AI","url":"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/","description":"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.","button_label":"Let''s go","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg","type":"link","condition":{"key":"introduction_meta","value":"ai_get_started"}}],"footer":{"label":"Explore more add-ons","file_path":"wp-admin\\/admin.php?page=elementor-apps"}},"sidebar_upgrade":[{"license":["free"],"show":"true","header":{"title":"Cyber Monday Deals!","description":"Don\\u2019t miss our biggest sale of the year! Unlock Elementor Pro\\u2019s top features with exclusive discounts. ","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/cm-sale-banner-2024.svg"},"cta":{"label":"Discounted Upgrades Now!","url":"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg"},"repeater":[{"title":"Popup Builder"},{"title":"Custom Code & CSS"},{"title":"E-commerce Features"},{"title":"Collaborative Notes"},{"title":"Form Submission"},{"title":"Form Integrations"},{"title":"Custom Attributes"},{"title":"Role Manager"}]},{"license":["pro"],"show":"false","header":{"title":"Bring your vision to life","description":"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg"},"cta":{"label":"Upgrade Now","url":"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg"},"repeater":[{"title":"Popup Builder"},{"title":"Custom Code & CSS"},{"title":"E-commerce Features"},{"title":"Collaborative Notes"},{"title":"Form Submission"},{"title":"Form Integrations"},{"title":"Custom Attributes"},{"title":"Role Manager"}]}],"external_links":[{"label":"Help Center","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg","url":"https:\\/\\/elementor.com\\/help\\/"},{"label":"Youtube","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg","url":"https:\\/\\/www.youtube.com\\/@Elementor"},{"label":"Facebook Community","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg","url":"https:\\/\\/www.facebook.com\\/groups\\/Elementors"},{"label":"Blog","image":"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg","url":"https:\\/\\/elementor.com\\/blog\\/"}]}";}', 'off'),
(283, 'finished_updating_comment_type', '1', 'auto'),
(284, 'elementor_connect_site_key', '37ade7d46323afa27c14ca6d6374a0c6', 'auto'),
(285, 'elementor_allow_tracking', 'yes', 'auto'),
(286, 'elementor_tracker_last_send', '1738124141', 'auto'),
(297, 'category_children', 'a:0:{}', 'auto'),
(317, 'elementor_log', 'a:34:{s:32:"f3926008caad789235bd907e6c7a4743";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:109:"/home7/manofexc/thelifestrategiescoach.com/wp-content/plugins/elementor/modules/history/revisions-manager.php";s:7:"\0*\0line";i:363;s:7:"\0*\0date";s:19:"2024-12-05 06:14:19";s:7:"\0*\0type";s:6:"notice";s:10:"\0*\0message";s:31:"Undefined index: editor_post_id";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-05 06:14:19";}s:7:"\0*\0args";a:5:{s:4:"type";s:6:"notice";s:7:"message";s:31:"Undefined index: editor_post_id";s:4:"file";s:109:"/home7/manofexc/thelifestrategiescoach.com/wp-content/plugins/elementor/modules/history/revisions-manager.php";s:4:"line";i:363;s:5:"trace";b:1;}}s:32:"9da100bbe42b4fcee229abd8f53cdc28";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"838648";s:7:"\0*\0file";s:99:"https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.25.10";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2024-12-05 23:17:48";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:115:"undefined is not an object (evaluating &#039;this.store.find((function(T){return T.original===C})).localized&#039;)";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:2;s:14:"\0*\0times_dates";a:2:{i:0;s:19:"2024-12-05 23:17:48";i:1;s:19:"2024-12-05 23:17:48";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1733440668";s:7:"message";s:105:"undefined is not an object (evaluating ''this.store.find((function(T){return T.original===C})).localized'')";s:3:"url";s:99:"https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.25.10";s:4:"line";s:1:"3";s:6:"column";s:6:"838648";}}s:32:"959863ab7896375553163a128f55d9ed";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:4:"7742";s:7:"\0*\0file";s:108:"https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/js/d91e4d7f57d57af2aab9.bundle.min.js";s:7:"\0*\0line";s:1:"2";s:7:"\0*\0date";s:19:"2024-12-06 02:41:53";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:85:"null is not an object (evaluating &#039;elementor.documents.currentDocument.id&#039;)";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-06 02:41:53";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1733452913";s:7:"message";s:75:"null is not an object (evaluating ''elementor.documents.currentDocument.id'')";s:3:"url";s:108:"https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/js/d91e4d7f57d57af2aab9.bundle.min.js";s:4:"line";s:1:"2";s:6:"column";s:4:"7742";}}s:32:"7d05d52ee6b68196cf22037f769a4fea";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:5:"28767";s:7:"\0*\0file";s:127:"https://thelifestrategiescoach.com/wp-admin/load-scripts.php?c=1&amp;loadchunk_0=jquery-core,jquery-migrate,utils&amp;ver=6.7.1";s:7:"\0*\0line";s:1:"2";s:7:"\0*\0date";s:19:"2024-12-06 03:06:52";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:62:"undefined is not an object (evaluating &#039;c[0].value&#039;)";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-06 03:06:52";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1733454412";s:7:"message";s:52:"undefined is not an object (evaluating ''c[0].value'')";s:3:"url";s:127:"https://thelifestrategiescoach.com/wp-admin/load-scripts.php?c=1&amp;loadchunk_0=jquery-core,jquery-migrate,utils&amp;ver=6.7.1";s:4:"line";s:1:"2";s:6:"column";s:5:"28767";}}s:32:"31d39554559d086237121bef8226b8d4";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:5:"12920";s:7:"\0*\0file";s:109:"https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.25.10";s:7:"\0*\0line";s:1:"2";s:7:"\0*\0date";s:19:"2024-12-06 06:44:13";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:64:"undefined is not an object (evaluating &#039;e.attributes&#039;)";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:2;s:14:"\0*\0times_dates";a:2:{i:0;s:19:"2024-12-06 06:44:13";i:1;s:19:"2024-12-06 07:19:49";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1733467453";s:7:"message";s:54:"undefined is not an object (evaluating ''e.attributes'')";s:3:"url";s:109:"https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.25.10";s:4:"line";s:1:"2";s:6:"column";s:5:"12920";}}s:32:"ff0364bfe03f9af6f02794f1690021af";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:97:"/home7/manofexc/thelifestrategiescoach.com/wp-content/plugins/elementor/modules/ai/connect/ai.php";s:7:"\0*\0line";i:117;s:7:"\0*\0date";s:19:"2024-12-06 07:22:49";s:7:"\0*\0type";s:6:"notice";s:10:"\0*\0message";s:26:"Array to string conversion";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-06 07:22:49";}s:7:"\0*\0args";a:5:{s:4:"type";s:6:"notice";s:7:"message";s:26:"Array to string conversion";s:4:"file";s:97:"/home7/manofexc/thelifestrategiescoach.com/wp-content/plugins/elementor/modules/ai/connect/ai.php";s:4:"line";i:117;s:5:"trace";b:1;}}s:32:"4f52f802cc0e6783edd2f35a6f853998";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:93:"/home7/manofexc/thelifestrategiescoach.com/wp-content/plugins/elementor/modules/ai/module.php";s:7:"\0*\0line";i:850;s:7:"\0*\0date";s:19:"2024-12-06 07:23:05";s:7:"\0*\0type";s:6:"notice";s:10:"\0*\0message";s:23:"Undefined index: prompt";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-06 07:23:05";}s:7:"\0*\0args";a:5:{s:4:"type";s:6:"notice";s:7:"message";s:23:"Undefined index: prompt";s:4:"file";s:93:"/home7/manofexc/thelifestrategiescoach.com/wp-content/plugins/elementor/modules/ai/module.php";s:4:"line";i:850;s:5:"trace";b:1;}}s:32:"6a279ea6f8597f744b418076aa11d453";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-12-10 15:58:09";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:7:"3.25.10";s:2:"to";s:7:"3.25.11";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-10 15:58:09";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:7:"3.25.10";s:2:"to";s:7:"3.25.11";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"5cc3b8432c59a149b90ecde2d6952c4d";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-12-10 16:00:16";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-10 16:00:16";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"603fb8053771c698bfafe12933783a1b";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-12-10 16:00:16";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-10 16:00:16";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"07293aeec1b5e4bc811932e4af92928d";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-12-10 16:00:17";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-10 16:00:17";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"f85e1b2aef6c9dedbf049a026d297c45";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-12-10 16:00:17";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:7:"3.25.10";s:2:"to";s:7:"3.25.11";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-10 16:00:17";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:7:"3.25.10";s:2:"to";s:7:"3.25.11";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"6faa5206dc8ec7061fb27f82f7b2778b";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-12-16 17:58:56";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:7:"3.25.11";s:2:"to";s:6:"3.26.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-16 17:58:56";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:7:"3.25.11";s:2:"to";s:6:"3.26.0";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"1424041919005d965091f05219271d5a";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-12-17 04:05:18";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.25.4";s:2:"to";s:6:"3.26.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-12-17 04:05:18";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.25.4";s:2:"to";s:6:"3.26.0";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"04fc97badfa5e9e3b18b08af61eb250d";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:46";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"elementor-pro::elementor_pro_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:46";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"elementor-pro::elementor_pro_updater Started";s:4:"type";s:4:"info";}}s:32:"4d07662600cccd422fd6f332723793cf";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:46";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:46";}s:7:"\0*\0args";a:2:{s:7:"message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"24a9e34cfdb187fd3da21d090d6c7f18";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:46";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:46";}s:7:"\0*\0args";a:2:{s:7:"message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"39c5015cb4c8999152af161f7874d575";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:46";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.25.4";s:2:"to";s:6:"3.27.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:46";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.25.4";s:2:"to";s:6:"3.27.0";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"0d625436cf9b125e01c7843eecc4f129";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:48";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:48";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"7605085d5850bba21d4ac079c2fa9f49";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:48";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:48";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"ae772eee83836fec3f2f95396348f8ee";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:48";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:48";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"4b821b05e65f2f032a1809ce85aae9ef";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:48";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:37:"Elementor/Upgrades - _v_3_26_0 Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:48";}s:7:"\0*\0args";a:2:{s:7:"message";s:37:"Elementor/Upgrades - _v_3_26_0 Start ";s:4:"type";s:4:"info";}}s:32:"49df9f01cb5183b00620a12b4fba9780";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:48";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:39:"Elementor/Upgrades - _v_3_26_0 Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:48";}s:7:"\0*\0args";a:2:{s:7:"message";s:39:"Elementor/Upgrades - _v_3_26_0 Finished";s:4:"type";s:4:"info";}}s:32:"6e8cb08cc542508bb9feab1e3d9a23cb";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-24 17:00:48";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:7:"3.25.11";s:2:"to";s:6:"3.27.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-24 17:00:48";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:7:"3.25.11";s:2:"to";s:6:"3.27.1";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"d555c62ab871fd6ffae496c16b453dfd";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:17";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.27.1";s:2:"to";s:6:"3.27.2";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:17";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.27.1";s:2:"to";s:6:"3.27.2";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"713ee8f1aeff8f8ae1a56b8d4f2e4b48";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:26";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.27.0";s:2:"to";s:6:"3.27.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:26";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.27.0";s:2:"to";s:6:"3.27.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"aa43ec92eabea03fba6a7aaea452e070";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:53";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:53";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"05ed24b74a934b6074e528ca1c27963e";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:53";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:53";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"04dbf0756e30dd0ef1bb2327a70ec78a";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:54";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:54";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"3dc6cd1368257403dad5d2d5ed3ba752";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:54";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.27.1";s:2:"to";s:6:"3.27.2";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:54";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.27.1";s:2:"to";s:6:"3.27.2";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"e29286669a598732adcf81259f4f3f05";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:54";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"elementor-pro::elementor_pro_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:54";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"elementor-pro::elementor_pro_updater Started";s:4:"type";s:4:"info";}}s:32:"8bb3060c124ece35b4c6e1a4cd9ca935";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:54";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:54";}s:7:"\0*\0args";a:2:{s:7:"message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"ce7718ad3656087c8d9550a0c75d7f0a";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:54";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:54";}s:7:"\0*\0args";a:2:{s:7:"message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"e6afcaee30719b956416e04eebe4a6cd";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2025-01-28 03:53:54";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.27.0";s:2:"to";s:6:"3.27.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2025-01-28 03:53:54";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.27.0";s:2:"to";s:6:"3.27.1";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}}', 'off');
INSERT INTO `FDQBA_options` VALUES
(332, 'cmplz_synced_cookiedatabase_once', '1', 'auto'),
(333, 'cmplz_last_cookie_scan', '1733380345', 'auto'),
(336, 'cmplz_detected_social_media', 'a:0:{}', 'auto'),
(337, 'cmplz_detected_thirdparty_services', 'a:0:{}', 'auto'),
(338, 'cmplz_detected_stats', 'a:0:{}', 'auto'),
(340, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(341, 'recently_activated', 'a:0:{}', 'off'),
(342, 'site_logo', '9', 'auto'),
(384, 'cmplz_excluded_posts_array', 'a:0:{}', 'auto'),
(388, 'auto_update_plugins', 'a:6:{i:0;s:23:"elementor/elementor.php";i:1;s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";i:2;s:41:"image-optimization/image-optimization.php";i:4;s:31:"elementor-pro/elementor-pro.php";i:8;s:26:"burst-statistics/burst.php";i:10;s:27:"wp-optimize/wp-optimize.php";}', 'off'),
(398, 'elementor_pro_version', '3.27.1', 'auto'),
(399, 'elementor_pro_install_history', 'a:3:{s:6:"3.25.4";i:1733382403;s:6:"3.27.0";i:1737738046;s:6:"3.27.1";i:1738036434;}', 'auto'),
(400, 'widget_elementor-library', 'a:1:{s:12:"_multiwidget";i:1;}', 'auto'),
(401, '_elementor_pro_installed_time', '1733382403', 'auto'),
(402, 'elementor_submissions_db_version', '5', 'auto'),
(403, 'elementor_pro_license_key', 'd2e458407803ed3398fe55457509ffcd', 'auto'),
(404, '_elementor_pro_license_v2_data_fallback', 'a:2:{s:7:"timeout";i:1738327291;s:5:"value";s:2718:"{"expires":"2025-03-03 00:00:00","subscription_id":"9066850","status":"ACTIVE","recurring":true,"features":["activity-log","breadcrumbs","form","posts","template","countdown","slides","price-list","portfolio","flip-box","price-table","login","share-buttons","theme-post-content","theme-post-title","nav-menu","blockquote","media-carousel","animated-headline","facebook-comments","facebook-embed","facebook-page","facebook-button","testimonial-carousel","post-navigation","search-form","post-comments","author-box","call-to-action","post-info","theme-site-logo","theme-site-title","theme-archive-title","theme-post-excerpt","theme-post-featured-image","archive-posts","theme-page-title","sitemap","reviews","table-of-contents","lottie","code-highlight","hotspot","video-playlist","progress-tracker","section-effects","sticky","scroll-snap","page-transitions","mega-menu","nested-carousel","loop-grid","loop-carousel","theme-builder","elementor_icons","elementor_custom_fonts","dynamic-tags","taxonomy-filter","email","email2","mailpoet","mailpoet3","redirect","header","footer","single-post","single-page","archive","search-results","error-404","loop-item","font-awesome-pro","typekit","gallery","off-canvas","link-in-bio-var-2","link-in-bio-var-3","link-in-bio-var-4","link-in-bio-var-5","link-in-bio-var-6","link-in-bio-var-7","search","element-manager-permissions","akismet","display-conditions","woocommerce-products","wc-products","woocommerce-product-add-to-cart","wc-elements","wc-categories","woocommerce-product-price","woocommerce-product-title","woocommerce-product-images","woocommerce-product-upsell","woocommerce-product-short-description","woocommerce-product-meta","woocommerce-product-stock","woocommerce-product-rating","wc-add-to-cart","dynamic-tags-wc","woocommerce-product-data-tabs","woocommerce-product-related","woocommerce-breadcrumb","wc-archive-products","woocommerce-archive-products","woocommerce-product-additional-information","woocommerce-menu-cart","woocommerce-product-content","woocommerce-archive-description","paypal-button","woocommerce-checkout-page","woocommerce-cart","woocommerce-my-account","woocommerce-purchase-summary","woocommerce-notices","settings-woocommerce-pages","settings-woocommerce-notices","popup","custom-css","global-css","custom_code","custom-attributes","form-submissions","form-integrations","dynamic-tags-acf","dynamic-tags-pods","dynamic-tags-toolset","editor_comments","stripe-button","role-manager","global-widget","activecampaign","cf7db","convertkit","discord","drip","getresponse","mailchimp","mailerlite","slack","webhook","product-single","product-archive","wc-single-elements"],"tier":"expert","generation":"empty","activated":true,"success":true}";}', 'off'),
(405, '_elementor_pro_license_v2_data', 'a:2:{s:7:"timeout";i:1738284091;s:5:"value";s:2718:"{"expires":"2025-03-03 00:00:00","subscription_id":"9066850","status":"ACTIVE","recurring":true,"features":["activity-log","breadcrumbs","form","posts","template","countdown","slides","price-list","portfolio","flip-box","price-table","login","share-buttons","theme-post-content","theme-post-title","nav-menu","blockquote","media-carousel","animated-headline","facebook-comments","facebook-embed","facebook-page","facebook-button","testimonial-carousel","post-navigation","search-form","post-comments","author-box","call-to-action","post-info","theme-site-logo","theme-site-title","theme-archive-title","theme-post-excerpt","theme-post-featured-image","archive-posts","theme-page-title","sitemap","reviews","table-of-contents","lottie","code-highlight","hotspot","video-playlist","progress-tracker","section-effects","sticky","scroll-snap","page-transitions","mega-menu","nested-carousel","loop-grid","loop-carousel","theme-builder","elementor_icons","elementor_custom_fonts","dynamic-tags","taxonomy-filter","email","email2","mailpoet","mailpoet3","redirect","header","footer","single-post","single-page","archive","search-results","error-404","loop-item","font-awesome-pro","typekit","gallery","off-canvas","link-in-bio-var-2","link-in-bio-var-3","link-in-bio-var-4","link-in-bio-var-5","link-in-bio-var-6","link-in-bio-var-7","search","element-manager-permissions","akismet","display-conditions","woocommerce-products","wc-products","woocommerce-product-add-to-cart","wc-elements","wc-categories","woocommerce-product-price","woocommerce-product-title","woocommerce-product-images","woocommerce-product-upsell","woocommerce-product-short-description","woocommerce-product-meta","woocommerce-product-stock","woocommerce-product-rating","wc-add-to-cart","dynamic-tags-wc","woocommerce-product-data-tabs","woocommerce-product-related","woocommerce-breadcrumb","wc-archive-products","woocommerce-archive-products","woocommerce-product-additional-information","woocommerce-menu-cart","woocommerce-product-content","woocommerce-archive-description","paypal-button","woocommerce-checkout-page","woocommerce-cart","woocommerce-my-account","woocommerce-purchase-summary","woocommerce-notices","settings-woocommerce-pages","settings-woocommerce-notices","popup","custom-css","global-css","custom_code","custom-attributes","form-submissions","form-integrations","dynamic-tags-acf","dynamic-tags-pods","dynamic-tags-toolset","editor_comments","stripe-button","role-manager","global-widget","activecampaign","cf7db","convertkit","discord","drip","getresponse","mailchimp","mailerlite","slack","webhook","product-single","product-archive","wc-single-elements"],"tier":"expert","generation":"empty","activated":true,"success":true}";}', 'off'),
(406, 'elementor_notes_db_version', '5', 'auto'),
(407, '_elementor_pro_api_requests_lock', 'a:2:{s:16:"get_license_data";i:1738240890;s:11:"get_version";i:1738042136;}', 'auto'),
(408, 'elementor_fonts_manager_font_types', 'a:0:{}', 'auto'),
(409, 'elementor_fonts_manager_fonts', 'a:0:{}', 'auto'),
(410, 'elementor_custom_icon_sets_config', 'a:0:{}', 'auto'),
(412, '_transient_timeout__elementor_ab_test_plg_site_mailer_submission', '1741158461', 'off'),
(413, '_transient__elementor_ab_test_plg_site_mailer_submission', '2', 'off'),
(474, 'rsssl_vulnerability_mail_sent_for', 'a:0:{}', 'off'),
(488, 'rsssl_404_cache', 'a:63:{s:13:"51.159.103.22";a:3:{i:3;i:1733648766;i:4;i:1733648767;i:5;i:1733648768;}s:15:"169.150.197.131";a:2:{i:1;i:1733513830;i:2;i:1733513830;}s:14:"198.44.138.154";a:1:{i:0;i:1733513658;}s:13:"213.159.10.42";a:1:{i:0;i:1733518544;}s:14:"176.53.221.235";a:1:{i:0;i:1733535340;}s:11:"45.90.62.79";a:3:{i:4;i:1733535349;i:5;i:1733535351;i:6;i:1733535353;}s:15:"157.245.108.123";a:1:{i:11;i:1733554812;}s:14:"209.141.59.132";a:1:{i:0;i:1733558773;}s:13:"62.210.90.212";a:3:{i:0;i:1733562987;i:1;i:1733562988;i:2;i:1733562989;}s:14:"195.208.95.154";a:1:{i:0;i:1733573001;}s:13:"45.146.24.146";a:1:{i:0;i:1733573001;}s:14:"176.53.223.144";a:3:{i:49;i:1733576572;i:50;i:1733576573;i:51;i:1733576575;}s:15:"144.217.135.202";a:4:{i:0;i:1733584861;i:1;i:1733584863;i:2;i:1733584864;i:3;i:1733584865;}s:13:"176.53.219.39";a:1:{i:0;i:1733620643;}s:13:"176.53.220.32";a:3:{i:4;i:1733620653;i:5;i:1733620654;i:6;i:1733620656;}s:14:"134.209.84.192";a:1:{i:0;i:1733650690;}s:13:"159.203.179.7";a:1:{i:0;i:1733653566;}s:15:"165.232.180.183";a:1:{i:0;i:1733656111;}s:14:"176.103.90.154";a:1:{i:0;i:1733659682;}s:12:"45.131.47.49";a:1:{i:0;i:1733659682;}s:14:"89.104.110.150";a:1:{i:1;i:1733707229;}s:11:"45.90.61.10";a:1:{i:0;i:1733663564;}s:15:"154.223.139.253";a:2:{i:39;i:1733663650;i:40;i:1733663652;}s:14:"176.53.216.214";a:1:{i:0;i:1733663666;}s:15:"154.223.139.242";a:4:{i:2;i:1733663673;i:3;i:1733663674;i:4;i:1733663676;i:5;i:1733663677;}s:13:"176.53.216.45";a:1:{i:0;i:1733663697;}s:14:"89.104.100.207";a:1:{i:0;i:1733663734;}s:14:"89.104.101.192";a:3:{i:4;i:1733707239;i:5;i:1733707240;i:6;i:1733707242;}s:15:"106.219.162.130";a:1:{i:0;i:1733737842;}s:12:"45.90.62.187";a:1:{i:0;i:1733742032;}s:13:"176.53.219.15";a:3:{i:50;i:1733742121;i:51;i:1733742122;i:52;i:1733742124;}s:14:"89.104.111.210";a:1:{i:0;i:1733793914;}s:14:"89.104.101.254";a:4:{i:3;i:1733793922;i:4;i:1733793923;i:5;i:1733793925;i:6;i:1733793926;}s:12:"79.142.79.74";a:1:{i:1;i:1733806463;}s:15:"217.138.255.188";a:1:{i:0;i:1733806184;}s:14:"89.104.110.147";a:1:{i:0;i:1733878033;}s:12:"176.53.221.1";a:3:{i:4;i:1733878042;i:5;i:1733878044;i:6;i:1733878046;}s:13:"62.210.90.209";a:3:{i:0;i:1734167603;i:1;i:1734167604;i:2;i:1734167605;}s:13:"178.128.57.43";a:1:{i:0;i:1734610146;}s:13:"68.183.86.236";a:1:{i:0;i:1734839644;}s:13:"143.198.67.88";a:1:{i:0;i:1734855942;}s:13:"31.171.130.88";a:1:{i:0;i:1735854440;}s:14:"172.233.84.119";a:3:{i:0;i:1735945927;i:1;i:1735945929;i:2;i:1735945930;}s:14:"206.189.60.218";a:1:{i:0;i:1736068010;}s:14:"178.62.113.231";a:1:{i:0;i:1736079397;}s:13:"35.237.128.45";a:1:{i:0;i:1736137806;}s:14:"149.56.150.115";a:4:{i:0;i:1736194433;i:1;i:1736194435;i:2;i:1736194436;i:3;i:1736194437;}s:14:"34.155.153.172";a:3:{i:9;i:1736364232;i:10;i:1736364234;i:11;i:1736364235;}s:13:"64.233.173.39";a:1:{i:0;i:1736429379;}s:13:"35.247.174.26";a:1:{i:0;i:1736430806;}s:12:"5.161.99.209";a:1:{i:2;i:1736535419;}s:15:"128.199.153.155";a:1:{i:0;i:1736829296;}s:13:"66.249.88.229";a:1:{i:0;i:1736970818;}s:14:"185.220.101.18";a:1:{i:0;i:1737004706;}s:13:"34.46.202.243";a:1:{i:0;i:1737016218;}s:14:"159.65.234.117";a:1:{i:0;i:1737263560;}s:13:"159.65.146.83";a:1:{i:0;i:1737283767;}s:13:"212.30.36.153";a:1:{i:0;i:1737431290;}s:14:"123.174.138.35";a:1:{i:0;i:1737658887;}s:14:"69.129.148.232";a:2:{i:4;i:1738101624;i:5;i:1738101624;}s:13:"66.111.117.62";a:3:{i:0;i:1737737821;i:1;i:1737737821;i:2;i:1737737822;}s:13:"92.255.57.103";a:1:{i:0;i:1737761117;}s:14:"152.42.164.221";a:1:{i:0;i:1737990039;}}', 'off'),
(695, 'elementor_pro_theme_builder_conditions', 'a:2:{s:6:"footer";a:1:{i:97;a:1:{i:0;s:15:"include/general";}}s:6:"header";a:1:{i:95;a:1:{i:0;s:15:"include/general";}}}', 'auto'),
(699, 'current_theme', 'Hello Elementor', 'auto'),
(700, 'theme_mods_hello-elementor', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:6:"menu-1";i:7;}s:18:"custom_css_post_id";i:-1;}', 'on'),
(701, 'theme_switched', '', 'auto'),
(702, 'hello_theme_version', '3.1.1', 'auto'),
(717, '_transient_health-check-site-status-result', '{"good":20,"recommended":6,"critical":1}', 'on'),
(830, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'off'),
(989, 'rsssl_mixed_content_scan_dismissed', '1', 'off'),
(995, 'rsssl_elementor_dismissed', '1', 'off'),
(996, 'rsssl_email_verification_not_verified_dismissed', '1', 'off'),
(1001, 'burst_activation_time', '1733513878', 'off'),
(1004, 'burst_sessions_db_version', '1.7.3', 'off'),
(1005, 'burst_goals_db_version', '1.7.3', 'off'),
(1006, 'burst_stats_db_version', '1.7.3', 'off'),
(1007, 'burst_goal_stats_db_version', '1.7.3', 'off'),
(1008, 'burst-current-version', '1.7.3', 'off'),
(1010, 'burst_tracking_status', 'beacon', 'on'),
(1013, 'burst_options_settings', 'a:2:{s:19:"user_role_blocklist";a:1:{i:0;s:13:"administrator";}s:25:"email_reports_mailinglist";a:1:{i:0;a:2:{s:5:"email";s:32:"admin@thelifestrategiescoach.com";s:9:"frequency";s:7:"monthly";}}}', 'auto'),
(1026, 'wp-optimize-installed-for', '1733514031', 'auto'),
(1027, 'wp-optimize-newly-activated', '1', 'auto'),
(1028, 'wp-optimize-schedule', 'false', 'auto'),
(1029, 'wp-optimize-last-optimized', 'Never', 'auto'),
(1030, 'wp-optimize-schedule-type', 'wpo_weekly', 'auto'),
(1031, 'wp-optimize-retention-enabled', 'false', 'auto'),
(1032, 'wp-optimize-retention-period', '2', 'auto'),
(1033, 'wp-optimize-enable-admin-menu', 'false', 'auto'),
(1034, 'wp-optimize-total-cleaned', '0', 'auto'),
(1035, 'wp-optimize-auto', 'a:8:{s:9:"revisions";s:4:"true";s:8:"usermeta";s:5:"false";s:9:"transient";s:5:"false";s:8:"optimize";s:5:"false";s:5:"trash";s:4:"true";s:10:"unapproved";s:5:"false";s:5:"spams";s:4:"true";s:6:"drafts";s:4:"true";}', 'auto'),
(1036, 'wp-optimize-settings', 'a:17:{s:14:"user-revisions";s:4:"true";s:14:"user-pingbacks";s:5:"false";s:19:"user-orphanedtables";s:4:"true";s:16:"user-commentmeta";s:5:"false";s:13:"user-usermeta";s:5:"false";s:14:"user-transient";s:5:"false";s:15:"user-orphandata";s:5:"false";s:16:"user-attachments";s:5:"false";s:13:"user-optimize";s:4:"true";s:10:"user-trash";s:4:"true";s:15:"user-trackbacks";s:5:"false";s:15:"user-unapproved";s:4:"true";s:10:"user-spams";s:4:"true";s:11:"user-drafts";s:4:"true";s:13:"user-postmeta";s:5:"false";s:17:"user-repairtables";s:4:"true";s:13:"last_saved_in";s:5:"3.7.1";}', 'auto'),
(1037, 'wpo_minify_config', 'a:56:{s:5:"debug";b:0;s:19:"enabled_css_preload";b:0;s:18:"enabled_js_preload";b:0;s:11:"hpreconnect";s:0:"";s:8:"hpreload";s:0:"";s:7:"loadcss";b:0;s:10:"remove_css";b:0;s:17:"critical_path_css";s:0:"";s:31:"critical_path_css_is_front_page";s:0:"";s:30:"preserve_settings_on_uninstall";b:1;s:22:"disable_when_logged_in";b:0;s:16:"default_protocol";s:7:"dynamic";s:17:"html_minification";b:1;s:16:"clean_header_one";b:0;s:13:"emoji_removal";b:1;s:18:"merge_google_fonts";b:1;s:19:"enable_display_swap";b:1;s:18:"remove_googlefonts";b:0;s:31:"disable_google_fonts_processing";b:0;s:13:"gfonts_method";s:7:"inherit";s:15:"fawesome_method";s:7:"inherit";s:10:"enable_css";b:1;s:23:"enable_css_minification";b:1;s:21:"enable_merging_of_css";b:1;s:23:"remove_print_mediatypes";b:0;s:10:"inline_css";b:0;s:9:"enable_js";b:1;s:22:"enable_js_minification";b:1;s:20:"enable_merging_of_js";b:1;s:15:"enable_defer_js";s:10:"individual";s:13:"defer_js_type";s:5:"defer";s:12:"defer_jquery";b:1;s:18:"enable_js_trycatch";b:0;s:19:"exclude_defer_login";b:1;s:7:"cdn_url";s:0:"";s:9:"cdn_force";b:0;s:9:"async_css";s:0:"";s:8:"async_js";s:0:"";s:24:"disable_css_inline_merge";b:1;s:6:"ualist";a:5:{i:0;s:9:"Googlebot";i:1;s:17:"Chrome-Lighthouse";i:2;s:8:"GTmetrix";i:3;s:14:"HeadlessChrome";i:4;s:7:"Pingdom";}s:32:"exclude_js_from_page_speed_tools";b:0;s:33:"exclude_css_from_page_speed_tools";b:0;s:9:"blacklist";a:0:{}s:11:"ignore_list";a:0:{}s:10:"exclude_js";s:0:"";s:11:"exclude_css";s:0:"";s:23:"edit_default_exclutions";b:0;s:18:"merge_allowed_urls";s:0:"";s:7:"enabled";b:0;s:17:"last-cache-update";i:1738094461;s:14:"plugin_version";s:5:"0.0.0";s:14:"cache_lifespan";i:30;s:25:"merge_inline_extra_css_js";b:1;s:16:"enable_analytics";b:0;s:16:"analytics_method";s:6:"gtagv4";s:11:"tracking_id";s:0:"";}', 'auto'),
(1038, 'updraft_task_manager_plugins', 'a:1:{i:0;s:27:"wp-optimize/wp-optimize.php";}', 'auto'),
(1039, 'updraft_task_manager_dbversion', '1.1', 'auto'),
(1040, 'wp-optimize-compression_server', 'resmushit', 'auto'),
(1041, 'wp-optimize-image_quality', '92', 'auto'),
(1042, 'wp-optimize-back_up_original', '1', 'auto'),
(1043, 'wp-optimize-back_up_delete_after', '1', 'auto'),
(1044, 'wp-optimize-back_up_delete_after_days', '50', 'auto'),
(1045, 'wpo_update_version', '3.8.0', 'auto'),
(1055, 'wpo_cache_config', 'a:26:{s:19:"enable_page_caching";b:0;s:23:"page_cache_length_value";i:24;s:22:"page_cache_length_unit";s:5:"hours";s:17:"page_cache_length";i:86400;s:32:"cache_exception_conditional_tags";a:0:{}s:20:"cache_exception_urls";a:0:{}s:23:"cache_exception_cookies";a:0:{}s:30:"cache_exception_browser_agents";a:0:{}s:22:"enable_sitemap_preload";b:0;s:23:"enable_schedule_preload";b:0;s:21:"preload_schedule_type";s:0:"";s:21:"enable_mobile_caching";b:0;s:19:"enable_user_caching";b:0;s:8:"site_url";s:35:"https://thelifestrategiescoach.com/";s:24:"enable_cache_per_country";b:0;s:27:"enable_cache_aelia_currency";b:0;s:19:"permalink_structure";s:12:"/%postname%/";s:7:"uploads";s:61:"/home7/manofexc/thelifestrategiescoach.com/wp-content/uploads";s:10:"gmt_offset";s:1:"0";s:15:"timezone_string";s:0:"";s:11:"date_format";s:6:"F j, Y";s:11:"time_format";s:5:"g:i a";s:15:"use_webp_images";b:0;s:28:"auto_preload_purged_contents";b:1;s:17:"wpo_cache_cookies";a:0:{}s:25:"wpo_cache_query_variables";a:0:{}}', 'auto'),
(1056, 'wp-optimize-install-or-update-notice-show-time', '1733514186', 'auto'),
(1058, 'updraft_lock_wpo_page_cache_preloader_creating_tasks', '0', 'no'),
(1059, 'wp-optimize-is_gzip_compression_enabled', 'gzip', 'auto'),
(1060, 'updraft_lock_wpo_minify_preloader_creating_tasks', '0', 'no'),
(1063, 'wp-optimize-corrupted-tables-count', '0', 'auto'),
(1551, 'burst_last_report_sent', '1737979610', 'off'),
(2747, 'rsssl_previous_version', '9.1.4', 'off'),
(7793, '_site_transient_timeout_browser_4c998e5f5ff75020ed6dad16881af41d', '1738342588', 'off'),
(7794, '_site_transient_browser_4c998e5f5ff75020ed6dad16881af41d', 'a:10:{s:4:"name";s:6:"Safari";s:7:"version";s:4:"17.6";s:8:"platform";s:9:"Macintosh";s:10:"update_url";s:29:"https://www.apple.com/safari/";s:7:"img_src";s:43:"http://s.w.org/images/browsers/safari.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/safari.png?1";s:15:"current_version";s:2:"11";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'off'),
(7795, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1738342588', 'off'),
(7796, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:6:"7.2.24";s:12:"is_supported";b:1;s:9:"is_secure";b:1;s:13:"is_acceptable";b:1;}', 'off'),
(7818, '_site_transient_timeout_browser_7bfe15136492d301e4cb923ce03d8e14', '1738342773', 'off'),
(7819, '_site_transient_browser_7bfe15136492d301e4cb923ce03d8e14', 'a:10:{s:4:"name";s:6:"Safari";s:7:"version";s:4:"18.2";s:8:"platform";s:9:"Macintosh";s:10:"update_url";s:29:"https://www.apple.com/safari/";s:7:"img_src";s:43:"http://s.w.org/images/browsers/safari.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/safari.png?1";s:15:"current_version";s:2:"11";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'off'),
(8230, '_transient_timeout_rsssl_can_use_curl_headers_check', '1738609804', 'off'),
(8231, '_transient_rsssl_can_use_curl_headers_check', 'a:6:{i:0;s:25:"Upgrade Insecure Requests";i:1;s:16:"X-XSS protection";i:2;s:22:"X-Content Type Options";i:3;s:15:"Referrer-Policy";i:4;s:18:"Permissions-Policy";i:5;s:30:"HTTP Strict Transport Security";}', 'off'),
(8239, 'e_editor_counter', '8', 'auto'),
(8258, '_transient_timeout_elementor_image_optimization_campaign', '1740598475', 'off'),
(8259, '_transient_elementor_image_optimization_campaign', 'a:3:{s:6:"source";s:23:"io-editor-image-install";s:8:"campaign";s:6:"io-plg";s:6:"medium";s:7:"wp-dash";}', 'off'),
(8275, 'elementor_library_category_children', 'a:0:{}', 'auto'),
(8426, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1738252470;s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:6:{s:26:"burst-statistics/burst.php";O:8:"stdClass":10:{s:2:"id";s:30:"w.org/plugins/burst-statistics";s:4:"slug";s:16:"burst-statistics";s:6:"plugin";s:26:"burst-statistics/burst.php";s:11:"new_version";s:5:"1.7.4";s:3:"url";s:47:"https://wordpress.org/plugins/burst-statistics/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/burst-statistics.1.7.4.zip";s:5:"icons";a:2:{s:2:"2x";s:69:"https://ps.w.org/burst-statistics/assets/icon-256x256.png?rev=2672964";s:2:"1x";s:69:"https://ps.w.org/burst-statistics/assets/icon-128x128.png?rev=2672964";}s:7:"banners";a:2:{s:2:"2x";s:72:"https://ps.w.org/burst-statistics/assets/banner-1544x500.png?rev=2672964";s:2:"1x";s:71:"https://ps.w.org/burst-statistics/assets/banner-772x250.png?rev=2672964";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.8";}s:23:"elementor/elementor.php";O:8:"stdClass":10:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:6:"3.27.2";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip";s:5:"icons";a:2:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597";s:2:"1x";s:62:"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.3";}s:41:"image-optimization/image-optimization.php";O:8:"stdClass":10:{s:2:"id";s:32:"w.org/plugins/image-optimization";s:4:"slug";s:18:"image-optimization";s:6:"plugin";s:41:"image-optimization/image-optimization.php";s:11:"new_version";s:5:"1.6.3";s:3:"url";s:49:"https://wordpress.org/plugins/image-optimization/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/image-optimization.1.6.3.zip";s:5:"icons";a:2:{s:2:"1x";s:63:"https://ps.w.org/image-optimization/assets/icon.svg?rev=3018827";s:3:"svg";s:63:"https://ps.w.org/image-optimization/assets/icon.svg?rev=3018827";}s:7:"banners";a:2:{s:2:"2x";s:74:"https://ps.w.org/image-optimization/assets/banner-1544x500.png?rev=3018769";s:2:"1x";s:73:"https://ps.w.org/image-optimization/assets/banner-772x250.png?rev=3018769";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.2";}s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";O:8:"stdClass":10:{s:2:"id";s:31:"w.org/plugins/really-simple-ssl";s:4:"slug";s:17:"really-simple-ssl";s:6:"plugin";s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";s:11:"new_version";s:5:"9.2.0";s:3:"url";s:48:"https://wordpress.org/plugins/really-simple-ssl/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/really-simple-ssl.9.2.0.zip";s:5:"icons";a:2:{s:2:"2x";s:70:"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720";s:2:"1x";s:70:"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720";}s:7:"banners";a:2:{s:2:"2x";s:73:"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=3100992";s:2:"1x";s:72:"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=3100992";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.9";}s:27:"wp-optimize/wp-optimize.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/wp-optimize";s:4:"slug";s:11:"wp-optimize";s:6:"plugin";s:27:"wp-optimize/wp-optimize.php";s:11:"new_version";s:5:"3.8.0";s:3:"url";s:42:"https://wordpress.org/plugins/wp-optimize/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/wp-optimize.3.8.0.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899";s:2:"1x";s:64:"https://ps.w.org/wp-optimize/assets/icon-128x128.png?rev=1552899";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/wp-optimize/assets/banner-1544x500.png?rev=2125385";s:2:"1x";s:66:"https://ps.w.org/wp-optimize/assets/banner-772x250.png?rev=2125385";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.5";}s:31:"elementor-pro/elementor-pro.php";O:8:"stdClass":17:{s:14:"stable_version";s:6:"3.27.1";s:12:"last_updated";s:19:"2025-01-07 13:04:40";s:11:"new_version";s:6:"3.27.1";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"5.0";s:6:"tested";s:5:"6.7.1";s:18:"elementor_requires";s:5:"3.0.1";s:7:"package";s:371:"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZDJlNDU4NDA3ODAzZWQzMzk4ZmU1NTQ1NzUwOWZmY2QiLCJ1cmwiOiJodHRwczovL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTczODA0MjEzNywiZXhwIjoxNzM4MTI4NTM3fQ.P0ZP5LqfdicQ-3w7aCwAKQy8pZ5RArWZwn33m6qD3-I/package_download";s:13:"download_link";s:371:"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZDJlNDU4NDA3ODAzZWQzMzk4ZmU1NTQ1NzUwOWZmY2QiLCJ1cmwiOiJodHRwczovL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTczODA0MjEzNywiZXhwIjoxNzM4MTI4NTM3fQ.P0ZP5LqfdicQ-3w7aCwAKQy8pZ5RArWZwn33m6qD3-I/package_download";s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:5:"icons";a:1:{s:3:"svg";s:75:"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg";}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:12:{s:11:"new_version";s:5:"3.7.0";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"5.0";s:6:"tested";s:5:"6.7.1";s:18:"elementor_requires";s:5:"3.0.1";s:7:"package";s:347:"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZDJlNDU4NDA3ODAzZWQzMzk4ZmU1NTQ1NzUwOWZmY2QiLCJ2ZXJzaW9uIjoiMy43LjAiLCJ1cmwiOiJodHRwczovL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tIiwiaWF0IjoxNzM4MDQyMTM3LCJleHAiOjE3MzgxMjg1Mzd9.1hChZ_hQDlFlugFi-ii5jlCs0OJG0G16kHaLdQZwBMQ/previous_download";s:13:"download_link";s:347:"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZDJlNDU4NDA3ODAzZWQzMzk4ZmU1NTQ1NzUwOWZmY2QiLCJ2ZXJzaW9uIjoiMy43LjAiLCJ1cmwiOiJodHRwczovL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tIiwiaWF0IjoxNzM4MDQyMTM3LCJleHAiOjE3MzgxMjg1Mzd9.1hChZ_hQDlFlugFi-ii5jlCs0OJG0G16kHaLdQZwBMQ/previous_download";s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:5:"icons";a:1:{s:3:"svg";s:75:"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg";}}s:10:"conditions";a:1:{i:0;a:1:{i:0;a:3:{s:4:"type";s:8:"language";s:9:"languages";a:27:{i:0;s:5:"he_IL";i:1;s:5:"nl_NL";i:2;s:5:"en_GB";i:3;s:5:"en_NZ";i:4;s:5:"en_ZA";i:5;s:5:"en_AU";i:6;s:5:"en_CA";i:7;s:5:"sv_SE";i:8;s:5:"da_DK";i:9;s:5:"fr_FR";i:10;s:5:"nl_NL";i:11;s:5:"nb_NO";i:12;s:5:"de_AT";i:13;s:2:"fi";i:14;s:5:"it_IT";i:15;s:5:"nn_NO";i:16;s:5:"de_CH";i:17;s:5:"en_GB";i:18;s:5:"is_IS";i:19;s:2:"ga";i:20;s:5:"fr_BE";i:21;s:5:"nl_BE";i:22;s:3:"ast";i:23;s:5:"lb_LU";i:24;s:5:"es_ES";i:25;s:5:"pt_PT";i:26;s:3:"mlt";}s:8:"operator";s:2:"in";}}}}s:5:"cloud";b:0;s:6:"plugin";s:31:"elementor-pro/elementor-pro.php";}}s:7:"checked";a:6:{s:26:"burst-statistics/burst.php";s:5:"1.7.4";s:23:"elementor/elementor.php";s:6:"3.27.2";s:31:"elementor-pro/elementor-pro.php";s:6:"3.27.1";s:41:"image-optimization/image-optimization.php";s:5:"1.6.3";s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";s:5:"9.2.0";s:27:"wp-optimize/wp-optimize.php";s:5:"3.8.0";}}', 'off'),
(8432, 'elementor_controls_usage', 'a:5:{s:7:"wp-page";a:15:{s:7:"heading";a:2:{s:5:"count";i:57;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_title";a:2:{s:5:"title";i:57;s:11:"header_size";i:5;}s:15:"section_effects";a:2:{s:10:"_animation";i:14;s:18:"animation_duration";i:14;}s:14:"_section_style";a:1:{s:14:"_element_width";i:24;}}}}s:9:"container";a:2:{s:5:"count";i:169;s:8:"controls";a:1:{s:7:"content";a:4:{s:18:"section_background";a:4:{s:21:"background_background";i:66;s:16:"background_color";i:17;s:16:"background_image";i:20;s:18:"background_color_b";i:12;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:84;}s:26:"section_background_overlay";a:1:{s:24:"background_overlay_color";i:4;}s:21:"section_shape_divider";a:2:{s:20:"shape_divider_bottom";i:8;s:17:"shape_divider_top";i:4;}}}}s:5:"image";a:2:{s:5:"count";i:26;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_image";a:1:{s:5:"image";i:26;}s:14:"_section_style";a:1:{s:14:"_element_width";i:12;}s:15:"section_effects";a:4:{s:29:"motion_fx_motion_fx_scrolling";i:4;s:27:"motion_fx_translateX_effect";i:4;s:30:"motion_fx_translateX_direction";i:4;s:34:"motion_fx_translateX_affectedRange";i:4;}}}}s:11:"text-editor";a:2:{s:5:"count";i:142;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:142;}s:14:"_section_style";a:1:{s:14:"_element_width";i:68;}}}}s:9:"icon-list";a:2:{s:5:"count";i:7;s:8:"controls";a:1:{s:7:"content";a:3:{s:12:"section_icon";a:1:{s:9:"icon_list";i:7;}s:14:"_section_style";a:2:{s:14:"_element_width";i:3;s:21:"_element_width_mobile";i:3;}s:17:"section_icon_list";a:1:{s:10:"icon_align";i:4;}}}}s:6:"button";a:2:{s:5:"count";i:18;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:18;s:4:"size";i:18;}s:13:"section_style";a:4:{s:5:"align";i:18;s:15:"hover_animation";i:18;s:29:"button_background_hover_color";i:15;s:18:"background_color_b";i:15;}}}}s:7:"divider";a:2:{s:5:"count";i:9;s:8:"controls";a:1:{s:7:"content";a:3:{s:15:"section_divider";a:1:{s:5:"style";i:6;}s:21:"section_divider_style";a:1:{s:6:"weight";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:20:"testimonial-carousel";a:2:{s:5:"count";i:23;s:8:"controls";a:1:{s:7:"content";a:4:{s:14:"section_slides";a:4:{s:6:"slides";i:23;s:6:"layout";i:19;s:9:"alignment";i:19;s:15:"slides_per_view";i:1;}s:26:"section_additional_options";a:2:{s:11:"show_arrows";i:19;s:10:"pagination";i:19;}s:14:"_section_style";a:2:{s:14:"_element_width";i:19;s:21:"_element_width_mobile";i:19;}s:20:"section_slides_style";a:2:{s:13:"space_between";i:19;s:20:"space_between_tablet";i:19;}}}}s:8:"icon-box";a:2:{s:5:"count";i:3;s:8:"controls";a:1:{s:7:"content";a:1:{s:12:"section_icon";a:3:{s:13:"selected_icon";i:3;s:10:"title_text";i:3;s:16:"description_text";i:3;}}}}s:4:"form";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:19:"section_form_fields";a:1:{s:11:"form_fields";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:11:"google_maps";a:2:{s:5:"count";i:1;s:8:"controls";a:0:{}}s:4:"icon";a:2:{s:5:"count";i:13;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:13:"selected_icon";i:13;}s:14:"_section_style";a:1:{s:14:"_element_width";i:13;}}}}s:11:"price-table";a:2:{s:5:"count";i:12;s:8:"controls";a:1:{s:7:"content";a:7:{s:14:"section_header";a:2:{s:7:"heading";i:12;s:11:"sub_heading";i:12;}s:15:"section_pricing";a:2:{s:5:"price";i:12;s:6:"period";i:4;}s:16:"section_features";a:1:{s:13:"features_list";i:12;}s:14:"section_footer";a:2:{s:11:"button_text";i:12;s:22:"footer_additional_info";i:12;}s:14:"section_ribbon";a:2:{s:11:"show_ribbon";i:8;s:12:"ribbon_title";i:4;}s:20:"section_footer_style";a:1:{s:23:"button_background_color";i:12;}s:14:"_section_style";a:1:{s:14:"_element_width";i:12;}}}}s:17:"animated-headline";a:2:{s:5:"count";i:4;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"text_elements";a:4:{s:6:"marker";i:4;s:11:"before_text";i:4;s:16:"highlighted_text";i:4;s:10:"after_text";i:4;}}}}s:16:"nested-accordion";a:2:{s:5:"count";i:4;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_items";a:1:{s:5:"items";i:4;}s:14:"_section_style";a:1:{s:14:"_element_width";i:4;}}}}}s:9:"container";a:4:{s:7:"heading";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_title";a:1:{s:5:"title";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:11:"text-editor";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:6:"button";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"size";i:1;}s:13:"section_style";a:4:{s:5:"align";i:1;s:29:"button_background_hover_color";i:1;s:15:"hover_animation";i:1;s:18:"background_color_b";i:1;}}}}s:9:"container";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:18:"section_background";a:1:{s:21:"background_background";i:1;}}}}}s:4:"page";a:15:{s:7:"heading";a:2:{s:5:"count";i:12;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_title";a:2:{s:5:"title";i:12;s:11:"header_size";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:2;s:18:"animation_duration";i:2;}s:14:"_section_style";a:1:{s:14:"_element_width";i:6;}}}}s:9:"container";a:2:{s:5:"count";i:42;s:8:"controls";a:1:{s:7:"content";a:4:{s:18:"section_background";a:4:{s:21:"background_background";i:16;s:16:"background_color";i:4;s:16:"background_image";i:5;s:18:"background_color_b";i:3;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:22;}s:26:"section_background_overlay";a:1:{s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:2:{s:20:"shape_divider_bottom";i:2;s:17:"shape_divider_top";i:1;}}}}s:7:"divider";a:2:{s:5:"count";i:4;s:8:"controls";a:1:{s:7:"content";a:3:{s:21:"section_divider_style";a:1:{s:6:"weight";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}s:15:"section_divider";a:1:{s:5:"style";i:1;}}}}s:8:"icon-box";a:2:{s:5:"count";i:3;s:8:"controls";a:1:{s:7:"content";a:1:{s:12:"section_icon";a:3:{s:13:"selected_icon";i:3;s:10:"title_text";i:3;s:16:"description_text";i:3;}}}}s:4:"form";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:19:"section_form_fields";a:1:{s:11:"form_fields";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:11:"google_maps";a:2:{s:5:"count";i:1;s:8:"controls";a:0:{}}s:11:"text-editor";a:2:{s:5:"count";i:34;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:34;}s:14:"_section_style";a:1:{s:14:"_element_width";i:17;}}}}s:6:"button";a:2:{s:5:"count";i:3;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:3;s:4:"size";i:3;}s:13:"section_style";a:4:{s:5:"align";i:3;s:29:"button_background_hover_color";i:3;s:15:"hover_animation";i:3;s:18:"background_color_b";i:3;}}}}s:4:"icon";a:2:{s:5:"count";i:4;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:13:"selected_icon";i:4;}s:14:"_section_style";a:1:{s:14:"_element_width";i:4;}}}}s:5:"image";a:2:{s:5:"count";i:5;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_image";a:1:{s:5:"image";i:5;}s:14:"_section_style";a:1:{s:14:"_element_width";i:2;}s:15:"section_effects";a:4:{s:29:"motion_fx_motion_fx_scrolling";i:1;s:27:"motion_fx_translateX_effect";i:1;s:30:"motion_fx_translateX_direction";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;}}}}s:9:"icon-list";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}s:17:"section_icon_list";a:1:{s:10:"icon_align";i:1;}}}}s:20:"testimonial-carousel";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_slides";a:1:{s:6:"slides";i:1;}}}}s:11:"price-table";a:2:{s:5:"count";i:3;s:8:"controls";a:1:{s:7:"content";a:7:{s:14:"section_header";a:2:{s:7:"heading";i:3;s:11:"sub_heading";i:3;}s:15:"section_pricing";a:2:{s:5:"price";i:3;s:6:"period";i:1;}s:16:"section_features";a:1:{s:13:"features_list";i:3;}s:14:"section_footer";a:2:{s:11:"button_text";i:3;s:22:"footer_additional_info";i:3;}s:14:"section_ribbon";a:2:{s:11:"show_ribbon";i:2;s:12:"ribbon_title";i:1;}s:20:"section_footer_style";a:1:{s:23:"button_background_color";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:17:"animated-headline";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"text_elements";a:4:{s:6:"marker";i:1;s:11:"before_text";i:1;s:16:"highlighted_text";i:1;s:10:"after_text";i:1;}}}}s:16:"nested-accordion";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_items";a:1:{s:5:"items";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}}s:6:"footer";a:6:{s:9:"image-box";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:1;}}s:7:"content";a:2:{s:13:"section_image";a:4:{s:10:"title_text";i:1;s:16:"description_text";i:1;s:10:"title_size";i:1;s:5:"image";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:9:"container";a:2:{s:5:"count";i:6;s:8:"controls";a:1:{s:7:"content";a:2:{s:24:"section_layout_container";a:1:{s:13:"content_width";i:5;}s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:1;}}}}s:7:"heading";a:2:{s:5:"count";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:2:{s:5:"title";i:4;s:11:"header_size";i:4;}}s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:1;}}}}s:9:"icon-list";a:2:{s:5:"count";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}}}s:8:"nav-menu";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_layout";a:3:{s:6:"layout";i:1;s:7:"pointer";i:1;s:8:"dropdown";i:1;}}}}s:11:"text-editor";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}}}}s:6:"header";a:3:{s:15:"theme-site-logo";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";i:1;}}}}s:9:"container";a:2:{s:5:"count";i:3;s:8:"controls";a:1:{s:7:"content";a:4:{s:24:"section_layout_container";a:1:{s:13:"content_width";i:3;}s:18:"section_background";a:4:{s:21:"background_background";i:1;s:34:"background_motion_fx_opacity_range";i:1;s:26:"background_motion_fx_range";i:1;s:16:"background_color";i:1;}s:15:"section_effects";a:1:{s:6:"sticky";i:1;}s:14:"section_layout";a:1:{s:8:"position";i:1;}}}}s:8:"nav-menu";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_layout";a:4:{s:10:"full_width";i:1;s:14:"animation_text";i:1;s:11:"align_items";i:1;s:8:"dropdown";i:1;}}}}}}', 'off'),
(8438, '_elementor_assets_data', 'a:1:{s:3:"svg";a:1:{s:9:"font-icon";a:16:{s:14:"eicon-menu-bar";a:2:{s:7:"content";a:4:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"path";s:279:"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z";s:3:"key";s:14:"eicon-menu-bar";}s:7:"version";s:6:"5.13.0";}s:11:"eicon-close";a:2:{s:7:"content";a:4:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"path";s:361:"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z";s:3:"key";s:11:"eicon-close";}s:7:"version";s:6:"5.13.0";}s:14:"fas-caret-down";a:2:{s:7:"content";a:4:{s:5:"width";i:320;s:6:"height";i:512;s:4:"path";s:119:"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z";s:3:"key";s:14:"fas-caret-down";}s:7:"version";s:6:"5.15.3";}s:9:"fas-check";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:274:"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z";s:3:"key";s:9:"fas-check";}s:7:"version";s:6:"5.15.3";}s:13:"fas-heartbeat";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:406:"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z";s:3:"key";s:13:"fas-heartbeat";}s:7:"version";s:6:"5.15.3";}s:12:"fas-sync-alt";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:762:"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z";s:3:"key";s:12:"fas-sync-alt";}s:7:"version";s:6:"5.15.3";}s:13:"fas-lightbulb";a:2:{s:7:"content";a:4:{s:5:"width";i:352;s:6:"height";i:512;s:4:"path";s:564:"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z";s:3:"key";s:13:"fas-lightbulb";}s:7:"version";s:6:"5.15.3";}s:17:"fas-people-arrows";a:2:{s:7:"content";a:4:{s:5:"width";i:576;s:6:"height";i:512;s:4:"path";s:760:"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z";s:3:"key";s:17:"fas-people-arrows";}s:7:"version";s:6:"5.15.3";}s:16:"far-check-circle";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:501:"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z";s:3:"key";s:16:"far-check-circle";}s:7:"version";s:6:"5.15.3";}s:18:"eicon-chevron-left";a:2:{s:7:"content";a:4:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"path";s:281:"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z";s:3:"key";s:18:"eicon-chevron-left";}s:7:"version";s:6:"5.13.0";}s:19:"eicon-chevron-right";a:2:{s:7:"content";a:4:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"path";s:281:"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z";s:3:"key";s:19:"eicon-chevron-right";}s:7:"version";s:6:"5.13.0";}s:8:"fas-plus";a:2:{s:7:"content";a:4:{s:5:"width";i:448;s:6:"height";i:512;s:4:"path";s:239:"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z";s:3:"key";s:8:"fas-plus";}s:7:"version";s:6:"5.15.3";}s:9:"fas-minus";a:2:{s:7:"content";a:4:{s:5:"width";i:448;s:6:"height";i:512;s:4:"path";s:116:"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z";s:3:"key";s:9:"fas-minus";}s:7:"version";s:6:"5.15.3";}s:16:"fas-heart-broken";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:237:"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z";s:3:"key";s:16:"fas-heart-broken";}s:7:"version";s:6:"5.15.3";}s:8:"fas-lock";a:2:{s:7:"content";a:4:{s:5:"width";i:448;s:6:"height";i:512;s:4:"path";s:212:"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z";s:3:"key";s:8:"fas-lock";}s:7:"version";s:6:"5.15.3";}s:14:"fas-cloud-rain";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:614:"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z";s:3:"key";s:14:"fas-cloud-rain";}s:7:"version";s:6:"5.15.3";}}}}', 'auto'),
(8451, 'elementor_pro_remote_info_api_data_3.27.1', 'a:2:{s:7:"timeout";i:1738085336;s:5:"value";s:236702:"{"stable_version":"3.27.1","last_updated":"2025-01-07 13:04:40","sections":"a:2:{s:11:\\"description\\";s:161:\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\";s:9:\\"changelog\\";s:221263:\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\">#29049<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\">#28935<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\">#2526<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\">#3277<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: ''Reading Settings'' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder''s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the ''Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\">#6703<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\">#11333<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\">#19277<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added ''Structure'' indication for widgets with Display Conditions applied (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to ''Copy'', ''Paste'', and ''Clear'' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the ''Create Template'' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the ''Loader'' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to ''Current Query'' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\">#18689<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\">#23331<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\">#21404<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\">#22202<\\/a>)<\\/li>\\n<li>Fix: ''Editing Mode'' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\">#27664<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\">#24931<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\">#21879<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\">#6225<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\">#21769<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove ''User IP'' and ''User Agent'' from the form submissions metadata (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\">#24298<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\">#24322<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn''t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn''t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\">#18885<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\">#19334<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\">#4246<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\">#21489<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\">#22368<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing ''self-hosted'' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\">#17523<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\">#17768<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\">#23430<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\">#23607<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\">#22554<\\/a>)<\\/li>\\n<li>Fix: ''Fallback: Recent Posts'' option malfunctions in the Query control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\">#21436<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\">#2587<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\">#11193<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don''t work as expected when Additional Custom Breakpoints feature is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\">#16819<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn''t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\">#20256<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\">#21675<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added ''Active item state'' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget''s width when Content Width is set to Fit to Content in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\">#13678<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\">#17941<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the ''Gap between slides'' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can''t edit page when using ''Content Tabs'' and ''Section'' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups'' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn''t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to ''Show up to X times'' advanced rule in Popups (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added ''Equal height'' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\">#20207<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\">#20235<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\">#20258<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\">#11562<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\">#15828<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\">#18357<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\">#19540<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\">#19618<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\">#19777<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\">#18895<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note''s timestamp is being updated according to the last activity in Notes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label''s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\">#18598<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\">#18633<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\">#10607<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\">#18007<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\">#14357<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\">#13151<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\">#6327<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\">#6691<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\">#11774<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\">#5760<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\">#17767<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn''t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn''t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\">#18090<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn''t work in Custom Add To Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\">#17821<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\">#17839<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn''t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\">#17865<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\">#17942<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn''t work when WooCommerce is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn''t work when Improved asset loading experiment is active Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn''t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\">#5756<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\">#14570<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\">#17412<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\">#5437<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook''s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn''t work in product page in WooCommerce Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\">#5921<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\">#16276<\\/a>,<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\">#16221<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\">#17283<\\/a>,<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\">#16333<\\/a>,<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\">#15304<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn''t 100% clickable in Post Navigation widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn''t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn''t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn''t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\">#15282<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\">#15990<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\">#11014<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\">#13218<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\">#15282<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\">#11014<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\">#13218<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\">#11014<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor''s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn''t work for not logged in users in Custom Code (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\">#14515<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can''t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn''t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\">#9531<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\">#10875<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\">#12126<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\">#1284<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don''t appear on the cart while editing in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn''t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn''t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section''s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can''t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn''t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\">#15632<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\">#15683<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn''t appear in Submissions screen (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn''t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\">#11859<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\">#7282<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\">#13859<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\">#10329<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\">#7376<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code''s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren''t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted ''Max Height'' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in ''Reply To'' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted ''Max Height'' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\">#11475<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can''t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\">#8572<\\/a>, <a href=\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\">#4625<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\">#5403<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\">#9749<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\">#4242<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder''s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can''t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of ''get_create_url'' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn''t interfere with 3rd party plugins (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\">#12126<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can''t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn''t work in WordPress 5.5 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\">#12126<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\">#12299<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don''t show auto-screenshots in the Media Library (Props <a href=\\"https:\\/\\/github.com\\/black-eye\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\">#12239<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn''t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren''t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\">#7351<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\">#7817<\\/a>, <a href=\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can''t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn''t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\">#11596<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\">#5975<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\">#11023<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\">#10932<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\">#10967<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\">#11000<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can''t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\">#5716<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\">#3642<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\">#9225<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn''t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don''t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\">#9927<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\"navigation\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn''t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn''t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\">#1898<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\">#3103<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\">#4279<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\">#7947<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\">#5993<\\/a>, <a href=\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder''s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder''s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\">#8672<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\">#8213<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\">#6039<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when ''Hide Title'' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it''s not from WooCommerce (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\">#7711<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\">#7306<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\">#6871<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\">#6876<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it''s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won''t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\">#290<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for ''View Cart'' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added ''Current Subcategories'' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\">#4220<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\">More Info<\\/a>) (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it''s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it''s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent''s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it''s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it''s time to get the original select width (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\">#4214<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\">#4216<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\">Release Post<\\/a> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\">#483<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\">#653<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\">Release Post<\\/a> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\">#2761<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\">#2623<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\">#2109<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\">#2061<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\">#3196<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\">#2041<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\">#1482<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\">#1693<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn''t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in ''typing'' and ''clip'' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there''s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don''t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\">#216<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\">#347<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\">#1234<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\">#1271<\\/a>, <a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can''t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - ''Link apply on'' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with ''0'' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\";}","new_version":"3.27.1","name":"Elementor Pro","slug":"elementor-pro","url":"https:\\/\\/elementor.com\\/pro\\/changelog\\/","homepage":"https:\\/\\/elementor.com\\/pro\\/","requires":"5.0","tested":"6.7.1","elementor_requires":"3.0.1","package":"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZDJlNDU4NDA3ODAzZWQzMzk4ZmU1NTQ1NzUwOWZmY2QiLCJ1cmwiOiJodHRwczovL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTczODA0MjEzNywiZXhwIjoxNzM4MTI4NTM3fQ.P0ZP5LqfdicQ-3w7aCwAKQy8pZ5RArWZwn33m6qD3-I\\/package_download","download_link":"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZDJlNDU4NDA3ODAzZWQzMzk4ZmU1NTQ1NzUwOWZmY2QiLCJ1cmwiOiJodHRwczovL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTczODA0MjEzNywiZXhwIjoxNzM4MTI4NTM3fQ.P0ZP5LqfdicQ-3w7aCwAKQy8pZ5RArWZwn33m6qD3-I\\/package_download","banners":{"2x":"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479","1x":"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479"},"icons":{"svg":"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg"},"canary_deployment":{"plugin_info":{"new_version":"3.7.0","name":"Elementor Pro","slug":"elementor-pro","url":"https:\\/\\/elementor.com\\/pro\\/changelog\\/","homepage":"https:\\/\\/elementor.com\\/pro\\/","requires":"5.0","tested":"6.7.1","elementor_requires":"3.0.1","package":"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZDJlNDU4NDA3ODAzZWQzMzk4ZmU1NTQ1NzUwOWZmY2QiLCJ2ZXJzaW9uIjoiMy43LjAiLCJ1cmwiOiJodHRwczovL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tIiwiaWF0IjoxNzM4MDQyMTM3LCJleHAiOjE3MzgxMjg1Mzd9.1hChZ_hQDlFlugFi-ii5jlCs0OJG0G16kHaLdQZwBMQ\\/previous_download","download_link":"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZDJlNDU4NDA3ODAzZWQzMzk4ZmU1NTQ1NzUwOWZmY2QiLCJ2ZXJzaW9uIjoiMy43LjAiLCJ1cmwiOiJodHRwczovL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tIiwiaWF0IjoxNzM4MDQyMTM3LCJleHAiOjE3MzgxMjg1Mzd9.1hChZ_hQDlFlugFi-ii5jlCs0OJG0G16kHaLdQZwBMQ\\/previous_download","banners":{"2x":"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479","1x":"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479"},"icons":{"svg":"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg"}},"conditions":[[{"type":"language","languages":["he_IL","nl_NL","en_GB","en_NZ","en_ZA","en_AU","en_CA","sv_SE","da_DK","fr_FR","nl_NL","nb_NO","de_AT","fi","it_IT","nn_NO","de_CH","en_GB","is_IS","ga","fr_BE","nl_BE","ast","lb_LU","es_ES","pt_PT","mlt"],"operator":"in"}]]},"cloud":false}";}', 'off');
INSERT INTO `FDQBA_options` VALUES
(8727, '_transient_timeout_elementor_rollback_versions_3.27.2', '1738728942', 'off'),
(8728, '_transient_elementor_rollback_versions_3.27.2', 'a:30:{i:0;s:6:"3.27.1";i:1;s:6:"3.27.0";i:2;s:6:"3.26.5";i:3;s:6:"3.26.4";i:4;s:6:"3.26.3";i:5;s:6:"3.26.2";i:6;s:6:"3.26.1";i:7;s:6:"3.26.0";i:8;s:7:"3.25.11";i:9;s:7:"3.25.10";i:10;s:6:"3.25.9";i:11;s:6:"3.25.8";i:12;s:6:"3.25.7";i:13;s:6:"3.25.6";i:14;s:6:"3.25.5";i:15;s:6:"3.25.4";i:16;s:6:"3.25.3";i:17;s:6:"3.25.2";i:18;s:6:"3.25.1";i:19;s:6:"3.25.0";i:20;s:6:"3.24.8";i:21;s:6:"3.24.7";i:22;s:6:"3.24.6";i:23;s:6:"3.24.5";i:24;s:6:"3.24.4";i:25;s:6:"3.24.3";i:26;s:6:"3.24.2";i:27;s:6:"3.24.1";i:28;s:6:"3.24.0";i:29;s:6:"3.23.4";}', 'off'),
(8731, '_transient_timeout_rsssl_certinfo', '1738210543', 'off'),
(8732, '_transient_rsssl_certinfo', 'a:16:{s:4:"name";s:50:"/CN=thelifestrategiescoach.com.manofexcellence.com";s:7:"subject";a:1:{s:2:"CN";s:46:"thelifestrategiescoach.com.manofexcellence.com";}s:4:"hash";s:8:"83624a3a";s:6:"issuer";a:3:{s:1:"C";s:2:"US";s:1:"O";s:13:"Let''s Encrypt";s:2:"CN";s:3:"R10";}s:7:"version";i:2;s:12:"serialNumber";s:38:"0x04E0B6452B82F2F3D98457E031B6EBC8122F";s:15:"serialNumberHex";s:36:"04E0B6452B82F2F3D98457E031B6EBC8122F";s:9:"validFrom";s:13:"241205002621Z";s:7:"validTo";s:13:"250305002620Z";s:16:"validFrom_time_t";i:1733358381;s:14:"validTo_time_t";i:1741134380;s:15:"signatureTypeSN";s:10:"RSA-SHA256";s:15:"signatureTypeLN";s:23:"sha256WithRSAEncryption";s:16:"signatureTypeNID";i:668;s:8:"purposes";a:9:{i:1;a:3:{i:0;b:1;i:1;b:0;i:2;s:9:"sslclient";}i:2;a:3:{i:0;b:1;i:1;b:0;i:2;s:9:"sslserver";}i:3;a:3:{i:0;b:1;i:1;b:0;i:2;s:11:"nssslserver";}i:4;a:3:{i:0;b:0;i:1;b:0;i:2;s:9:"smimesign";}i:5;a:3:{i:0;b:0;i:1;b:0;i:2;s:12:"smimeencrypt";}i:6;a:3:{i:0;b:0;i:1;b:0;i:2;s:7:"crlsign";}i:7;a:3:{i:0;b:1;i:1;b:1;i:2;s:3:"any";}i:8;a:3:{i:0;b:1;i:1;b:0;i:2;s:10:"ocsphelper";}i:9;a:3:{i:0;b:0;i:1;b:0;i:2;s:13:"timestampsign";}}s:10:"extensions";a:9:{s:8:"keyUsage";s:35:"Digital Signature, Key Encipherment";s:16:"extendedKeyUsage";s:60:"TLS Web Server Authentication, TLS Web Client Authentication";s:16:"basicConstraints";s:8:"CA:FALSE";s:20:"subjectKeyIdentifier";s:59:"D2:6B:2B:FD:E2:E4:30:9E:88:7B:01:99:A6:53:95:DF:AE:D4:99:E8";s:22:"authorityKeyIdentifier";s:66:"keyid:BB:BC:C3:47:A5:E4:BC:A9:C6:C3:A4:72:0C:10:8D:A2:35:E1:C8:E8\n";s:19:"authorityInfoAccess";s:75:"OCSP - URI:http://r10.o.lencr.org\nCA Issuers - URI:http://r10.i.lencr.org/\n";s:14:"subjectAltName";s:172:"DNS:*.thelifestrategiescoach.com, DNS:thelifestrategiescoach.com, DNS:thelifestrategiescoach.com.manofexcellence.com, DNS:www.thelifestrategiescoach.com.manofexcellence.com";s:19:"certificatePolicies";s:23:"Policy: 2.23.140.1.2.1\n";s:15:"ct_precert_scts";s:1158:"Signed Certificate Timestamp:\n    Version   : v1 (0x0)\n    Log ID    : A2:E3:0A:E4:45:EF:BD:AD:9B:7E:38:ED:47:67:77:53:\n                D7:82:5B:84:94:D7:2B:5E:1B:2C:C4:B9:50:A4:47:E7\n    Timestamp : Dec  5 01:24:51.855 2024 GMT\n    Extensions: none\n    Signature : ecdsa-with-SHA256\n                30:45:02:20:29:21:D1:49:05:C6:9C:41:D6:D5:C0:7B:\n                5C:A1:D9:3F:6A:93:54:D1:8C:02:2E:F8:70:DA:5C:77:\n                7E:EB:15:D9:02:21:00:B6:C8:01:04:13:C6:EF:3F:59:\n                B2:13:DE:22:15:0D:64:FB:3E:1A:1C:7E:03:4F:C6:3F:\n                84:24:5F:3D:1A:F8:ED\nSigned Certificate Timestamp:\n    Version   : v1 (0x0)\n    Log ID    : CF:11:56:EE:D5:2E:7C:AF:F3:87:5B:D9:69:2E:9B:E9:\n                1A:71:67:4A:B0:17:EC:AC:01:D2:5B:77:CE:CC:3B:08\n    Timestamp : Dec  5 01:24:51.907 2024 GMT\n    Extensions: none\n    Signature : ecdsa-with-SHA256\n                30:44:02:20:49:F0:3C:96:EB:34:BF:26:58:47:36:40:\n                80:98:70:63:55:36:E9:9C:3C:0F:A5:6B:45:61:3B:55:\n                E9:71:6D:3C:02:20:34:F2:E6:C5:B1:A3:3C:AC:3A:3F:\n                6C:B9:C8:14:2B:9D:3F:99:AF:03:C9:CC:87:87:35:27:\n                EC:C6:71:27:BB:50";}}', 'off'),
(8846, '_transient_timeout_burst_plusone_count', '1738275142', 'off'),
(8847, '_transient_burst_plusone_count', 'empty', 'off'),
(8848, '_transient_timeout_elementor_remote_info_api_data_3.27.2', '1738231943', 'off'),
(8849, '_transient_elementor_remote_info_api_data_3.27.2', 'a:4:{s:9:"timestamp";s:10:"1738188217";s:14:"upgrade_notice";a:3:{s:7:"version";s:5:"2.0.0";s:7:"message";s:0:"";s:11:"update_link";s:0:"";}s:11:"pro_widgets";a:82:{i:0;a:4:{s:4:"name";s:6:"search";s:5:"title";s:6:"Search";s:4:"icon";s:17:"eicon-site-search";s:10:"categories";s:16:"["pro-elements"]";}i:1;a:4:{s:4:"name";s:5:"posts";s:5:"title";s:5:"Posts";s:4:"icon";s:15:"eicon-post-list";s:10:"categories";s:16:"["pro-elements"]";}i:2;a:4:{s:4:"name";s:9:"portfolio";s:5:"title";s:9:"Portfolio";s:4:"icon";s:18:"eicon-gallery-grid";s:10:"categories";s:16:"["pro-elements"]";}i:3;a:4:{s:4:"name";s:17:"link-in-bio-var-2";s:5:"title";s:7:"Classic";s:4:"icon";s:19:"eicon-site-identity";s:10:"categories";s:15:"["link-in-bio"]";}i:4;a:4:{s:4:"name";s:9:"mega-menu";s:5:"title";s:4:"Menu";s:4:"icon";s:15:"eicon-mega-menu";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:5;a:4:{s:4:"name";s:17:"link-in-bio-var-3";s:5:"title";s:8:"Showcase";s:4:"icon";s:19:"eicon-site-identity";s:10:"categories";s:15:"["link-in-bio"]";}i:6;a:4:{s:4:"name";s:4:"form";s:5:"title";s:4:"Form";s:4:"icon";s:21:"eicon-form-horizontal";s:10:"categories";s:16:"["pro-elements"]";}i:7;a:4:{s:4:"name";s:17:"link-in-bio-var-4";s:5:"title";s:5:"Links";s:4:"icon";s:19:"eicon-site-identity";s:10:"categories";s:15:"["link-in-bio"]";}i:8;a:4:{s:4:"name";s:9:"loop-grid";s:5:"title";s:9:"Loop Grid";s:4:"icon";s:18:"eicon-loop-builder";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:9;a:4:{s:4:"name";s:17:"link-in-bio-var-5";s:5:"title";s:8:"Services";s:4:"icon";s:19:"eicon-site-identity";s:10:"categories";s:15:"["link-in-bio"]";}i:10;a:4:{s:4:"name";s:13:"loop-carousel";s:5:"title";s:13:"Loop Carousel";s:4:"icon";s:19:"eicon-carousel-loop";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:11;a:4:{s:4:"name";s:17:"link-in-bio-var-6";s:5:"title";s:9:"Portfolio";s:4:"icon";s:19:"eicon-site-identity";s:10:"categories";s:15:"["link-in-bio"]";}i:12;a:4:{s:4:"name";s:7:"gallery";s:5:"title";s:7:"Gallery";s:4:"icon";s:23:"eicon-gallery-justified";s:10:"categories";s:16:"["pro-elements"]";}i:13;a:4:{s:4:"name";s:17:"link-in-bio-var-7";s:5:"title";s:13:"Business Card";s:4:"icon";s:19:"eicon-site-identity";s:10:"categories";s:15:"["link-in-bio"]";}i:14;a:4:{s:4:"name";s:17:"animated-headline";s:5:"title";s:17:"Animated Headline";s:4:"icon";s:23:"eicon-animated-headline";s:10:"categories";s:16:"["pro-elements"]";}i:15;a:4:{s:4:"name";s:10:"price-list";s:5:"title";s:10:"Price List";s:4:"icon";s:16:"eicon-price-list";s:10:"categories";s:16:"["pro-elements"]";}i:16;a:4:{s:4:"name";s:11:"price-table";s:5:"title";s:11:"Price Table";s:4:"icon";s:17:"eicon-price-table";s:10:"categories";s:16:"["pro-elements"]";}i:17;a:4:{s:4:"name";s:8:"flip-box";s:5:"title";s:8:"Flip Box";s:4:"icon";s:14:"eicon-flip-box";s:10:"categories";s:16:"["pro-elements"]";}i:18;a:4:{s:4:"name";s:14:"call-to-action";s:5:"title";s:14:"Call to Action";s:4:"icon";s:20:"eicon-image-rollover";s:10:"categories";s:16:"["pro-elements"]";}i:19;a:4:{s:4:"name";s:14:"media-carousel";s:5:"title";s:14:"Media Carousel";s:4:"icon";s:20:"eicon-media-carousel";s:10:"categories";s:16:"["pro-elements"]";}i:20;a:4:{s:4:"name";s:15:"nested-carousel";s:5:"title";s:8:"Carousel";s:4:"icon";s:21:"eicon-nested-carousel";s:10:"categories";s:16:"["pro-elements"]";}i:21;a:4:{s:4:"name";s:10:"off-canvas";s:5:"title";s:10:"Off-Canvas";s:4:"icon";s:16:"eicon-off-canvas";s:10:"categories";s:16:"["pro-elements"]";}i:22;a:4:{s:4:"name";s:9:"countdown";s:5:"title";s:9:"Countdown";s:4:"icon";s:15:"eicon-countdown";s:10:"categories";s:16:"["pro-elements"]";}i:23;a:4:{s:4:"name";s:13:"share-buttons";s:5:"title";s:13:"Share Buttons";s:4:"icon";s:11:"eicon-share";s:10:"categories";s:16:"["pro-elements"]";}i:24;a:4:{s:4:"name";s:10:"blockquote";s:5:"title";s:10:"Blockquote";s:4:"icon";s:16:"eicon-blockquote";s:10:"categories";s:16:"["pro-elements"]";}i:25;a:4:{s:4:"name";s:6:"lottie";s:5:"title";s:6:"Lottie";s:4:"icon";s:12:"eicon-lottie";s:10:"categories";s:16:"["pro-elements"]";}i:26;a:4:{s:4:"name";s:7:"hotspot";s:5:"title";s:7:"Hotspot";s:4:"icon";s:19:"eicon-image-hotspot";s:10:"categories";s:16:"["pro-elements"]";}i:27;a:4:{s:4:"name";s:13:"paypal-button";s:5:"title";s:13:"PayPal Button";s:4:"icon";s:19:"eicon-paypal-button";s:10:"categories";s:16:"["pro-elements"]";}i:28;a:4:{s:4:"name";s:14:"code-highlight";s:5:"title";s:14:"Code Highlight";s:4:"icon";s:20:"eicon-code-highlight";s:10:"categories";s:16:"["pro-elements"]";}i:29;a:4:{s:4:"name";s:14:"video-playlist";s:5:"title";s:14:"Video Playlist";s:4:"icon";s:20:"eicon-video-playlist";s:10:"categories";s:16:"["pro-elements"]";}i:30;a:4:{s:4:"name";s:8:"template";s:5:"title";s:8:"Template";s:4:"icon";s:19:"eicon-document-file";s:10:"categories";s:16:"["pro-elements"]";}i:31;a:4:{s:4:"name";s:13:"stripe-button";s:5:"title";s:13:"Stripe Button";s:4:"icon";s:19:"eicon-stripe-button";s:10:"categories";s:16:"["pro-elements"]";}i:32;a:4:{s:4:"name";s:16:"progress-tracker";s:5:"title";s:16:"Progress Tracker";s:4:"icon";s:22:"eicon-progress-tracker";s:10:"categories";s:40:"["pro-elements","theme-elements-single"]";}i:33;a:4:{s:4:"name";s:8:"nav-menu";s:5:"title";s:8:"Nav Menu";s:4:"icon";s:14:"eicon-nav-menu";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:34;a:4:{s:4:"name";s:17:"table-of-contents";s:5:"title";s:17:"Table of Contents";s:4:"icon";s:23:"eicon-table-of-contents";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:35;a:4:{s:4:"name";s:5:"login";s:5:"title";s:5:"Login";s:4:"icon";s:15:"eicon-lock-user";s:10:"categories";s:16:"["pro-elements"]";}i:36;a:4:{s:4:"name";s:6:"slides";s:5:"title";s:6:"Slides";s:4:"icon";s:12:"eicon-slides";s:10:"categories";s:16:"["pro-elements"]";}i:37;a:4:{s:4:"name";s:20:"testimonial-carousel";s:5:"title";s:20:"Testimonial Carousel";s:4:"icon";s:26:"eicon-testimonial-carousel";s:10:"categories";s:16:"["pro-elements"]";}i:38;a:4:{s:4:"name";s:7:"reviews";s:5:"title";s:7:"Reviews";s:4:"icon";s:12:"eicon-review";s:10:"categories";s:16:"["pro-elements"]";}i:39;a:4:{s:4:"name";s:15:"facebook-button";s:5:"title";s:15:"Facebook Button";s:4:"icon";s:23:"eicon-facebook-like-box";s:10:"categories";s:16:"["pro-elements"]";}i:40;a:4:{s:4:"name";s:17:"facebook-comments";s:5:"title";s:17:"Facebook Comments";s:4:"icon";s:23:"eicon-facebook-comments";s:10:"categories";s:16:"["pro-elements"]";}i:41;a:4:{s:4:"name";s:14:"facebook-embed";s:5:"title";s:14:"Facebook Embed";s:4:"icon";s:14:"eicon-fb-embed";s:10:"categories";s:16:"["pro-elements"]";}i:42;a:4:{s:4:"name";s:13:"facebook-page";s:5:"title";s:13:"Facebook Page";s:4:"icon";s:13:"eicon-fb-feed";s:10:"categories";s:16:"["pro-elements"]";}i:43;a:4:{s:4:"name";s:15:"theme-site-logo";s:5:"title";s:9:"Site Logo";s:4:"icon";s:15:"eicon-site-logo";s:10:"categories";s:18:"["theme-elements"]";}i:44;a:4:{s:4:"name";s:16:"theme-site-title";s:5:"title";s:10:"Site Title";s:4:"icon";s:16:"eicon-site-title";s:10:"categories";s:18:"["theme-elements"]";}i:45;a:4:{s:4:"name";s:16:"theme-page-title";s:5:"title";s:10:"Page Title";s:4:"icon";s:19:"eicon-archive-title";s:10:"categories";s:18:"["theme-elements"]";}i:46;a:4:{s:4:"name";s:16:"theme-post-title";s:5:"title";s:10:"Post Title";s:4:"icon";s:16:"eicon-post-title";s:10:"categories";s:18:"["theme-elements"]";}i:47;a:4:{s:4:"name";s:18:"theme-post-excerpt";s:5:"title";s:12:"Post Excerpt";s:4:"icon";s:18:"eicon-post-excerpt";s:10:"categories";s:18:"["theme-elements"]";}i:48;a:4:{s:4:"name";s:25:"theme-post-featured-image";s:5:"title";s:14:"Featured Image";s:4:"icon";s:20:"eicon-featured-image";s:10:"categories";s:18:"["theme-elements"]";}i:49;a:4:{s:4:"name";s:19:"theme-archive-title";s:5:"title";s:13:"Archive Title";s:4:"icon";s:19:"eicon-archive-title";s:10:"categories";s:18:"["theme-elements"]";}i:50;a:4:{s:4:"name";s:13:"archive-posts";s:5:"title";s:13:"Archive Posts";s:4:"icon";s:19:"eicon-archive-posts";s:10:"categories";s:18:"["theme-elements"]";}i:51;a:4:{s:4:"name";s:10:"author-box";s:5:"title";s:10:"Author Box";s:4:"icon";s:12:"eicon-person";s:10:"categories";s:18:"["theme-elements"]";}i:52;a:4:{s:4:"name";s:13:"post-comments";s:5:"title";s:13:"Post Comments";s:4:"icon";s:14:"eicon-comments";s:10:"categories";s:18:"["theme-elements"]";}i:53;a:4:{s:4:"name";s:15:"post-navigation";s:5:"title";s:15:"Post Navigation";s:4:"icon";s:21:"eicon-post-navigation";s:10:"categories";s:18:"["theme-elements"]";}i:54;a:4:{s:4:"name";s:9:"post-info";s:5:"title";s:9:"Post Info";s:4:"icon";s:15:"eicon-post-info";s:10:"categories";s:18:"["theme-elements"]";}i:55;a:4:{s:4:"name";s:7:"sitemap";s:5:"title";s:7:"Sitemap";s:4:"icon";s:13:"eicon-sitemap";s:10:"categories";s:18:"["theme-elements"]";}i:56;a:4:{s:4:"name";s:11:"breadcrumbs";s:5:"title";s:11:"Breadcrumbs";s:4:"icon";s:11:"eicon-yoast";s:10:"categories";s:18:"["theme-elements"]";}i:57;a:4:{s:4:"name";s:21:"woocommerce-menu-cart";s:5:"title";s:9:"Menu Cart";s:4:"icon";s:10:"eicon-cart";s:10:"categories";s:41:"["theme-elements","woocommerce-elements"]";}i:58;a:4:{s:4:"name";s:19:"wc-archive-products";s:5:"title";s:16:"Archive Products";s:4:"icon";s:14:"eicon-products";s:10:"categories";s:24:"["woocommerce-elements"]";}i:59;a:4:{s:4:"name";s:31:"woocommerce-archive-description";s:5:"title";s:19:"Archive Description";s:4:"icon";s:25:"eicon-product-description";s:10:"categories";s:24:"["woocommerce-elements"]";}i:60;a:4:{s:4:"name";s:20:"woocommerce-products";s:5:"title";s:8:"Products";s:4:"icon";s:14:"eicon-products";s:10:"categories";s:24:"["woocommerce-elements"]";}i:61;a:4:{s:4:"name";s:22:"woocommerce-breadcrumb";s:5:"title";s:23:"WooCommerce Breadcrumbs";s:4:"icon";s:25:"eicon-product-breadcrumbs";s:10:"categories";s:24:"["woocommerce-elements"]";}i:62;a:4:{s:4:"name";s:14:"wc-add-to-cart";s:5:"title";s:18:"Custom Add To Cart";s:4:"icon";s:17:"eicon-woocommerce";s:10:"categories";s:24:"["woocommerce-elements"]";}i:63;a:4:{s:4:"name";s:11:"wc-elements";s:5:"title";s:17:"WooCommerce Pages";s:4:"icon";s:19:"eicon-product-pages";s:10:"categories";s:24:"["woocommerce-elements"]";}i:64;a:4:{s:4:"name";s:13:"wc-categories";s:5:"title";s:18:"Product Categories";s:4:"icon";s:24:"eicon-product-categories";s:10:"categories";s:24:"["woocommerce-elements"]";}i:65;a:4:{s:4:"name";s:25:"woocommerce-product-title";s:5:"title";s:13:"Product Title";s:4:"icon";s:19:"eicon-product-title";s:10:"categories";s:24:"["woocommerce-elements"]";}i:66;a:4:{s:4:"name";s:26:"woocommerce-product-images";s:5:"title";s:14:"Product Images";s:4:"icon";s:20:"eicon-product-images";s:10:"categories";s:24:"["woocommerce-elements"]";}i:67;a:4:{s:4:"name";s:25:"woocommerce-product-price";s:5:"title";s:13:"Product Price";s:4:"icon";s:19:"eicon-product-price";s:10:"categories";s:24:"["woocommerce-elements"]";}i:68;a:4:{s:4:"name";s:31:"woocommerce-product-add-to-cart";s:5:"title";s:11:"Add To Cart";s:4:"icon";s:25:"eicon-product-add-to-cart";s:10:"categories";s:24:"["woocommerce-elements"]";}i:69;a:4:{s:4:"name";s:26:"woocommerce-product-rating";s:5:"title";s:14:"Product Rating";s:4:"icon";s:20:"eicon-product-rating";s:10:"categories";s:24:"["woocommerce-elements"]";}i:70;a:4:{s:4:"name";s:25:"woocommerce-product-stock";s:5:"title";s:13:"Product Stock";s:4:"icon";s:19:"eicon-product-stock";s:10:"categories";s:24:"["woocommerce-elements"]";}i:71;a:4:{s:4:"name";s:24:"woocommerce-product-meta";s:5:"title";s:12:"Product Meta";s:4:"icon";s:18:"eicon-product-meta";s:10:"categories";s:24:"["woocommerce-elements"]";}i:72;a:4:{s:4:"name";s:37:"woocommerce-product-short-description";s:5:"title";s:17:"Short Description";s:4:"icon";s:25:"eicon-product-description";s:10:"categories";s:24:"["woocommerce-elements"]";}i:73;a:4:{s:4:"name";s:29:"woocommerce-product-data-tabs";s:5:"title";s:17:"Product Data Tabs";s:4:"icon";s:18:"eicon-product-tabs";s:10:"categories";s:24:"["woocommerce-elements"]";}i:74;a:4:{s:4:"name";s:42:"woocommerce-product-additional-information";s:5:"title";s:22:"Additional Information";s:4:"icon";s:19:" eicon-product-info";s:10:"categories";s:24:"["woocommerce-elements"]";}i:75;a:4:{s:4:"name";s:27:"woocommerce-product-related";s:5:"title";s:15:"Product Related";s:4:"icon";s:21:"eicon-product-related";s:10:"categories";s:24:"["woocommerce-elements"]";}i:76;a:4:{s:4:"name";s:26:"woocommerce-product-upsell";s:5:"title";s:7:"Upsells";s:4:"icon";s:20:"eicon-product-upsell";s:10:"categories";s:24:"["woocommerce-elements"]";}i:77;a:4:{s:4:"name";s:25:"woocommerce-checkout-page";s:5:"title";s:8:"Checkout";s:4:"icon";s:14:"eicon-checkout";s:10:"categories";s:24:"["woocommerce-elements"]";}i:78;a:4:{s:4:"name";s:16:"woocommerce-cart";s:5:"title";s:4:"Cart";s:4:"icon";s:14:"eicon-woo-cart";s:10:"categories";s:24:"["woocommerce-elements"]";}i:79;a:4:{s:4:"name";s:22:"woocommerce-my-account";s:5:"title";s:10:"My Account";s:4:"icon";s:16:"eicon-my-account";s:10:"categories";s:24:"["woocommerce-elements"]";}i:80;a:4:{s:4:"name";s:28:"woocommerce-purchase-summary";s:5:"title";s:16:"Purchase Summary";s:4:"icon";s:22:"eicon-purchase-summary";s:10:"categories";s:24:"["woocommerce-elements"]";}i:81;a:4:{s:4:"name";s:19:"woocommerce-notices";s:5:"title";s:19:"WooCommerce Notices";s:4:"icon";s:25:"eicon-woocommerce-notices";s:10:"categories";s:24:"["woocommerce-elements"]";}}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:11:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"3.6.0";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"6.7.1";s:12:"requires_php";s:3:"5.6";}s:10:"conditions";a:0:{}}}', 'off'),
(8983, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1738252469;s:7:"checked";a:4:{s:15:"hello-elementor";s:5:"3.1.1";s:16:"twentytwentyfive";s:3:"1.0";s:16:"twentytwentyfour";s:3:"1.3";s:17:"twentytwentythree";s:3:"1.6";}s:8:"response";a:1:{s:15:"hello-elementor";a:6:{s:5:"theme";s:15:"hello-elementor";s:11:"new_version";s:5:"3.3.0";s:3:"url";s:45:"https://wordpress.org/themes/hello-elementor/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/hello-elementor.3.3.0.zip";s:8:"requires";s:3:"6.0";s:12:"requires_php";s:3:"7.4";}}s:9:"no_update";a:3:{s:16:"twentytwentyfive";a:6:{s:5:"theme";s:16:"twentytwentyfive";s:11:"new_version";s:3:"1.0";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfive/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfive.1.0.zip";s:8:"requires";s:3:"6.7";s:12:"requires_php";s:3:"7.2";}s:16:"twentytwentyfour";a:6:{s:5:"theme";s:16:"twentytwentyfour";s:11:"new_version";s:3:"1.3";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfour/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip";s:8:"requires";s:3:"6.4";s:12:"requires_php";s:3:"7.0";}s:17:"twentytwentythree";a:6:{s:5:"theme";s:17:"twentytwentythree";s:11:"new_version";s:3:"1.6";s:3:"url";s:47:"https://wordpress.org/themes/twentytwentythree/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}}s:12:"translations";a:0:{}}', 'off'),
(9023, '_site_transient_timeout_theme_roots', '1738261450', 'off'),
(9024, '_site_transient_theme_roots', 'a:4:{s:15:"hello-elementor";s:7:"/themes";s:16:"twentytwentyfive";s:7:"/themes";s:16:"twentytwentyfour";s:7:"/themes";s:17:"twentytwentythree";s:7:"/themes";}', 'off'),
(9026, '_site_transient_timeout_wp_theme_files_patterns-3caf6db4c99e5a2ad620d406879f7af8', '1738262563', 'off'),
(9027, '_site_transient_wp_theme_files_patterns-3caf6db4c99e5a2ad620d406879f7af8', 'a:2:{s:7:"version";s:5:"3.1.1";s:8:"patterns";a:0:{}}', 'off');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_postmeta`
--

CREATE TABLE `FDQBA_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_postmeta`
--

INSERT INTO `FDQBA_postmeta` VALUES
(3, 5, '_elementor_edit_mode', 'builder'),
(4, 5, '_elementor_template_type', 'kit'),
(14, 8, '_edit_last', '1'),
(15, 8, '_edit_lock', '1738260128:1'),
(16, 8, '_elementor_edit_mode', 'builder'),
(17, 8, '_elementor_template_type', 'wp-page'),
(18, 8, '_elementor_version', '3.25.10'),
(20, 8, '_wp_page_template', 'elementor_header_footer'),
(21, 8, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(23, 5, '_edit_lock', '1733467935:1'),
(24, 9, '_wp_attached_file', '2024/12/Life-Strategies-Logo.png'),
(25, 9, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:32:"2024/12/Life-Strategies-Logo.png";s:8:"filesize";i:49261;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:32:"Life-Strategies-Logo-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:26822;}s:9:"thumbnail";a:5:{s:4:"file";s:32:"Life-Strategies-Logo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:10405;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:32:"Life-Strategies-Logo-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:21235;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(38, 1, '_cmplz_scanned_post', '1'),
(39, 11, '_wp_attached_file', '2024/12/Life-Strategies-Logo-3.png'),
(40, 11, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:34:"2024/12/Life-Strategies-Logo-3.png";s:8:"filesize";i:58715;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:34:"Life-Strategies-Logo-3-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:28408;}s:9:"thumbnail";a:5:{s:4:"file";s:34:"Life-Strategies-Logo-3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:10156;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:34:"Life-Strategies-Logo-3-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:19837;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(41, 12, '_elementor_edit_mode', 'builder'),
(42, 12, '_elementor_template_type', 'kit'),
(43, 5, '_wp_page_template', 'default'),
(44, 5, '_elementor_page_settings', 'a:11:{s:13:"system_colors";a:4:{i:0;a:3:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:5:"color";s:7:"#6EC1E4";}i:1;a:3:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:5:"color";s:7:"#54595F";}i:2;a:3:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:5:"color";s:7:"#7A7A7A";}i:3;a:3:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:5:"color";s:7:"#61CE70";}}s:13:"custom_colors";a:10:{i:0;a:3:{s:3:"_id";s:7:"32afd5b";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#053A82";}i:1;a:3:{s:3:"_id";s:7:"27184a0";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#8EB8F0";}i:2;a:3:{s:3:"_id";s:7:"c4a41ff";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#6BFC4F";}i:3;a:3:{s:3:"_id";s:7:"9a8fd0f";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#000000";}i:4;a:3:{s:3:"_id";s:7:"19d318c";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#FFFFFF";}i:5;a:3:{s:3:"_id";s:7:"8660926";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#85CEFA";}i:6;a:3:{s:3:"_id";s:7:"b7beca2";s:5:"title";s:16:"New Global Color";s:5:"color";s:9:"#0A0A5AF5";}i:7;a:3:{s:3:"_id";s:7:"6ff1059";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#4D648D";}i:8;a:3:{s:3:"_id";s:7:"fa3eeba";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#D0E1F9";}i:9;a:3:{s:3:"_id";s:7:"49d6c0d";s:5:"title";s:16:"New Global Color";s:5:"color";s:7:"#007020";}}s:17:"system_typography";a:4:{i:0;a:5:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"600";}i:1;a:5:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:11:"Roboto Slab";s:22:"typography_font_weight";s:3:"400";}i:2;a:5:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"400";}i:3;a:5:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"500";}}s:17:"custom_typography";a:0:{}s:21:"default_generic_fonts";s:10:"Sans-serif";s:9:"site_name";s:24:"Life Strategies Coaching";s:9:"site_logo";a:5:{s:3:"url";s:86:"https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo.png";s:2:"id";i:9;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:12:"site_favicon";a:5:{s:3:"url";s:88:"https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo-3.png";s:2:"id";i:11;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:19:"page_title_selector";s:14:"h1.entry-title";s:11:"viewport_md";i:768;s:11:"viewport_lg";i:1025;}'),
(45, 5, '_elementor_data', '[]'),
(46, 13, '_elementor_edit_mode', 'builder'),
(47, 13, '_elementor_template_type', 'kit'),
(48, 13, '_wp_page_template', 'default'),
(49, 13, '_elementor_page_settings', 'a:11:{s:13:"system_colors";a:4:{i:0;a:3:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:5:"color";s:7:"#6EC1E4";}i:1;a:3:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:5:"color";s:7:"#54595F";}i:2;a:3:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:5:"color";s:7:"#7A7A7A";}i:3;a:3:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:5:"color";s:7:"#61CE70";}}s:13:"custom_colors";a:0:{}s:17:"system_typography";a:4:{i:0;a:5:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"600";}i:1;a:5:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:11:"Roboto Slab";s:22:"typography_font_weight";s:3:"400";}i:2;a:5:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"400";}i:3;a:5:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"500";}}s:17:"custom_typography";a:0:{}s:21:"default_generic_fonts";s:10:"Sans-serif";s:9:"site_name";s:24:"Life Strategies Coaching";s:9:"site_logo";a:5:{s:3:"url";s:86:"https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo.png";s:2:"id";i:9;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:12:"site_favicon";a:5:{s:3:"url";s:88:"https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo-3.png";s:2:"id";i:11;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:19:"page_title_selector";s:14:"h1.entry-title";s:11:"viewport_md";i:768;s:11:"viewport_lg";i:1025;}'),
(50, 13, '_elementor_data', '[]'),
(52, 5, '_elementor_version', '3.25.10'),
(53, 15, '_wp_attached_file', '2024/12/Life-Strategies-Logo-2.png'),
(54, 15, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:34:"2024/12/Life-Strategies-Logo-2.png";s:8:"filesize";i:41583;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:34:"Life-Strategies-Logo-2-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:21108;}s:9:"thumbnail";a:5:{s:4:"file";s:34:"Life-Strategies-Logo-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:8487;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(55, 16, 'origin', 'theme'),
(56, 17, 'origin', 'theme'),
(58, 21, '_elementor_edit_mode', 'builder'),
(59, 21, '_elementor_template_type', 'kit'),
(60, 21, '_wp_page_template', 'default'),
(61, 21, '_elementor_page_settings', 'a:11:{s:13:"system_colors";a:4:{i:0;a:3:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:5:"color";s:7:"#6EC1E4";}i:1;a:3:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:5:"color";s:7:"#54595F";}i:2;a:3:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:5:"color";s:7:"#7A7A7A";}i:3;a:3:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:5:"color";s:7:"#61CE70";}}s:13:"custom_colors";a:0:{}s:17:"system_typography";a:4:{i:0;a:5:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"600";}i:1;a:5:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:11:"Roboto Slab";s:22:"typography_font_weight";s:3:"400";}i:2;a:5:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"400";}i:3;a:5:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"500";}}s:17:"custom_typography";a:0:{}s:21:"default_generic_fonts";s:10:"Sans-serif";s:9:"site_name";s:24:"Life Strategies Coaching";s:9:"site_logo";a:5:{s:3:"url";s:86:"https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo.png";s:2:"id";i:9;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:12:"site_favicon";a:5:{s:3:"url";s:88:"https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo-3.png";s:2:"id";i:11;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:19:"page_title_selector";s:14:"h1.entry-title";s:11:"viewport_md";i:768;s:11:"viewport_lg";i:1025;}'),
(62, 21, '_elementor_data', '[]'),
(63, 21, '_elementor_version', '3.25.10'),
(65, 22, '_elementor_edit_mode', 'builder'),
(66, 22, '_elementor_template_type', 'kit'),
(67, 22, '_wp_page_template', 'default'),
(68, 22, '_elementor_page_settings', 'a:11:{s:13:"system_colors";a:4:{i:0;a:3:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:5:"color";s:7:"#6EC1E4";}i:1;a:3:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:5:"color";s:7:"#54595F";}i:2;a:3:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:5:"color";s:7:"#7A7A7A";}i:3;a:3:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:5:"color";s:7:"#61CE70";}}s:13:"custom_colors";a:0:{}s:17:"system_typography";a:4:{i:0;a:5:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"600";}i:1;a:5:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:11:"Roboto Slab";s:22:"typography_font_weight";s:3:"400";}i:2;a:5:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"400";}i:3;a:5:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"500";}}s:17:"custom_typography";a:0:{}s:21:"default_generic_fonts";s:10:"Sans-serif";s:9:"site_name";s:24:"Life Strategies Coaching";s:9:"site_logo";a:5:{s:3:"url";s:86:"https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo.png";s:2:"id";i:9;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:12:"site_favicon";a:5:{s:3:"url";s:88:"https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo-3.png";s:2:"id";i:11;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:19:"page_title_selector";s:14:"h1.entry-title";s:11:"viewport_md";i:768;s:11:"viewport_lg";i:1025;}'),
(69, 22, '_elementor_data', '[]'),
(70, 22, '_elementor_version', '3.25.10'),
(77, 24, '_elementor_edit_mode', 'builder'),
(78, 24, '_elementor_template_type', 'wp-page'),
(79, 24, '_elementor_version', '3.25.10'),
(80, 24, '_wp_page_template', 'default'),
(81, 24, '_elementor_data', '[{"id":"16d227f","elType":"container","settings":{"flex_direction":"column","content_width":"full","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[],"isInner":false}]'),
(85, 24, '_elementor_controls_usage', 'a:1:{s:9:"container";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:24:"section_layout_container";a:1:{s:13:"content_width";i:1;}}}}}'),
(87, 25, '_elementor_edit_mode', 'builder'),
(88, 25, '_elementor_template_type', 'wp-page'),
(89, 25, '_elementor_version', '3.25.10'),
(90, 25, '_wp_page_template', 'default'),
(91, 25, '_elementor_data', '[{"id":"16d227f","elType":"container","settings":{"flex_direction":"column","content_width":"full","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[],"isInner":false}]'),
(95, 25, '_elementor_controls_usage', 'a:1:{s:9:"container";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:24:"section_layout_container";a:1:{s:13:"content_width";i:1;}}}}}'),
(96, 8, '_thumbnail_id', '9'),
(97, 8, 'cmplz_hide_cookiebanner', ''),
(113, 30, '_wp_attached_file', '2024/12/AdobeStock_62351982-scaled-e1733466870528.jpeg'),
(114, 30, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:54:"2024/12/AdobeStock_62351982-scaled-e1733466870528.jpeg";s:8:"filesize";i:451903;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:54:"AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13509;}s:5:"large";a:5:{s:4:"file";s:55:"AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:94130;}s:9:"thumbnail";a:5:{s:4:"file";s:54:"AdobeStock_62351982-scaled-e1733466870528-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6392;}s:12:"medium_large";a:5:{s:4:"file";s:54:"AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:58310;}s:9:"1536x1536";a:5:{s:4:"file";s:56:"AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:182657;}s:9:"2048x2048";a:5:{s:4:"file";s:56:"AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg";s:5:"width";i:2048;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:293358;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:32:"AdobeStock_62351982-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8923;}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:32:"Monkey Business - stock.adobe.co";s:6:"camera";s:14:"Canon EOS-1D X";s:7:"caption";s:42:"Senior Couple Relaxing In Autumn Landscape";s:17:"created_timestamp";s:10:"1383612878";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"142";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:42:"Senior Couple Relaxing In Autumn Landscape";s:11:"orientation";s:1:"1";s:8:"keywords";a:45:{i:0;s:7:"sitting";i:1;s:8:"together";i:2;s:10:"copy space";i:3;s:11:"countryside";i:4;s:4:"fall";i:5;s:6:"autumn";i:6;s:8:"outdoors";i:7;s:4:"tree";i:8;s:8:"woodland";i:9;s:4:"park";i:10;s:4:"love";i:11;s:9:"affection";i:12;s:7:"hugging";i:13;s:9:"embracing";i:14;s:5:"happy";i:15;s:7:"smiling";i:16;s:8:"outdoors";i:17;s:3:"fit";i:18;s:7:"healthy";i:19;s:6:"active";i:20;s:10:"two people";i:21;s:10:"horizontal";i:22;s:12:"toothy smile";i:23;s:9:"lifestyle";i:24;s:5:"adult";i:25;s:6:"casual";i:26;s:9:"enjoyment";i:27;s:18:"head and shoulders";i:28;s:6:"senior";i:29;s:7:"seniors";i:30;s:6:"couple";i:31;s:3:"man";i:32;s:3:"men";i:33;s:4:"male";i:34;s:5:"women";i:35;s:5:"women";i:36;s:6:"female";i:37;s:7:"sixties";i:38;s:3:"60s";i:39;s:3:"50s";i:40;s:7:"fifties";i:41;s:5:"black";i:42;s:16:"african american";i:43;s:6:"people";i:44;s:6:"person";}}s:14:"original_image";s:24:"AdobeStock_62351982.jpeg";}'),
(115, 31, '_wp_attached_file', '2024/12/AdobeStock_235838619-scaled.jpeg'),
(116, 31, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:40:"2024/12/AdobeStock_235838619-scaled.jpeg";s:8:"filesize";i:445058;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:33:"AdobeStock_235838619-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13911;}s:5:"large";a:5:{s:4:"file";s:34:"AdobeStock_235838619-1024x683.jpeg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:102057;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"AdobeStock_235838619-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6442;}s:12:"medium_large";a:5:{s:4:"file";s:33:"AdobeStock_235838619-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:64040;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"AdobeStock_235838619-1536x1024.jpeg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:192592;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"AdobeStock_235838619-2048x1365.jpeg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:306946;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:33:"AdobeStock_235838619-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8406;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"4";s:6:"credit";s:24:"fizkes - stock.adobe.com";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:200:"Young smiling couple in love having fun together at home in bedroom, laughing husband and attractive wife dancing on date, spending time together, enjoying, just married man and woman in new apartment";s:17:"created_timestamp";s:10:"1501233879";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:56:"Young smiling couple in love having fun together at home";s:11:"orientation";s:1:"0";s:8:"keywords";a:100:{i:0;s:5:"adult";i:1;s:12:"affectionate";i:2;s:9:"apartment";i:3;s:10:"attractive";i:4;s:7:"bedroom";i:5;s:5:"begin";i:6;s:7:"beloved";i:7;s:9:"celebrate";i:8;s:7:"concept";i:9;s:6:"couple";i:10;s:7:"dancing";i:11;s:4:"date";i:12;s:7:"emotion";i:13;s:5:"enjoy";i:14;s:8:"feelings";i:15;s:5:"first";i:16;s:3:"fun";i:17;s:5:"funny";i:18;s:4:"good";i:19;s:5:"happy";i:20;s:4:"home";i:21;s:5:"house";i:22;s:7:"husband";i:23;s:8:"laughing";i:24;s:4:"loan";i:25;s:4:"love";i:26;s:6:"lovers";i:27;s:3:"man";i:28;s:8:"marriage";i:29;s:7:"married";i:30;s:8:"mortgage";i:31;s:4:"move";i:32;s:9:"newlyweds";i:33;s:6:"people";i:34;s:6:"person";i:35;s:7:"playful";i:36;s:13:"relationships";i:37;s:6:"rental";i:38;s:7:"renters";i:39;s:7:"romance";i:40;s:8:"romantic";i:41;s:7:"smiling";i:42;s:10:"sweetheart";i:43;s:6:"tenant";i:44;s:4:"time";i:45;s:8:"together";i:46;s:7:"weekend";i:47;s:4:"wife";i:48;s:5:"woman";i:49;s:5:"young";i:50;s:5:"adult";i:51;s:12:"affectionate";i:52;s:9:"apartment";i:53;s:10:"attractive";i:54;s:7:"bedroom";i:55;s:5:"begin";i:56;s:7:"beloved";i:57;s:9:"celebrate";i:58;s:7:"concept";i:59;s:6:"couple";i:60;s:7:"dancing";i:61;s:4:"date";i:62;s:7:"emotion";i:63;s:5:"enjoy";i:64;s:8:"feelings";i:65;s:5:"first";i:66;s:3:"fun";i:67;s:5:"funny";i:68;s:4:"good";i:69;s:5:"happy";i:70;s:4:"home";i:71;s:5:"house";i:72;s:7:"husband";i:73;s:8:"laughing";i:74;s:4:"loan";i:75;s:4:"love";i:76;s:6:"lovers";i:77;s:3:"man";i:78;s:8:"marriage";i:79;s:7:"married";i:80;s:8:"mortgage";i:81;s:4:"move";i:82;s:9:"newlyweds";i:83;s:6:"people";i:84;s:6:"person";i:85;s:7:"playful";i:86;s:13:"relationships";i:87;s:6:"rental";i:88;s:7:"renters";i:89;s:7:"romance";i:90;s:8:"romantic";i:91;s:7:"smiling";i:92;s:10:"sweetheart";i:93;s:6:"tenant";i:94;s:4:"time";i:95;s:8:"together";i:96;s:7:"weekend";i:97;s:4:"wife";i:98;s:5:"woman";i:99;s:5:"young";}}s:14:"original_image";s:25:"AdobeStock_235838619.jpeg";}'),
(117, 32, '_wp_attached_file', '2024/12/AdobeStock_335483536-scaled.jpeg'),
(118, 32, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1709;s:4:"file";s:40:"2024/12/AdobeStock_335483536-scaled.jpeg";s:8:"filesize";i:475829;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:33:"AdobeStock_335483536-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12726;}s:5:"large";a:5:{s:4:"file";s:34:"AdobeStock_335483536-1024x684.jpeg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:100137;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"AdobeStock_335483536-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6529;}s:12:"medium_large";a:5:{s:4:"file";s:33:"AdobeStock_335483536-768x513.jpeg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:61360;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"AdobeStock_335483536-1536x1025.jpeg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:198447;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"AdobeStock_335483536-2048x1367.jpeg";s:5:"width";i:2048;s:6:"height";i:1367;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:323681;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:33:"AdobeStock_335483536-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9692;}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:33:"Davide Angelini - stock.adobe.com";s:6:"camera";s:10:"NIKON D610";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1580543406";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"36";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:54:"Happy couple is lying upside down on the sofa at home.";s:11:"orientation";s:1:"1";s:8:"keywords";a:48:{i:0;s:6:"couple";i:1;s:5:"happy";i:2;s:6:"family";i:3;s:4:"sofa";i:4;s:4:"home";i:5;s:8:"laughing";i:6;s:5:"woman";i:7;s:6:"people";i:8;s:5:"couch";i:9;s:5:"young";i:10;s:3:"joy";i:11;s:4:"girl";i:12;s:4:"love";i:13;s:7:"smiling";i:14;s:12:"affectionate";i:15;s:7:"kissing";i:16;s:4:"date";i:17;s:5:"house";i:18;s:9:"happiness";i:19;s:8:"portrait";i:20;s:6:"cuddle";i:21;s:9:"embracing";i:22;s:8:"together";i:23;s:3:"fun";i:24;s:9:"beautiful";i:25;s:6:"beauty";i:26;s:9:"lifestyle";i:27;s:5:"funny";i:28;s:12:"relationship";i:29;s:5:"lying";i:30;s:12:"togetherness";i:31;s:9:"apartment";i:32;s:6:"living";i:33;s:4:"room";i:34;s:8:"domestic";i:35;s:9:"boyfriend";i:36;s:8:"creative";i:37;s:7:"healthy";i:38;s:8:"wellness";i:39;s:13:"entertainment";i:40;s:7:"fooling";i:41;s:10:"friendship";i:42;s:11:"upside down";i:43;s:6:"camera";i:44;s:4:"look";i:45;s:8:"students";i:46;s:5:"watch";i:47;s:7:"husband";}}s:14:"original_image";s:25:"AdobeStock_335483536.jpeg";}'),
(129, 33, '_wp_attached_file', '2024/12/admin-ajax.php_.jpeg'),
(130, 33, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:600;s:4:"file";s:28:"2024/12/admin-ajax.php_.jpeg";s:8:"filesize";i:106230;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:28:"admin-ajax.php_-225x300.jpeg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:27633;}s:9:"thumbnail";a:5:{s:4:"file";s:28:"admin-ajax.php_-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9489;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:28:"admin-ajax.php_-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12408;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(131, 34, '_wp_attached_file', '2024/12/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg'),
(132, 34, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:53:"2024/12/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg";s:8:"filesize";i:1104848;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:53:"joao-branco-1_2d3MRbI9c-unsplash-scaled-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:20787;}s:5:"large";a:5:{s:4:"file";s:54:"joao-branco-1_2d3MRbI9c-unsplash-scaled-1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:199135;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"joao-branco-1_2d3MRbI9c-unsplash-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8006;}s:12:"medium_large";a:5:{s:4:"file";s:53:"joao-branco-1_2d3MRbI9c-unsplash-scaled-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:116657;}s:9:"1536x1536";a:5:{s:4:"file";s:55:"joao-branco-1_2d3MRbI9c-unsplash-scaled-1-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:409728;}s:9:"2048x2048";a:5:{s:4:"file";s:55:"joao-branco-1_2d3MRbI9c-unsplash-scaled-1-2048x1366.jpg";s:5:"width";i:2048;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:669349;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:53:"joao-branco-1_2d3MRbI9c-unsplash-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14202;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(133, 35, '_wp_attached_file', '2024/12/johann-siemens-EPy0gBJzzZU-unsplash-scaled-1.jpg'),
(134, 35, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1696;s:4:"file";s:56:"2024/12/johann-siemens-EPy0gBJzzZU-unsplash-scaled-1.jpg";s:8:"filesize";i:695261;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:56:"johann-siemens-EPy0gBJzzZU-unsplash-scaled-1-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14219;}s:5:"large";a:5:{s:4:"file";s:57:"johann-siemens-EPy0gBJzzZU-unsplash-scaled-1-1024x678.jpg";s:5:"width";i:1024;s:6:"height";i:678;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:130429;}s:9:"thumbnail";a:5:{s:4:"file";s:56:"johann-siemens-EPy0gBJzzZU-unsplash-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6480;}s:12:"medium_large";a:5:{s:4:"file";s:56:"johann-siemens-EPy0gBJzzZU-unsplash-scaled-1-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:77668;}s:9:"1536x1536";a:5:{s:4:"file";s:58:"johann-siemens-EPy0gBJzzZU-unsplash-scaled-1-1536x1018.jpg";s:5:"width";i:1536;s:6:"height";i:1018;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:266516;}s:9:"2048x2048";a:5:{s:4:"file";s:58:"johann-siemens-EPy0gBJzzZU-unsplash-scaled-1-2048x1357.jpg";s:5:"width";i:2048;s:6:"height";i:1357;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:432206;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:56:"johann-siemens-EPy0gBJzzZU-unsplash-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8371;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(135, 36, '_wp_attached_file', '2024/12/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg'),
(136, 36, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:58:"2024/12/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg";s:8:"filesize";i:570153;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:58:"kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:23913;}s:5:"large";a:5:{s:4:"file";s:59:"kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:153223;}s:9:"thumbnail";a:5:{s:4:"file";s:58:"kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10122;}s:12:"medium_large";a:5:{s:4:"file";s:58:"kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:100282;}s:9:"1536x1536";a:5:{s:4:"file";s:60:"kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:270002;}s:9:"2048x2048";a:5:{s:4:"file";s:60:"kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1-2048x1366.jpg";s:5:"width";i:2048;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:402618;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:58:"kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13483;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(137, 37, '_wp_attached_file', '2024/12/pexels-felix-mittermeier-1459495-scaled-1.jpg'),
(138, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1715;s:6:"height";i:2560;s:4:"file";s:53:"2024/12/pexels-felix-mittermeier-1459495-scaled-1.jpg";s:8:"filesize";i:1796075;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:53:"pexels-felix-mittermeier-1459495-scaled-1-201x300.jpg";s:5:"width";i:201;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:29537;}s:5:"large";a:5:{s:4:"file";s:54:"pexels-felix-mittermeier-1459495-scaled-1-686x1024.jpg";s:5:"width";i:686;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:310346;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"pexels-felix-mittermeier-1459495-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11693;}s:12:"medium_large";a:5:{s:4:"file";s:54:"pexels-felix-mittermeier-1459495-scaled-1-768x1146.jpg";s:5:"width";i:768;s:6:"height";i:1146;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:378151;}s:9:"1536x1536";a:5:{s:4:"file";s:55:"pexels-felix-mittermeier-1459495-scaled-1-1029x1536.jpg";s:5:"width";i:1029;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:645730;}s:9:"2048x2048";a:5:{s:4:"file";s:55:"pexels-felix-mittermeier-1459495-scaled-1-1372x2048.jpg";s:5:"width";i:1372;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1048680;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:53:"pexels-felix-mittermeier-1459495-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16740;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(139, 38, '_wp_attached_file', '2024/12/pexels-magic-k-6728566-scaled-1.jpg'),
(140, 38, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1709;s:4:"file";s:43:"2024/12/pexels-magic-k-6728566-scaled-1.jpg";s:8:"filesize";i:1247252;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:43:"pexels-magic-k-6728566-scaled-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:25581;}s:5:"large";a:5:{s:4:"file";s:44:"pexels-magic-k-6728566-scaled-1-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:244207;}s:9:"thumbnail";a:5:{s:4:"file";s:43:"pexels-magic-k-6728566-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10521;}s:12:"medium_large";a:5:{s:4:"file";s:43:"pexels-magic-k-6728566-scaled-1-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:145539;}s:9:"1536x1536";a:5:{s:4:"file";s:45:"pexels-magic-k-6728566-scaled-1-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:487958;}s:9:"2048x2048";a:5:{s:4:"file";s:45:"pexels-magic-k-6728566-scaled-1-2048x1367.jpg";s:5:"width";i:2048;s:6:"height";i:1367;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:767072;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:43:"pexels-magic-k-6728566-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:18686;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(141, 39, '_wp_attached_file', '2024/12/trevor-pye-KyaoT3NKN2s-unsplash-scaled-1.jpg'),
(142, 39, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1920;s:4:"file";s:52:"2024/12/trevor-pye-KyaoT3NKN2s-unsplash-scaled-1.jpg";s:8:"filesize";i:1431307;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:52:"trevor-pye-KyaoT3NKN2s-unsplash-scaled-1-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:29823;}s:5:"large";a:5:{s:4:"file";s:53:"trevor-pye-KyaoT3NKN2s-unsplash-scaled-1-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:290919;}s:9:"thumbnail";a:5:{s:4:"file";s:52:"trevor-pye-KyaoT3NKN2s-unsplash-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10488;}s:12:"medium_large";a:5:{s:4:"file";s:52:"trevor-pye-KyaoT3NKN2s-unsplash-scaled-1-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:172149;}s:9:"1536x1536";a:5:{s:4:"file";s:54:"trevor-pye-KyaoT3NKN2s-unsplash-scaled-1-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:580888;}s:9:"2048x2048";a:5:{s:4:"file";s:54:"trevor-pye-KyaoT3NKN2s-unsplash-scaled-1-2048x1536.jpg";s:5:"width";i:2048;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:913224;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:52:"trevor-pye-KyaoT3NKN2s-unsplash-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16443;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(143, 40, '_wp_attached_file', '2024/12/ales-krivec-y0i1lh-T0_w-unsplash-scaled-1.jpg'),
(144, 40, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1671;s:4:"file";s:53:"2024/12/ales-krivec-y0i1lh-T0_w-unsplash-scaled-1.jpg";s:8:"filesize";i:746951;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:53:"ales-krivec-y0i1lh-T0_w-unsplash-scaled-1-300x196.jpg";s:5:"width";i:300;s:6:"height";i:196;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15572;}s:5:"large";a:5:{s:4:"file";s:54:"ales-krivec-y0i1lh-T0_w-unsplash-scaled-1-1024x668.jpg";s:5:"width";i:1024;s:6:"height";i:668;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:142427;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"ales-krivec-y0i1lh-T0_w-unsplash-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6666;}s:12:"medium_large";a:5:{s:4:"file";s:53:"ales-krivec-y0i1lh-T0_w-unsplash-scaled-1-768x501.jpg";s:5:"width";i:768;s:6:"height";i:501;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:84692;}s:9:"1536x1536";a:5:{s:4:"file";s:55:"ales-krivec-y0i1lh-T0_w-unsplash-scaled-1-1536x1003.jpg";s:5:"width";i:1536;s:6:"height";i:1003;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:290302;}s:9:"2048x2048";a:5:{s:4:"file";s:55:"ales-krivec-y0i1lh-T0_w-unsplash-scaled-1-2048x1337.jpg";s:5:"width";i:2048;s:6:"height";i:1337;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:469099;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:53:"ales-krivec-y0i1lh-T0_w-unsplash-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9152;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(145, 41, '_wp_attached_file', '2024/12/dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1.jpg'),
(146, 41, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1922;s:4:"file";s:55:"2024/12/dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1.jpg";s:8:"filesize";i:529296;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:55:"dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:20923;}s:5:"large";a:5:{s:4:"file";s:56:"dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1-1024x769.jpg";s:5:"width";i:1024;s:6:"height";i:769;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:134948;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8409;}s:12:"medium_large";a:5:{s:4:"file";s:55:"dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1-768x577.jpg";s:5:"width";i:768;s:6:"height";i:577;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:88315;}s:9:"1536x1536";a:5:{s:4:"file";s:57:"dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1-1536x1153.jpg";s:5:"width";i:1536;s:6:"height";i:1153;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:243429;}s:9:"2048x2048";a:5:{s:4:"file";s:57:"dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1-2048x1538.jpg";s:5:"width";i:2048;s:6:"height";i:1538;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:368113;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:55:"dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12125;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(147, 42, '_wp_attached_file', '2024/12/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg'),
(148, 42, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:54:"2024/12/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg";s:8:"filesize";i:833101;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:54:"pexels-nguyen-thanh-ngoc-16130583-scaled-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:24086;}s:5:"large";a:5:{s:4:"file";s:55:"pexels-nguyen-thanh-ngoc-16130583-scaled-1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:167377;}s:9:"thumbnail";a:5:{s:4:"file";s:54:"pexels-nguyen-thanh-ngoc-16130583-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10114;}s:12:"medium_large";a:5:{s:4:"file";s:54:"pexels-nguyen-thanh-ngoc-16130583-scaled-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:106820;}s:9:"1536x1536";a:5:{s:4:"file";s:56:"pexels-nguyen-thanh-ngoc-16130583-scaled-1-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:314239;}s:9:"2048x2048";a:5:{s:4:"file";s:56:"pexels-nguyen-thanh-ngoc-16130583-scaled-1-2048x1366.jpg";s:5:"width";i:2048;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:505957;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:54:"pexels-nguyen-thanh-ngoc-16130583-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13556;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(149, 43, '_wp_attached_file', '2024/12/pexels-pixabay-62433-scaled-1.jpg'),
(150, 43, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1700;s:4:"file";s:41:"2024/12/pexels-pixabay-62433-scaled-1.jpg";s:8:"filesize";i:630128;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:41:"pexels-pixabay-62433-scaled-1-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12235;}s:5:"large";a:5:{s:4:"file";s:42:"pexels-pixabay-62433-scaled-1-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:74683;}s:9:"thumbnail";a:5:{s:4:"file";s:41:"pexels-pixabay-62433-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6303;}s:12:"medium_large";a:5:{s:4:"file";s:41:"pexels-pixabay-62433-scaled-1-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:46588;}s:9:"1536x1536";a:5:{s:4:"file";s:43:"pexels-pixabay-62433-scaled-1-1536x1020.jpg";s:5:"width";i:1536;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:167238;}s:9:"2048x2048";a:5:{s:4:"file";s:43:"pexels-pixabay-62433-scaled-1-2048x1360.jpg";s:5:"width";i:2048;s:6:"height";i:1360;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:323384;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:41:"pexels-pixabay-62433-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8690;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(153, 45, '_wp_attached_file', '2024/12/Untitled-design-2.png'),
(154, 45, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2000;s:6:"height";i:800;s:4:"file";s:29:"2024/12/Untitled-design-2.png";s:8:"filesize";i:1483410;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:29:"Untitled-design-2-300x120.png";s:5:"width";i:300;s:6:"height";i:120;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:49656;}s:5:"large";a:5:{s:4:"file";s:30:"Untitled-design-2-1024x410.png";s:5:"width";i:1024;s:6:"height";i:410;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:445760;}s:9:"thumbnail";a:5:{s:4:"file";s:29:"Untitled-design-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:32809;}s:12:"medium_large";a:5:{s:4:"file";s:29:"Untitled-design-2-768x307.png";s:5:"width";i:768;s:6:"height";i:307;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:263685;}s:9:"1536x1536";a:5:{s:4:"file";s:30:"Untitled-design-2-1536x614.png";s:5:"width";i:1536;s:6:"height";i:614;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:906324;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:29:"Untitled-design-2-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:45615;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(155, 46, '_wp_attached_file', '2024/12/Marilyn-Malan.jpg'),
(156, 46, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:388;s:6:"height";i:513;s:4:"file";s:25:"2024/12/Marilyn-Malan.jpg";s:8:"filesize";i:62776;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:25:"Marilyn-Malan-227x300.jpg";s:5:"width";i:227;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17894;}s:9:"thumbnail";a:5:{s:4:"file";s:25:"Marilyn-Malan-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7535;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:25:"Marilyn-Malan-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10121;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(157, 47, '_wp_attached_file', '2024/12/maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1.jpg'),
(158, 47, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1707;s:6:"height";i:2560;s:4:"file";s:54:"2024/12/maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1.jpg";s:8:"filesize";i:354629;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:54:"maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13136;}s:5:"large";a:5:{s:4:"file";s:55:"maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:84506;}s:9:"thumbnail";a:5:{s:4:"file";s:54:"maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6365;}s:12:"medium_large";a:5:{s:4:"file";s:55:"maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:100685;}s:9:"1536x1536";a:5:{s:4:"file";s:56:"maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1-1024x1536.jpg";s:5:"width";i:1024;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:155672;}s:9:"2048x2048";a:5:{s:4:"file";s:56:"maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1-1366x2048.jpg";s:5:"width";i:1366;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:242649;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:54:"maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7782;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(159, 48, '_wp_attached_file', '2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg'),
(160, 48, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1708;s:6:"height";i:2560;s:4:"file";s:54:"2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg";s:8:"filesize";i:406544;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:54:"ryan-hoffman-smpFvuCPS04-unsplash-scaled-1-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12970;}s:5:"large";a:5:{s:4:"file";s:55:"ryan-hoffman-smpFvuCPS04-unsplash-scaled-1-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:90192;}s:9:"thumbnail";a:5:{s:4:"file";s:54:"ryan-hoffman-smpFvuCPS04-unsplash-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6452;}s:12:"medium_large";a:5:{s:4:"file";s:55:"ryan-hoffman-smpFvuCPS04-unsplash-scaled-1-768x1151.jpg";s:5:"width";i:768;s:6:"height";i:1151;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:108196;}s:9:"1536x1536";a:5:{s:4:"file";s:56:"ryan-hoffman-smpFvuCPS04-unsplash-scaled-1-1025x1536.jpg";s:5:"width";i:1025;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:172264;}s:9:"2048x2048";a:5:{s:4:"file";s:56:"ryan-hoffman-smpFvuCPS04-unsplash-scaled-1-1366x2048.jpg";s:5:"width";i:1366;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:270014;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:54:"ryan-hoffman-smpFvuCPS04-unsplash-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8625;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(161, 49, '_wp_attached_file', '2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg'),
(162, 49, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:53:"2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg";s:8:"filesize";i:698991;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:53:"szocs-viola-qF9yLB5QtT8-unsplash-scaled-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16917;}s:5:"large";a:5:{s:4:"file";s:54:"szocs-viola-qF9yLB5QtT8-unsplash-scaled-1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:153228;}s:9:"thumbnail";a:5:{s:4:"file";s:53:"szocs-viola-qF9yLB5QtT8-unsplash-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7009;}s:12:"medium_large";a:5:{s:4:"file";s:53:"szocs-viola-qF9yLB5QtT8-unsplash-scaled-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:93109;}s:9:"1536x1536";a:5:{s:4:"file";s:55:"szocs-viola-qF9yLB5QtT8-unsplash-scaled-1-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:297891;}s:9:"2048x2048";a:5:{s:4:"file";s:55:"szocs-viola-qF9yLB5QtT8-unsplash-scaled-1-2048x1366.jpg";s:5:"width";i:2048;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:468186;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:53:"szocs-viola-qF9yLB5QtT8-unsplash-scaled-1-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10913;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}');
INSERT INTO `FDQBA_postmeta` VALUES
(163, 50, '_elementor_edit_mode', 'builder'),
(164, 50, '_elementor_template_type', 'wp-page'),
(165, 50, '_elementor_version', '3.25.10'),
(166, 50, '_wp_page_template', 'elementor_header_footer'),
(167, 50, '_elementor_data', '[{"id":"16d227f","elType":"container","settings":{"flex_direction":"column","content_width":"full","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[],"isInner":false}]'),
(168, 50, '_thumbnail_id', '9'),
(169, 51, '_elementor_edit_mode', 'builder'),
(170, 51, '_elementor_template_type', 'wp-page'),
(171, 51, '_elementor_version', '3.25.10'),
(172, 51, '_wp_page_template', 'elementor_header_footer'),
(173, 51, '_elementor_data', '[{"id":"16d227f","elType":"container","settings":{"flex_direction":"column","content_width":"full","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[],"isInner":false}]'),
(174, 51, '_thumbnail_id', '9'),
(175, 52, '_elementor_edit_mode', 'builder'),
(176, 52, '_elementor_template_type', 'wp-page'),
(177, 52, '_elementor_version', '3.25.10'),
(178, 52, '_wp_page_template', 'elementor_header_footer'),
(179, 52, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p>\\n<ul>\\n<li><strong>Reclaiming Calm &amp; Ease<\\/strong><br>Our journey begins with <strong>medical massage<\\/strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we\\u2019ll begin identifying and addressing sources of tension and stress.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Uncovering &amp; Changing Patterns<\\/strong><br>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Building Stronger Connections<\\/strong>\\n<p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75\\u00a0minutes of personalized coaching<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What Clients Are Saying About Jesse<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false}]'),
(180, 52, '_thumbnail_id', '9'),
(182, 8, '_elementor_pro_version', '3.25.4'),
(193, 54, '_elementor_edit_mode', 'builder'),
(194, 54, '_elementor_template_type', 'wp-page'),
(195, 54, '_elementor_version', '3.25.10'),
(196, 54, '_wp_page_template', 'elementor_header_footer'),
(197, 54, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p>\\n<ul>\\n<li><strong>Reclaiming Calm &amp; Ease<\\/strong><br>Our journey begins with <strong>medical massage<\\/strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we\\u2019ll begin identifying and addressing sources of tension and stress.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Uncovering &amp; Changing Patterns<\\/strong><br>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Building Stronger Connections<\\/strong>\\n<p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75\\u00a0minutes of personalized coaching<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What Clients Are Saying About Jesse<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(198, 54, '_thumbnail_id', '9'),
(200, 54, '_elementor_pro_version', '3.25.4'),
(201, 55, '_elementor_edit_mode', 'builder'),
(202, 55, '_elementor_template_type', 'wp-page'),
(203, 55, '_elementor_version', '3.25.10'),
(204, 55, '_wp_page_template', 'elementor_header_footer'),
(205, 55, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p>\\n<ul>\\n<li><strong>Reclaiming Calm &amp; Ease<\\/strong><br>Our journey begins with <strong>medical massage<\\/strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we\\u2019ll begin identifying and addressing sources of tension and stress.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Uncovering &amp; Changing Patterns<\\/strong><br>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Building Stronger Connections<\\/strong>\\n<p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75\\u00a0minutes of personalized coaching<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What Clients Are Saying About Jesse<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false}]'),
(206, 55, '_thumbnail_id', '9'),
(208, 55, '_elementor_pro_version', '3.25.4'),
(209, 56, '_elementor_edit_mode', 'builder'),
(210, 56, '_elementor_template_type', 'wp-page'),
(211, 56, '_elementor_version', '3.25.10'),
(212, 56, '_wp_page_template', 'elementor_header_footer'),
(213, 56, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p>\\n<ul>\\n<li><strong>Reclaiming Calm &amp; Ease<\\/strong><br>Our journey begins with <strong>medical massage<\\/strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we\\u2019ll begin identifying and addressing sources of tension and stress.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Uncovering &amp; Changing Patterns<\\/strong><br>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Building Stronger Connections<\\/strong>\\n<p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75 minutes of \\u00a0coaching, in-person or online and any applicable exercises\\/materials.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What Clients Are Saying About Jesse<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":10,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":10,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6550142","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"ba8fd72","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":10,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(214, 56, '_thumbnail_id', '9'),
(216, 56, '_elementor_pro_version', '3.25.4'),
(227, 58, '_wp_attached_file', '2024/12/AdobeStock_286503364-scaled.jpeg'),
(228, 58, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:40:"2024/12/AdobeStock_286503364-scaled.jpeg";s:8:"filesize";i:450272;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:33:"AdobeStock_286503364-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15898;}s:5:"large";a:5:{s:4:"file";s:34:"AdobeStock_286503364-1024x683.jpeg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:101590;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"AdobeStock_286503364-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7878;}s:12:"medium_large";a:5:{s:4:"file";s:33:"AdobeStock_286503364-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:65215;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"AdobeStock_286503364-1536x1024.jpeg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:190385;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"AdobeStock_286503364-2048x1365.jpeg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:305521;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:33:"AdobeStock_286503364-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9786;}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:29:"Drobot Dean - stock.adobe.com";s:6:"camera";s:21:"Canon EOS 5D Mark III";s:7:"caption";s:109:"Handsome young man dressed in casual clothing walking at the park, listening to music with wireless earphones";s:17:"created_timestamp";s:10:"1561871227";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:45:"Handsome young man dressed in casual clothing";s:11:"orientation";s:1:"1";s:8:"keywords";a:40:{i:0;s:9:"earphones";i:1;s:3:"one";i:2;s:10:"attractive";i:3;s:10:"headphones";i:4;s:7:"walking";i:5;s:8:"outdoors";i:6;s:7:"smiling";i:7;s:6:"summer";i:8;s:8:"cheerful";i:9;s:4:"walk";i:10;s:6:"modern";i:11;s:3:"mp3";i:12;s:4:"park";i:13;s:3:"man";i:14;s:5:"happy";i:15;s:9:"lifestyle";i:16;s:5:"young";i:17;s:4:"male";i:18;s:3:"guy";i:19;s:7:"outdoor";i:20;s:6:"casual";i:21;s:6:"active";i:22;s:5:"music";i:23;s:5:"adult";i:24;s:6:"person";i:25;s:7:"outside";i:26;s:7:"student";i:27;s:5:"sport";i:28;s:6:"nature";i:29;s:8:"handsome";i:30;s:3:"fit";i:31;s:9:"caucasian";i:32;s:9:"listening";i:33;s:7:"leisure";i:34;s:5:"enjoy";i:35;s:9:"happiness";i:36;s:8:"pleasure";i:37;s:8:"wireless";i:38;s:3:"cap";i:39;s:6:"tattoo";}}s:14:"original_image";s:25:"AdobeStock_286503364.jpeg";}'),
(229, 59, '_wp_attached_file', '2024/12/admin-ajax.php_-e1733438162228.png'),
(230, 59, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:397;s:4:"file";s:42:"2024/12/admin-ajax.php_-e1733438162228.png";s:8:"filesize";i:322549;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:42:"admin-ajax.php_-e1733438162228-300x199.png";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:98084;}s:9:"thumbnail";a:5:{s:4:"file";s:42:"admin-ajax.php_-e1733438162228-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:43906;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:27:"admin-ajax.php_-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:48660;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(231, 60, '_wp_attached_file', '2024/12/admin-ajax.php-2.png'),
(232, 60, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:397;s:4:"file";s:28:"2024/12/admin-ajax.php-2.png";s:8:"filesize";i:255801;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:28:"admin-ajax.php-2-300x199.png";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:81080;}s:9:"thumbnail";a:5:{s:4:"file";s:28:"admin-ajax.php-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:35647;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:28:"admin-ajax.php-2-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:52124;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(233, 61, '_wp_attached_file', '2024/12/admin-ajax.php-2-e1733438189923.jpeg'),
(234, 61, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:397;s:4:"file";s:44:"2024/12/admin-ajax.php-2-e1733438189923.jpeg";s:8:"filesize";i:41850;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:44:"admin-ajax.php-2-e1733438189923-300x199.jpeg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14991;}s:9:"thumbnail";a:5:{s:4:"file";s:44:"admin-ajax.php-2-e1733438189923-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7056;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:29:"admin-ajax.php-2-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8898;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(235, 62, '_wp_attached_file', '2024/12/Untitled-design-4.png'),
(236, 62, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1640;s:6:"height";i:924;s:4:"file";s:29:"2024/12/Untitled-design-4.png";s:8:"filesize";i:2120355;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:29:"Untitled-design-4-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:83059;}s:5:"large";a:5:{s:4:"file";s:30:"Untitled-design-4-1024x577.png";s:5:"width";i:1024;s:6:"height";i:577;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:823839;}s:9:"thumbnail";a:5:{s:4:"file";s:29:"Untitled-design-4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:39690;}s:12:"medium_large";a:5:{s:4:"file";s:29:"Untitled-design-4-768x433.png";s:5:"width";i:768;s:6:"height";i:433;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:481448;}s:9:"1536x1536";a:5:{s:4:"file";s:30:"Untitled-design-4-1536x865.png";s:5:"width";i:1536;s:6:"height";i:865;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:1718707;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:29:"Untitled-design-4-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:59218;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(239, 64, '_wp_attached_file', '2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png'),
(240, 64, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1318;s:6:"height";i:872;s:4:"file";s:63:"2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png";s:8:"filesize";i:1041001;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:63:"Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:84290;}s:5:"large";a:5:{s:4:"file";s:64:"Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png";s:5:"width";i:1024;s:6:"height";i:677;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:674729;}s:9:"thumbnail";a:5:{s:4:"file";s:63:"Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:34071;}s:12:"medium_large";a:5:{s:4:"file";s:63:"Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png";s:5:"width";i:768;s:6:"height";i:508;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:422659;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:48:"Screen-Shot-2024-12-05-at-3.32.43-PM-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:46882;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(241, 59, '_wp_attachment_backup_sizes', 'a:9:{s:9:"full-orig";a:4:{s:5:"width";i:600;s:6:"height";i:448;s:8:"filesize";i:345773;s:4:"file";s:19:"admin-ajax.php_.png";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:27:"admin-ajax.php_-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:41347;}s:11:"medium-orig";a:5:{s:4:"file";s:27:"admin-ajax.php_-300x224.png";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:105877;}s:18:"full-1733438063380";a:4:{s:5:"width";i:600;s:6:"height";i:416;s:8:"filesize";i:330747;s:4:"file";s:34:"admin-ajax.php_-e1733438035934.png";}s:23:"thumbnail-1733438063380";a:5:{s:4:"file";s:42:"admin-ajax.php_-e1733438035934-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:42534;}s:20:"medium-1733438063380";a:5:{s:4:"file";s:42:"admin-ajax.php_-e1733438035934-300x208.png";s:5:"width";i:300;s:6:"height";i:208;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:101080;}s:18:"full-1733438162228";a:4:{s:5:"width";i:600;s:6:"height";i:402;s:8:"filesize";i:327042;s:4:"file";s:34:"admin-ajax.php_-e1733438063380.png";}s:23:"thumbnail-1733438162228";a:5:{s:4:"file";s:42:"admin-ajax.php_-e1733438063380-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:43720;}s:20:"medium-1733438162228";a:5:{s:4:"file";s:42:"admin-ajax.php_-e1733438063380-300x201.png";s:5:"width";i:300;s:6:"height";i:201;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:99836;}}'),
(242, 61, '_wp_attachment_backup_sizes', 'a:3:{s:9:"full-orig";a:4:{s:5:"width";i:600;s:6:"height";i:411;s:8:"filesize";i:42900;s:4:"file";s:21:"admin-ajax.php-2.jpeg";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:29:"admin-ajax.php-2-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7117;}s:11:"medium-orig";a:5:{s:4:"file";s:29:"admin-ajax.php-2-300x206.jpeg";s:5:"width";i:300;s:6:"height";i:206;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15380;}}'),
(243, 64, '_wp_attachment_backup_sizes', 'a:5:{s:9:"full-orig";a:4:{s:5:"width";i:1318;s:6:"height";i:910;s:8:"filesize";i:1432022;s:4:"file";s:40:"Screen-Shot-2024-12-05-at-3.32.43-PM.png";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:48:"Screen-Shot-2024-12-05-at-3.32.43-PM-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:33434;}s:11:"medium-orig";a:5:{s:4:"file";s:48:"Screen-Shot-2024-12-05-at-3.32.43-PM-300x207.png";s:5:"width";i:300;s:6:"height";i:207;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:86341;}s:17:"medium_large-orig";a:5:{s:4:"file";s:48:"Screen-Shot-2024-12-05-at-3.32.43-PM-768x530.png";s:5:"width";i:768;s:6:"height";i:530;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:431108;}s:10:"large-orig";a:5:{s:4:"file";s:49:"Screen-Shot-2024-12-05-at-3.32.43-PM-1024x707.png";s:5:"width";i:1024;s:6:"height";i:707;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:688408;}}'),
(244, 65, '_elementor_edit_mode', 'builder'),
(245, 65, '_elementor_template_type', 'wp-page'),
(246, 65, '_elementor_version', '3.25.10'),
(247, 65, '_wp_page_template', 'elementor_header_footer'),
(248, 65, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p>\\n<ul>\\n<li><strong>Reclaiming Calm &amp; Ease<\\/strong><br>Our journey begins with <strong>medical massage<\\/strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we\\u2019ll begin identifying and addressing sources of tension and stress.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Uncovering &amp; Changing Patterns<\\/strong><br>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Building Stronger Connections<\\/strong>\\n<p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75 minutes of \\u00a0coaching, in-person or online and any applicable exercises\\/materials.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What Clients Are Saying About Jesse<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":10,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":10,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6550142","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"ba8fd72","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":10,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(249, 65, '_thumbnail_id', '9'),
(251, 65, '_elementor_pro_version', '3.25.4'),
(252, 66, '_elementor_edit_mode', 'builder'),
(253, 66, '_elementor_template_type', 'wp-page'),
(254, 66, '_elementor_version', '3.25.10'),
(255, 66, '_wp_page_template', 'elementor_header_footer'),
(256, 66, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p>\\n<ul>\\n<li><strong>Reclaiming Calm &amp; Ease<\\/strong><br>Our journey begins with <strong>medical massage<\\/strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we\\u2019ll begin identifying and addressing sources of tension and stress.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Uncovering &amp; Changing Patterns<\\/strong><br>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Building Stronger Connections<\\/strong>\\n<p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75 minutes of \\u00a0coaching, in-person or online and any applicable exercises\\/materials.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What Clients Are Saying About Jesse<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":10,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":10,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6550142","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"ba8fd72","elType":"widget","settings":[],"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":10,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(257, 66, '_thumbnail_id', '9'),
(259, 66, '_elementor_pro_version', '3.25.4'),
(260, 67, '_elementor_edit_mode', 'builder'),
(261, 67, '_elementor_template_type', 'wp-page'),
(262, 67, '_elementor_version', '3.25.10'),
(263, 67, '_wp_page_template', 'elementor_header_footer'),
(264, 67, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p>\\n<ul>\\n<li><strong>Reclaiming Calm &amp; Ease<\\/strong><br>Our journey begins with <strong>medical massage<\\/strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we\\u2019ll begin identifying and addressing sources of tension and stress.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Uncovering &amp; Changing Patterns<\\/strong><br>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Building Stronger Connections<\\/strong>\\n<p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75 minutes of \\u00a0coaching, in-person or online and any applicable exercises\\/materials.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[{"id":"57b089c5","elType":"widget","settings":{"tabs":[{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"08cb630"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"d4eb9ce"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"4e8aa86"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"eb28bc6"}],"selected_icon":{"value":"","library":""},"selected_active_icon":{"value":"","library":""},"title_html_tag":"h4","border_width":{"unit":"px","size":"0.5","sizes":[]},"space_between":{"unit":"px","size":0,"sizes":[]},"title_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"icon_align":"right","icon_space":{"unit":"px","size":"0","sizes":[]},"content_padding":{"unit":"px","top":"0","right":"50","bottom":"30","left":"0","isLinked":""},"content_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":""},"_border_border":"solid","_border_width":{"unit":"px","top":"0.5","right":"0","bottom":"0","left":"0","isLinked":""},"__globals__":{"title_color":"globals\\/colors?id=9a8fd0f","tab_active_color":"globals\\/colors?id=b7beca2","content_color":"globals\\/colors?id=b7beca2"},"_element_width":"initial","_element_width_tablet":"inherit","_element_custom_width":{"unit":"%","size":50,"sizes":[]},"border_color":"#C8D5DC","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"title_typography_font_weight":"400","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"icon_color":"#1C244B","icon_active_color":"#1C244B","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"_border_color":"#C8D5DC"},"elements":[],"widgetType":"toggle"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(265, 67, '_thumbnail_id', '9'),
(267, 67, '_elementor_pro_version', '3.25.4'),
(282, 69, '_elementor_edit_mode', 'builder'),
(283, 69, '_elementor_template_type', 'wp-page'),
(284, 69, '_elementor_version', '3.25.10'),
(285, 69, '_wp_page_template', 'elementor_header_footer'),
(286, 69, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p>\\n<ul>\\n<li><strong>Reclaiming Calm &amp; Ease<\\/strong><br>Our journey begins with <strong>medical massage<\\/strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we\\u2019ll begin identifying and addressing sources of tension and stress.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Uncovering &amp; Changing Patterns<\\/strong><br>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Building Stronger Connections<\\/strong>\\n<p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75 minutes of \\u00a0coaching, in-person or online and any applicable exercises\\/materials.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[{"id":"57b089c5","elType":"widget","settings":{"tabs":[{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"08cb630"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"d4eb9ce"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"4e8aa86"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"eb28bc6"}],"selected_icon":{"value":"","library":""},"selected_active_icon":{"value":"","library":""},"title_html_tag":"h4","border_width":{"unit":"px","size":"0.5","sizes":[]},"space_between":{"unit":"px","size":0,"sizes":[]},"title_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"icon_align":"right","icon_space":{"unit":"px","size":"0","sizes":[]},"content_padding":{"unit":"px","top":"0","right":"50","bottom":"30","left":"0","isLinked":""},"content_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":""},"_border_border":"solid","_border_width":{"unit":"px","top":"0.5","right":"0","bottom":"0","left":"0","isLinked":""},"__globals__":{"title_color":"globals\\/colors?id=9a8fd0f","tab_active_color":"globals\\/colors?id=b7beca2","content_color":"globals\\/colors?id=b7beca2"},"_element_width":"initial","_element_width_tablet":"inherit","_element_custom_width":{"unit":"%","size":50,"sizes":[]},"border_color":"#C8D5DC","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"title_typography_font_weight":"400","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"icon_color":"#1C244B","icon_active_color":"#1C244B","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"_border_color":"#C8D5DC"},"elements":[],"widgetType":"toggle"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(287, 69, '_thumbnail_id', '9'),
(289, 69, '_elementor_pro_version', '3.25.4'),
(291, 70, '_elementor_edit_mode', 'builder'),
(292, 70, '_elementor_template_type', 'wp-page'),
(293, 70, '_elementor_version', '3.25.10'),
(294, 70, '_wp_page_template', 'elementor_header_footer'),
(295, 70, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p>\\n<ul>\\n<li><strong>Reclaiming Calm &amp; Ease<\\/strong><br>Our journey begins with <strong>medical massage<\\/strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we\\u2019ll begin identifying and addressing sources of tension and stress.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Uncovering &amp; Changing Patterns<\\/strong><br>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul>\\n<ul>\\n<li><strong>Building Stronger Connections<\\/strong>\\n<p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75 minutes of \\u00a0coaching, in-person or online and any applicable exercises\\/materials.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[{"id":"57b089c5","elType":"widget","settings":{"tabs":[{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"08cb630"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"d4eb9ce"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"4e8aa86"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"eb28bc6"}],"selected_icon":{"value":"","library":""},"selected_active_icon":{"value":"","library":""},"title_html_tag":"h4","border_width":{"unit":"px","size":"0.5","sizes":[]},"space_between":{"unit":"px","size":0,"sizes":[]},"title_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"icon_align":"right","icon_space":{"unit":"px","size":"0","sizes":[]},"content_padding":{"unit":"px","top":"0","right":"50","bottom":"30","left":"0","isLinked":""},"content_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":""},"_border_border":"solid","_border_width":{"unit":"px","top":"0.5","right":"0","bottom":"0","left":"0","isLinked":""},"__globals__":{"title_color":"globals\\/colors?id=9a8fd0f","tab_active_color":"globals\\/colors?id=b7beca2","content_color":"globals\\/colors?id=b7beca2"},"_element_width":"initial","_element_width_tablet":"inherit","_element_custom_width":{"unit":"%","size":50,"sizes":[]},"border_color":"#C8D5DC","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"title_typography_font_weight":"400","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"icon_color":"#1C244B","icon_active_color":"#1C244B","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"_border_color":"#C8D5DC"},"elements":[],"widgetType":"toggle"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(296, 70, '_thumbnail_id', '9'),
(298, 70, '_elementor_pro_version', '3.25.4'),
(300, 71, '_elementor_edit_mode', 'builder'),
(301, 71, '_elementor_template_type', 'wp-page'),
(302, 71, '_elementor_version', '3.25.10'),
(303, 71, '_wp_page_template', 'elementor_header_footer'),
(304, 71, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75 minutes of \\u00a0coaching, in-person or online and any applicable exercises\\/materials.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[{"id":"57b089c5","elType":"widget","settings":{"tabs":[{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"08cb630"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"d4eb9ce"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"4e8aa86"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"eb28bc6"}],"selected_icon":{"value":"","library":""},"selected_active_icon":{"value":"","library":""},"title_html_tag":"h4","border_width":{"unit":"px","size":"0.5","sizes":[]},"space_between":{"unit":"px","size":0,"sizes":[]},"title_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"icon_align":"right","icon_space":{"unit":"px","size":"0","sizes":[]},"content_padding":{"unit":"px","top":"0","right":"50","bottom":"30","left":"0","isLinked":""},"content_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":""},"_border_border":"solid","_border_width":{"unit":"px","top":"0.5","right":"0","bottom":"0","left":"0","isLinked":""},"__globals__":{"title_color":"globals\\/colors?id=9a8fd0f","tab_active_color":"globals\\/colors?id=b7beca2","content_color":"globals\\/colors?id=b7beca2"},"_element_width":"initial","_element_width_tablet":"inherit","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"border_color":"#C8D5DC","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"title_typography_font_weight":"400","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"icon_color":"#1C244B","icon_active_color":"#1C244B","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"_border_color":"#C8D5DC","_flex_size":"shrink"},"elements":[],"widgetType":"toggle"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(305, 71, '_thumbnail_id', '9'),
(307, 71, '_elementor_pro_version', '3.25.4'),
(325, 73, '_elementor_edit_mode', 'builder'),
(326, 73, '_elementor_template_type', 'wp-page'),
(327, 73, '_elementor_version', '3.25.10'),
(328, 73, '_wp_page_template', 'elementor_header_footer'),
(329, 73, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75 minutes of \\u00a0coaching, in-person or online and any applicable exercises\\/materials.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[{"id":"57b089c5","elType":"widget","settings":{"tabs":[{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"08cb630"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"d4eb9ce"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"4e8aa86"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"eb28bc6"}],"selected_icon":{"value":"","library":""},"selected_active_icon":{"value":"","library":""},"title_html_tag":"h4","border_width":{"unit":"px","size":"0.5","sizes":[]},"space_between":{"unit":"px","size":0,"sizes":[]},"title_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"icon_align":"right","icon_space":{"unit":"px","size":"0","sizes":[]},"content_padding":{"unit":"px","top":"0","right":"50","bottom":"30","left":"0","isLinked":""},"content_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":""},"_border_border":"solid","_border_width":{"unit":"px","top":"0.5","right":"0","bottom":"0","left":"0","isLinked":""},"__globals__":{"title_color":"globals\\/colors?id=9a8fd0f","tab_active_color":"globals\\/colors?id=b7beca2","content_color":"globals\\/colors?id=b7beca2"},"_element_width":"initial","_element_width_tablet":"inherit","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"border_color":"#C8D5DC","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"title_typography_font_weight":"400","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"icon_color":"#1C244B","icon_active_color":"#1C244B","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"_border_color":"#C8D5DC","_flex_size":"shrink"},"elements":[],"widgetType":"toggle"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(330, 73, '_thumbnail_id', '9'),
(332, 73, '_elementor_pro_version', '3.25.4'),
(335, 74, '_elementor_edit_mode', 'builder'),
(336, 74, '_elementor_template_type', 'wp-page'),
(337, 74, '_elementor_version', '3.25.10'),
(338, 74, '_wp_page_template', 'elementor_header_footer'),
(339, 74, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"The Life Strategies Coaching Program: \\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"f67ed5c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"32287c7","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><strong>Initial Consultation:<\\/strong> Discuss goals and tailor the journey to your needs.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67b14d7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"0c1edaa","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"67d65ce","elType":"widget","settings":{"editor":"<p><strong>6-Session Package:<\\/strong> $1,500 ($250 per session)<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ac4ffde","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"e232b40","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"e1cd4b2","elType":"widget","settings":{"editor":"<p><strong>Behavioral Assessment:<\\/strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e807925","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4de5c29","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1d05c5b","elType":"widget","settings":{"editor":"<p><strong>Each Session Includes: <\\/strong>75 minutes of \\u00a0coaching, in-person or online and any applicable exercises\\/materials.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"109a6e8","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"9ea2a7c","elType":"widget","settings":{"selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"ca7cea9","elType":"widget","settings":{"editor":"<p><strong>Support Between Sessions:<\\/strong> Guidance via email or messaging to keep you on track.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[{"id":"57b089c5","elType":"widget","settings":{"tabs":[{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"08cb630"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"d4eb9ce"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"4e8aa86"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"eb28bc6"}],"selected_icon":{"value":"","library":""},"selected_active_icon":{"value":"","library":""},"title_html_tag":"h4","border_width":{"unit":"px","size":"0.5","sizes":[]},"space_between":{"unit":"px","size":0,"sizes":[]},"title_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"icon_align":"right","icon_space":{"unit":"px","size":"0","sizes":[]},"content_padding":{"unit":"px","top":"0","right":"50","bottom":"30","left":"0","isLinked":""},"content_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":""},"_border_border":"solid","_border_width":{"unit":"px","top":"0.5","right":"0","bottom":"0","left":"0","isLinked":""},"__globals__":{"title_color":"globals\\/colors?id=9a8fd0f","tab_active_color":"globals\\/colors?id=b7beca2","content_color":"globals\\/colors?id=b7beca2"},"_element_width":"initial","_element_width_tablet":"inherit","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"border_color":"#C8D5DC","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"title_typography_font_weight":"400","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"icon_color":"#1C244B","icon_active_color":"#1C244B","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"_border_color":"#C8D5DC","_flex_size":"shrink"},"elements":[],"widgetType":"toggle"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(340, 74, '_thumbnail_id', '9'),
(342, 74, '_elementor_pro_version', '3.25.4'),
(345, 75, '_elementor_edit_mode', 'builder'),
(346, 75, '_elementor_template_type', 'wp-page'),
(347, 75, '_elementor_version', '3.25.10'),
(348, 75, '_wp_page_template', 'elementor_header_footer'),
(349, 75, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life and knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[{"id":"57b089c5","elType":"widget","settings":{"tabs":[{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"08cb630"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"d4eb9ce"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"4e8aa86"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"eb28bc6"}],"selected_icon":{"value":"","library":""},"selected_active_icon":{"value":"","library":""},"title_html_tag":"h4","border_width":{"unit":"px","size":"0.5","sizes":[]},"space_between":{"unit":"px","size":0,"sizes":[]},"title_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"icon_align":"right","icon_space":{"unit":"px","size":"0","sizes":[]},"content_padding":{"unit":"px","top":"0","right":"50","bottom":"30","left":"0","isLinked":""},"content_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":""},"_border_border":"solid","_border_width":{"unit":"px","top":"0.5","right":"0","bottom":"0","left":"0","isLinked":""},"__globals__":{"title_color":"globals\\/colors?id=9a8fd0f","tab_active_color":"globals\\/colors?id=b7beca2","content_color":"globals\\/colors?id=b7beca2"},"_element_width":"initial","_element_width_tablet":"inherit","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"border_color":"#C8D5DC","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"title_typography_font_weight":"400","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"icon_color":"#1C244B","icon_active_color":"#1C244B","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"_border_color":"#C8D5DC","_flex_size":"shrink"},"elements":[],"widgetType":"toggle"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(350, 75, '_thumbnail_id', '9'),
(352, 75, '_elementor_pro_version', '3.25.4'),
(358, 76, '_elementor_edit_mode', 'builder'),
(359, 76, '_elementor_template_type', 'wp-page'),
(360, 76, '_elementor_version', '3.25.10'),
(361, 76, '_wp_page_template', 'elementor_header_footer'),
(362, 76, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life and knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[{"id":"57b089c5","elType":"widget","settings":{"tabs":[{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"08cb630"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"d4eb9ce"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"4e8aa86"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"eb28bc6"}],"selected_icon":{"value":"","library":""},"selected_active_icon":{"value":"","library":""},"title_html_tag":"h4","border_width":{"unit":"px","size":"0.5","sizes":[]},"space_between":{"unit":"px","size":0,"sizes":[]},"title_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"icon_align":"right","icon_space":{"unit":"px","size":"0","sizes":[]},"content_padding":{"unit":"px","top":"0","right":"50","bottom":"30","left":"0","isLinked":""},"content_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":""},"_border_border":"solid","_border_width":{"unit":"px","top":"0.5","right":"0","bottom":"0","left":"0","isLinked":""},"__globals__":{"title_color":"globals\\/colors?id=9a8fd0f","tab_active_color":"globals\\/colors?id=b7beca2","content_color":"globals\\/colors?id=b7beca2"},"_element_width":"initial","_element_width_tablet":"inherit","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"border_color":"#C8D5DC","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"title_typography_font_weight":"400","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"icon_color":"#1C244B","icon_active_color":"#1C244B","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"_border_color":"#C8D5DC","_flex_size":"shrink"},"elements":[],"widgetType":"toggle"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(363, 76, '_thumbnail_id', '9'),
(365, 76, '_elementor_pro_version', '3.25.4'),
(368, 77, '_elementor_edit_mode', 'builder'),
(369, 77, '_elementor_template_type', 'wp-page'),
(370, 77, '_elementor_version', '3.25.10'),
(371, 77, '_wp_page_template', 'elementor_header_footer'),
(372, 77, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life and knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[{"id":"57b089c5","elType":"widget","settings":{"tabs":[{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"08cb630"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"d4eb9ce"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"4e8aa86"},{"tab_title":"A frequently asked question surrounding your service","tab_content":"<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.<\\/p>","_id":"eb28bc6"}],"selected_icon":{"value":"","library":""},"selected_active_icon":{"value":"","library":""},"title_html_tag":"h4","border_width":{"unit":"px","size":"0.5","sizes":[]},"space_between":{"unit":"px","size":0,"sizes":[]},"title_padding":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"icon_align":"right","icon_space":{"unit":"px","size":"0","sizes":[]},"content_padding":{"unit":"px","top":"0","right":"50","bottom":"30","left":"0","isLinked":""},"content_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":""},"_padding":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":""},"_border_border":"solid","_border_width":{"unit":"px","top":"0.5","right":"0","bottom":"0","left":"0","isLinked":""},"__globals__":{"title_color":"globals\\/colors?id=9a8fd0f","tab_active_color":"globals\\/colors?id=b7beca2","content_color":"globals\\/colors?id=b7beca2"},"_element_width":"initial","_element_width_tablet":"inherit","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"border_color":"#C8D5DC","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"title_typography_font_weight":"400","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"icon_color":"#1C244B","icon_active_color":"#1C244B","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"_border_color":"#C8D5DC","_flex_size":"shrink"},"elements":[],"widgetType":"toggle"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(373, 77, '_thumbnail_id', '9'),
(375, 77, '_elementor_pro_version', '3.25.4'),
(378, 78, '_elementor_edit_mode', 'builder'),
(379, 78, '_elementor_template_type', 'wp-page'),
(380, 78, '_elementor_version', '3.25.10'),
(381, 78, '_wp_page_template', 'elementor_header_footer'),
(382, 78, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life and knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do I need to be local to work with you?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[],"isInner":true,"isLocked":true}]},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(383, 78, '_thumbnail_id', '9'),
(385, 78, '_elementor_pro_version', '3.25.4'),
(404, 80, '_elementor_edit_mode', 'builder'),
(405, 80, '_elementor_template_type', 'wp-page'),
(406, 80, '_elementor_version', '3.25.10'),
(407, 80, '_wp_page_template', 'elementor_header_footer'),
(408, 80, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life and knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do I need to be local to work with you?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[],"isInner":true,"isLocked":true}]},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(409, 80, '_thumbnail_id', '9'),
(411, 80, '_elementor_pro_version', '3.25.4'),
(414, 81, '_elementor_edit_mode', 'builder'),
(415, 81, '_elementor_template_type', 'wp-page'),
(416, 81, '_elementor_version', '3.25.10'),
(417, 81, '_wp_page_template', 'elementor_header_footer'),
(418, 81, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life and knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do I need to be local to work with you?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[],"isInner":true,"isLocked":true}]},{"id":"1452ddc9","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":false},"structure":"20","margin":{"unit":"%","top":"4","right":"0","bottom":"0","left":"0","isLinked":""},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","width_tablet":{"unit":"%","size":"","sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":30,"sizes":[],"column":"30","row":"30","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true},"flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(419, 81, '_thumbnail_id', '9'),
(421, 81, '_elementor_pro_version', '3.25.4'),
(424, 82, '_elementor_edit_mode', 'builder'),
(425, 82, '_elementor_template_type', 'wp-page'),
(426, 82, '_elementor_version', '3.25.10'),
(427, 82, '_wp_page_template', 'elementor_header_footer'),
(428, 82, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life and knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(429, 82, '_thumbnail_id', '9'),
(431, 82, '_elementor_pro_version', '3.25.4'),
(437, 83, '_elementor_edit_mode', 'builder'),
(438, 83, '_elementor_template_type', 'wp-page'),
(439, 83, '_elementor_version', '3.25.10'),
(440, 83, '_wp_page_template', 'elementor_header_footer'),
(441, 83, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life and knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(442, 83, '_thumbnail_id', '9'),
(444, 83, '_elementor_pro_version', '3.25.4'),
(447, 84, '_elementor_edit_mode', 'builder'),
(448, 84, '_elementor_template_type', 'wp-page'),
(449, 84, '_elementor_version', '3.25.10'),
(450, 84, '_wp_page_template', 'elementor_header_footer'),
(451, 84, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life and knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(452, 84, '_thumbnail_id', '9'),
(454, 84, '_elementor_pro_version', '3.25.4'),
(457, 85, '_elementor_edit_mode', 'builder'),
(458, 85, '_elementor_template_type', 'wp-page'),
(459, 85, '_elementor_version', '3.25.10'),
(460, 85, '_wp_page_template', 'elementor_header_footer'),
(461, 85, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(462, 85, '_thumbnail_id', '9'),
(464, 85, '_elementor_pro_version', '3.25.4'),
(483, 87, '_elementor_edit_mode', 'builder'),
(484, 87, '_elementor_template_type', 'wp-page'),
(485, 87, '_elementor_version', '3.25.10'),
(486, 87, '_wp_page_template', 'elementor_header_footer'),
(487, 87, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(488, 87, '_thumbnail_id', '9'),
(490, 87, '_elementor_pro_version', '3.25.4'),
(493, 88, '_elementor_edit_mode', 'builder'),
(494, 88, '_elementor_template_type', 'wp-page'),
(495, 88, '_elementor_version', '3.25.10'),
(496, 88, '_wp_page_template', 'elementor_header_footer'),
(497, 88, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(498, 88, '_thumbnail_id', '9'),
(500, 88, '_elementor_pro_version', '3.25.4'),
(503, 89, '_elementor_edit_mode', 'builder'),
(504, 89, '_elementor_template_type', 'wp-page'),
(505, 89, '_elementor_version', '3.25.10'),
(506, 89, '_wp_page_template', 'elementor_header_footer'),
(507, 89, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(508, 89, '_thumbnail_id', '9'),
(510, 89, '_elementor_pro_version', '3.25.4'),
(522, 91, '_elementor_edit_mode', 'builder'),
(523, 91, '_elementor_template_type', 'wp-page'),
(524, 91, '_elementor_version', '3.25.10'),
(525, 91, '_wp_page_template', 'elementor_header_footer'),
(526, 91, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(527, 91, '_thumbnail_id', '9'),
(529, 91, '_elementor_pro_version', '3.25.4'),
(532, 92, '_elementor_edit_mode', 'builder'),
(533, 92, '_elementor_template_type', 'wp-page'),
(534, 92, '_elementor_version', '3.25.10'),
(535, 92, '_wp_page_template', 'elementor_header_footer'),
(536, 92, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(537, 92, '_thumbnail_id', '9'),
(539, 92, '_elementor_pro_version', '3.25.4'),
(542, 93, '_elementor_edit_mode', 'builder'),
(543, 93, '_elementor_template_type', 'wp-page'),
(544, 93, '_elementor_version', '3.25.10'),
(545, 93, '_wp_page_template', 'elementor_header_footer'),
(546, 93, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(547, 93, '_thumbnail_id', '9'),
(549, 93, '_elementor_pro_version', '3.25.4'),
(555, 94, 'is_wp_suggestion', ''),
(556, 95, '_elementor_source', 'post'),
(557, 95, '_elementor_edit_mode', 'builder'),
(558, 95, '_elementor_template_type', 'header'),
(559, 95, '_elementor_version', '3.25.10'),
(560, 95, '_elementor_pro_version', '3.25.4'),
(561, 95, '_edit_lock', '1733467467:1'),
(566, 95, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(578, 97, '_elementor_edit_mode', 'builder'),
(579, 97, '_elementor_template_type', 'footer'),
(580, 98, '_elementor_edit_mode', 'builder'),
(581, 98, '_elementor_template_type', 'footer'),
(582, 97, '_elementor_version', '3.25.10'),
(583, 97, '_elementor_pro_version', '3.25.4'),
(584, 97, '_edit_lock', '1733470627:1'),
(592, 99, '_wp_attached_file', '2024/12/placeholder-4.png'),
(593, 99, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:25:"2024/12/placeholder-4.png";s:8:"filesize";i:4425;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:25:"placeholder-4-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:3887;}s:5:"large";a:5:{s:4:"file";s:26:"placeholder-4-1024x683.png";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:18458;}s:9:"thumbnail";a:5:{s:4:"file";s:25:"placeholder-4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:2225;}s:12:"medium_large";a:5:{s:4:"file";s:25:"placeholder-4-768x512.png";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:12559;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(594, 99, '_elementor_source_image_hash', '8aa0b7a30245df1c67e81f222d6d138e99621076'),
(595, 100, '_elementor_source', 'post'),
(596, 100, '_elementor_edit_mode', 'builder'),
(597, 100, '_elementor_template_type', 'header'),
(598, 100, '_elementor_version', '3.25.10'),
(599, 100, '_elementor_pro_version', '3.25.4'),
(600, 100, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(601, 95, '_wp_page_template', 'default'),
(602, 95, '_elementor_page_settings', 'a:1:{s:24:"content_wrapper_html_tag";s:6:"header";}'),
(603, 95, '_elementor_data', '[{"id":"7e375f6d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"px","size":100,"sizes":[]},"content_position":"middle","padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"background_background":"classic","background_motion_fx_opacity_range":{"unit":"%","size":"","sizes":{"start":"0","end":1}},"margin":{"unit":"%","top":"0","right":0,"bottom":"5","left":0,"isLinked":false},"z_index":"95","sticky":"top","__globals__":[],"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"background_motion_fx_range":"page","margin_mobile":{"unit":"%","top":"","right":0,"bottom":"","left":0,"isLinked":true},"_title":"Header","min_height_tablet":{"unit":"px","size":85,"sizes":[]},"structure":"30","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"px","size":65,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","background_color":"#FFFFFF","flex_justify_content":"flex-start","border_border":"none","position":"fixed"},"elements":[{"id":"2953f467","elType":"container","settings":{"_column_size":33,"width":{"size":40,"unit":"%"},"width_tablet":{"size":15,"unit":"%"},"width_mobile":{"size":20,"unit":"%"},"content_width":"full","flex_direction":"column","flex_justify_content":"center","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_align_items":"flex-start"},"elements":[{"id":"4232bca0","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"width":{"unit":"%","size":100,"sizes":[]},"css_filters_brightness":{"unit":"px","size":0,"sizes":[]},"css_filters_saturate":{"unit":"px","size":0,"sizes":[]},"height":{"unit":"px","size":150,"sizes":[]},"object-fit":"contain","width_tablet":{"unit":"px","size":"","sizes":[]},"width_mobile":{"unit":"px","size":"","sizes":[]},"height_tablet":{"unit":"px","size":27,"sizes":[]},"height_mobile":{"unit":"px","size":20,"sizes":[]},"align":"left","image":{"id":99,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/placeholder-4.png"},"text_color":"#324A6D","caption_typography_typography":"custom","caption_typography_font_family":"Poppins","caption_typography_font_size":{"unit":"px","size":16,"sizes":[]},"caption_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"caption_typography_font_weight":"300","caption_typography_text_transform":"none","caption_typography_font_style":"normal","caption_typography_text_decoration":"none","caption_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"caption_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"caption_typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"__globals__":[],"object-position":"center left"},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"730efc24","elType":"container","settings":{"_column_size":33,"width":{"size":60,"unit":"%"},"width_tablet":{"size":85,"unit":"%"},"width_mobile":{"size":80,"unit":"%"},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true}},"elements":[{"id":"668db93b","elType":"widget","settings":{"full_width":"stretch","pointer_width":{"unit":"px","size":1,"sizes":[]},"padding_horizontal_menu_item":{"unit":"px","size":"0","sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":"5","sizes":[]},"menu_space_between":{"unit":"px","size":"30","sizes":[]},"__globals__":[],"animation_text":"skew","padding_vertical_dropdown_item_mobile":{"unit":"px","size":"14","sizes":[]},"dropdown_top_distance_mobile":{"unit":"px","size":"15","sizes":[]},"toggle_size_mobile":{"unit":"px","size":"20","sizes":[]},"color_menu_item":"#1C244B","color_menu_item_active":"#324A6D","color_dropdown_item":"#1C244B","background_color_dropdown_item":"#F3F5F8","background_color_dropdown_item_hover":"#F9FAFD","background_color_dropdown_item_active":"#F9FAFD","toggle_color":"#467FF7","toggle_background_color":"#02010100","align_items":"right","dropdown":"mobile","toggle_align":"right","menu_typography_typography":"custom","menu_typography_font_family":"Poppins","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"menu_typography_font_weight":"400","menu_typography_text_transform":"capitalize","menu_typography_font_style":"normal","menu_typography_text_decoration":"none","menu_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"menu_typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"color_menu_item_hover":"#324A6D","pointer_color_menu_item_hover":"#324A6D","pointer_color_menu_item_active":"#324A6D","nav_menu_divider_color":"#324A6D","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Poppins","dropdown_typography_font_size":{"unit":"px","size":16,"sizes":[]},"dropdown_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"dropdown_typography_font_weight":"400","dropdown_typography_text_transform":"capitalize","dropdown_typography_font_style":"normal","dropdown_typography_text_decoration":"none","dropdown_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"dropdown_typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"dropdown_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_name":"Menu"},"elements":[],"widgetType":"nav-menu"}],"isInner":true}],"isInner":false}]'),
(604, 101, '_elementor_source', 'post'),
(605, 101, '_elementor_edit_mode', 'builder'),
(606, 101, '_elementor_template_type', 'header'),
(607, 101, '_elementor_version', '3.25.10'),
(608, 101, '_elementor_pro_version', '3.25.4'),
(609, 101, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(610, 101, '_wp_page_template', 'default'),
(611, 101, '_elementor_page_settings', 'a:1:{s:24:"content_wrapper_html_tag";s:6:"header";}'),
(612, 101, '_elementor_data', '[{"id":"7e375f6d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"px","size":100,"sizes":[]},"content_position":"middle","padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"background_background":"classic","background_motion_fx_opacity_range":{"unit":"%","size":"","sizes":{"start":"0","end":1}},"margin":{"unit":"%","top":"0","right":0,"bottom":"5","left":0,"isLinked":false},"z_index":"95","sticky":"top","__globals__":[],"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"background_motion_fx_range":"page","margin_mobile":{"unit":"%","top":"","right":0,"bottom":"","left":0,"isLinked":true},"_title":"Header","min_height_tablet":{"unit":"px","size":85,"sizes":[]},"structure":"30","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"px","size":65,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","background_color":"#FFFFFF3D","flex_justify_content":"flex-start","border_border":"none"},"elements":[{"id":"2953f467","elType":"container","settings":{"_column_size":33,"width":{"size":40,"unit":"%"},"width_tablet":{"size":15,"unit":"%"},"width_mobile":{"size":20,"unit":"%"},"content_width":"full","flex_direction":"column","flex_justify_content":"center","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_align_items":"flex-start"},"elements":[{"id":"4232bca0","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"width":{"unit":"%","size":100,"sizes":[]},"css_filters_brightness":{"unit":"px","size":0,"sizes":[]},"css_filters_saturate":{"unit":"px","size":0,"sizes":[]},"height":{"unit":"px","size":150,"sizes":[]},"object-fit":"contain","width_tablet":{"unit":"px","size":"","sizes":[]},"width_mobile":{"unit":"px","size":"","sizes":[]},"height_tablet":{"unit":"px","size":27,"sizes":[]},"height_mobile":{"unit":"px","size":20,"sizes":[]},"align":"left","image":{"id":99,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/placeholder-4.png"},"text_color":"#324A6D","caption_typography_typography":"custom","caption_typography_font_family":"Poppins","caption_typography_font_size":{"unit":"px","size":16,"sizes":[]},"caption_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"caption_typography_font_weight":"300","caption_typography_text_transform":"none","caption_typography_font_style":"normal","caption_typography_text_decoration":"none","caption_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"caption_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"caption_typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"__globals__":[],"object-position":"center left"},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"730efc24","elType":"container","settings":{"_column_size":33,"width":{"size":60,"unit":"%"},"width_tablet":{"size":85,"unit":"%"},"width_mobile":{"size":80,"unit":"%"},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true}},"elements":[{"id":"668db93b","elType":"widget","settings":{"full_width":"stretch","pointer_width":{"unit":"px","size":1,"sizes":[]},"padding_horizontal_menu_item":{"unit":"px","size":"0","sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":"5","sizes":[]},"menu_space_between":{"unit":"px","size":"30","sizes":[]},"__globals__":[],"animation_text":"skew","padding_vertical_dropdown_item_mobile":{"unit":"px","size":"14","sizes":[]},"dropdown_top_distance_mobile":{"unit":"px","size":"15","sizes":[]},"toggle_size_mobile":{"unit":"px","size":"20","sizes":[]},"color_menu_item":"#1C244B","color_menu_item_active":"#324A6D","color_dropdown_item":"#1C244B","background_color_dropdown_item":"#F3F5F8","background_color_dropdown_item_hover":"#F9FAFD","background_color_dropdown_item_active":"#F9FAFD","toggle_color":"#467FF7","toggle_background_color":"#02010100","align_items":"right","dropdown":"mobile","toggle_align":"right","menu_typography_typography":"custom","menu_typography_font_family":"Poppins","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"menu_typography_font_weight":"400","menu_typography_text_transform":"capitalize","menu_typography_font_style":"normal","menu_typography_text_decoration":"none","menu_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"menu_typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"color_menu_item_hover":"#324A6D","pointer_color_menu_item_hover":"#324A6D","pointer_color_menu_item_active":"#324A6D","nav_menu_divider_color":"#324A6D","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Poppins","dropdown_typography_font_size":{"unit":"px","size":16,"sizes":[]},"dropdown_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"dropdown_typography_font_weight":"400","dropdown_typography_text_transform":"capitalize","dropdown_typography_font_style":"normal","dropdown_typography_text_decoration":"none","dropdown_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"dropdown_typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"dropdown_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_name":"Menu"},"elements":[],"widgetType":"nav-menu"}],"isInner":true}],"isInner":false}]'),
(618, 102, '_wp_attached_file', '2024/12/placeholder-1-1.png'),
(619, 102, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:27:"2024/12/placeholder-1-1.png";s:8:"filesize";i:4425;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:27:"placeholder-1-1-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:3887;}s:5:"large";a:5:{s:4:"file";s:28:"placeholder-1-1-1024x683.png";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:18458;}s:9:"thumbnail";a:5:{s:4:"file";s:27:"placeholder-1-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:2225;}s:12:"medium_large";a:5:{s:4:"file";s:27:"placeholder-1-1-768x512.png";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:12559;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(620, 102, '_elementor_source_image_hash', '476390b70e61c4a8f7267d52e5c9dd17bd14fbc3'),
(632, 97, '_wp_page_template', 'default'),
(633, 97, '_elementor_page_settings', 'a:1:{s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(634, 97, '_elementor_data', '[{"id":"249ef89b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"structure":"40","padding":{"unit":"%","top":"5","right":"8","bottom":"2","left":"8","isLinked":""},"padding_tablet":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":""},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":""},"_title":"Footer","flex_direction":"row","flex_align_items":"flex-start","content_width":"full","flex_direction_tablet":"row-reverse","flex_wrap_tablet":"wrap","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"__globals__":{"border_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"16b2305d","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":50},"flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":"100","unit":"%"},"flex_gap_tablet":{"size":"30","unit":"px","column":"30","row":"30","isLinked":true},"margin_tablet":{"unit":"%","top":"8","right":"0","bottom":"0","left":"0","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"35","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"content_width":"full","_flex_order_tablet":"end","flex_direction":"column","_flex_size":"none","_element_width":"initial"},"elements":[{"id":"5103185a","elType":"widget","settings":{"title_text":"Life Strategies Coaching","description_text":"Overcome addiction, break free from depression, and create fulfilling relationships.","title_size":"span","image_space":{"unit":"px","size":6,"sizes":[]},"image_size":{"unit":"%","size":40,"sizes":[]},"text_align":"center","__dynamic__":{"image":"[elementor-tag id=\\"768ac1e\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"image_space_mobile":{"unit":"px","size":"0","sizes":[]},"image":{"id":102,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/placeholder-1-1.png"},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":21,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":45,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":28,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"none","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"title_typography_line_height_mobile":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"description_color":"#324A6D","description_typography_typography":"custom","description_typography_font_family":"Poppins","description_typography_font_size":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"300","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"__globals__":[],"_element_width":"initial","_element_custom_width":{"unit":"%","size":86,"sizes":[]}},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"1b2c2077","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":21.523},"width_tablet":{"size":"25","unit":"%"},"width_mobile":{"size":"50","unit":"%"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"38d27120","elType":"widget","settings":{"title":"Services","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"3f269ea","elType":"widget","settings":{"icon_list":[{"text":"Relationship Coaching","selected_icon":{"value":"","library":""},"_id":"a5caa92","link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_1","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Overcoming Addiction","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_2","is_external":"","nofollow":"","custom_attributes":""},"_id":"ad6ec7f"},{"text":"Overcoming Depression","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_3","is_external":"","nofollow":"","custom_attributes":""},"_id":"1eeac9a"},{"text":"The Lost Man Project","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_4","is_external":"","nofollow":"","custom_attributes":""},"_id":"d5c9f75"}],"space_between":{"unit":"px","size":"10","sizes":[]},"__globals__":[],"space_between_mobile":{"unit":"px","size":"8","sizes":[]},"icon_color":"#324A6D","text_color":"#324A6D","text_color_hover":"#C8D5DC","icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"icon_typography_font_weight":"300","icon_typography_text_transform":"none","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"67cfd3a0","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":16.51},"width_tablet":{"size":"25","unit":"%"},"width_mobile":{"size":"50","unit":"%"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"718a8864","elType":"widget","settings":{"title":"Quick Links","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"708b79b4","elType":"widget","settings":{"layout":"vertical","pointer":"none","dropdown":"none","padding_horizontal_menu_item":{"unit":"px","size":"0","sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":"0","sizes":[]},"menu_space_between":{"unit":"px","size":"10","sizes":[]},"__globals__":[],"menu_space_between_mobile":{"unit":"px","size":"8","sizes":[]},"menu_typography_typography":"custom","menu_typography_font_family":"Poppins","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"menu_typography_font_weight":"300","menu_typography_text_transform":"none","menu_typography_font_style":"normal","menu_typography_text_decoration":"none","menu_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"menu_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"color_menu_item":"#324A6D","color_menu_item_hover":"#C8D5DC","pointer_color_menu_item_hover":"#467FF7","nav_menu_divider_color":"#324A6D","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Poppins","dropdown_typography_font_size":{"unit":"px","size":16,"sizes":[]},"dropdown_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"dropdown_typography_font_weight":"400","dropdown_typography_text_transform":"capitalize","dropdown_typography_font_style":"normal","dropdown_typography_text_decoration":"none","dropdown_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"dropdown_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_name":"Menu","menu":"header-menu"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"55ee2c0f","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":16.464},"width_tablet":{"size":"50","unit":"%"},"padding_tablet":{"unit":"%","top":"0","right":"15","bottom":"0","left":"0","isLinked":""},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"content_width":"full","margin_mobile":{"unit":"%","top":"0","right":"0","bottom":"25","left":"0","isLinked":false},"_flex_order_mobile":"start","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"3cf6ed27","elType":"widget","settings":{"title":"Get In Touch","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"68f44cf","elType":"widget","settings":{"editor":"<p>123 Main Street<br \\/>New York, NY 10001<\\/p>","_margin":{"unit":"px","top":"0","right":"0","bottom":"-16","left":"0","isLinked":false},"text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"drop_cap_primary_color":"#1C244B","__globals__":[]},"elements":[],"widgetType":"text-editor"},{"id":"ed90a39","elType":"widget","settings":{"icon_list":[{"text":"Email: contact@mysite.com","selected_icon":{"value":"","library":""},"_id":"a5caa92","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"__dynamic__":{"link":"[elementor-tag id=\\"0c0ddc3\\" name=\\"contact-url\\" settings=\\"%7B%22link_type%22%3A%22email%22%2C%22mail_to%22%3A%22contact%40mysite.com%22%7D\\"]"}},{"text":"Phone: 123-456-7890","selected_icon":{"value":"","library":""},"_id":"ad6ec7f","__dynamic__":{"link":"[elementor-tag id=\\"329af31\\" name=\\"contact-url\\" settings=\\"%7B%22link_type%22%3A%22tel%22%2C%22tel_number%22%3A%22123-456-7890%22%7D\\"]"}},{"text":"Hours: Mon-Fri 9:00AM - 5:00PM","selected_icon":{"value":"","library":""},"_id":"1eeac9a"}],"space_between":{"unit":"px","size":0,"sizes":[]},"__globals__":[],"space_between_mobile":{"unit":"px","size":"8","sizes":[]},"icon_color":"#324A6D","text_color":"#324A6D","icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"icon_typography_font_weight":"300","icon_typography_text_transform":"none","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":false},{"id":"6653e92f","elType":"container","settings":{"flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"px","size":45,"sizes":[]},"content_position":"middle","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=b7beca2"},"_title":"Copyright","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[{"id":"17f9a54b","elType":"widget","settings":{"title":"\\u00a9 All Rights Reserved.","header_size":"p","align":"center","__globals__":[],"__dynamic__":{"title":"[elementor-tag id=\\"17f9cbb\\" name=\\"current-date-time\\" settings=\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%5Cu00a9+%22%2C%22after%22%3A%22+All+Rights+Reserved.%22%2C%22time_format%22%3A%22default%22%2C%22fallback%22%3A%22%22%7D\\"]"},"title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"}],"isInner":false}]'),
(637, 104, '_elementor_edit_mode', 'builder'),
(638, 104, '_elementor_template_type', 'footer'),
(639, 104, '_elementor_version', '3.25.10'),
(640, 104, '_elementor_pro_version', '3.25.4'),
(641, 104, '_wp_page_template', 'default'),
(642, 104, '_elementor_page_settings', 'a:1:{s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(643, 104, '_elementor_data', '[{"id":"249ef89b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"structure":"40","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":""},"padding_tablet":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":""},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":""},"_title":"Footer","flex_direction":"row","flex_align_items":"stretch","content_width":"full","flex_direction_tablet":"row-reverse","flex_wrap_tablet":"wrap","background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"16b2305d","elType":"container","settings":{"_column_size":"25","width":{"size":46,"unit":"%"},"flex_gap":{"size":"50","unit":"px","column":"50","row":"50","isLinked":true},"padding":{"unit":"%","top":"0","right":"20","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":"100","unit":"%"},"flex_gap_tablet":{"size":"30","unit":"px","column":"30","row":"30","isLinked":true},"margin_tablet":{"unit":"%","top":"8","right":"0","bottom":"0","left":"0","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"35","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"content_width":"full","_flex_order_tablet":"end","flex_direction":"column"},"elements":[{"id":"5103185a","elType":"widget","settings":{"title_text":"","description_text":"Overcome addiction, break free from depression, and ","title_size":"span","image_space":{"unit":"px","size":"20","sizes":[]},"image_size":{"unit":"%","size":16,"sizes":[]},"text_align":"left","__dynamic__":{"image":"[elementor-tag id=\\"768ac1e\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"image_space_mobile":{"unit":"px","size":"0","sizes":[]},"image":{"id":102,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/placeholder-1-1.png"},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":65,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":45,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":28,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"none","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"title_typography_line_height_mobile":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"description_color":"#324A6D","description_typography_typography":"custom","description_typography_font_family":"Poppins","description_typography_font_size":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"300","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"__globals__":[]},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"1b2c2077","elType":"container","settings":{"_column_size":"25","width":{"size":17,"unit":"%"},"width_tablet":{"size":"25","unit":"%"},"width_mobile":{"size":"50","unit":"%"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"38d27120","elType":"widget","settings":{"title":"Services","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"3f269ea","elType":"widget","settings":{"icon_list":[{"text":"Service 1","selected_icon":{"value":"","library":""},"_id":"a5caa92","link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_1","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Service 2","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_2","is_external":"","nofollow":"","custom_attributes":""},"_id":"ad6ec7f"},{"text":"Service 3","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_3","is_external":"","nofollow":"","custom_attributes":""},"_id":"1eeac9a"},{"text":"Service 4","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_4","is_external":"","nofollow":"","custom_attributes":""},"_id":"d5c9f75"},{"text":"Service 5","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_5","is_external":"","nofollow":"","custom_attributes":""},"_id":"e53588b"}],"space_between":{"unit":"px","size":"10","sizes":[]},"__globals__":[],"space_between_mobile":{"unit":"px","size":"8","sizes":[]},"icon_color":"#324A6D","text_color":"#324A6D","text_color_hover":"#C8D5DC","icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"icon_typography_font_weight":"300","icon_typography_text_transform":"none","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"67cfd3a0","elType":"container","settings":{"_column_size":"25","width":{"size":17,"unit":"%"},"width_tablet":{"size":"25","unit":"%"},"width_mobile":{"size":"50","unit":"%"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"718a8864","elType":"widget","settings":{"title":"Quick Links","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"708b79b4","elType":"widget","settings":{"layout":"vertical","pointer":"none","dropdown":"none","padding_horizontal_menu_item":{"unit":"px","size":"0","sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":"0","sizes":[]},"menu_space_between":{"unit":"px","size":"10","sizes":[]},"__globals__":[],"menu_space_between_mobile":{"unit":"px","size":"8","sizes":[]},"menu_typography_typography":"custom","menu_typography_font_family":"Poppins","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"menu_typography_font_weight":"300","menu_typography_text_transform":"none","menu_typography_font_style":"normal","menu_typography_text_decoration":"none","menu_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"menu_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"color_menu_item":"#324A6D","color_menu_item_hover":"#C8D5DC","pointer_color_menu_item_hover":"#467FF7","nav_menu_divider_color":"#324A6D","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Poppins","dropdown_typography_font_size":{"unit":"px","size":16,"sizes":[]},"dropdown_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"dropdown_typography_font_weight":"400","dropdown_typography_text_transform":"capitalize","dropdown_typography_font_style":"normal","dropdown_typography_text_decoration":"none","dropdown_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"dropdown_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_name":"Menu"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"55ee2c0f","elType":"container","settings":{"_column_size":"25","width":{"size":20,"unit":"%"},"width_tablet":{"size":"50","unit":"%"},"padding_tablet":{"unit":"%","top":"0","right":"15","bottom":"0","left":"0","isLinked":""},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"content_width":"full","margin_mobile":{"unit":"%","top":"0","right":"0","bottom":"25","left":"0","isLinked":false},"_flex_order_mobile":"start","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"3cf6ed27","elType":"widget","settings":{"title":"Get In Touch","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"68f44cf","elType":"widget","settings":{"editor":"<p>123 Main Street<br \\/>New York, NY 10001<\\/p>","_margin":{"unit":"px","top":"0","right":"0","bottom":"-16","left":"0","isLinked":false},"text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"drop_cap_primary_color":"#1C244B","__globals__":[]},"elements":[],"widgetType":"text-editor"},{"id":"ed90a39","elType":"widget","settings":{"icon_list":[{"text":"Email: contact@mysite.com","selected_icon":{"value":"","library":""},"_id":"a5caa92","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"__dynamic__":{"link":"[elementor-tag id=\\"0c0ddc3\\" name=\\"contact-url\\" settings=\\"%7B%22link_type%22%3A%22email%22%2C%22mail_to%22%3A%22contact%40mysite.com%22%7D\\"]"}},{"text":"Phone: 123-456-7890","selected_icon":{"value":"","library":""},"_id":"ad6ec7f","__dynamic__":{"link":"[elementor-tag id=\\"329af31\\" name=\\"contact-url\\" settings=\\"%7B%22link_type%22%3A%22tel%22%2C%22tel_number%22%3A%22123-456-7890%22%7D\\"]"}},{"text":"Hours: Mon-Fri 9:00AM - 5:00PM","selected_icon":{"value":"","library":""},"_id":"1eeac9a"}],"space_between":{"unit":"px","size":0,"sizes":[]},"__globals__":[],"space_between_mobile":{"unit":"px","size":"8","sizes":[]},"icon_color":"#324A6D","text_color":"#324A6D","icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"icon_typography_font_weight":"300","icon_typography_text_transform":"none","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":false},{"id":"6653e92f","elType":"container","settings":{"flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"px","size":45,"sizes":[]},"content_position":"middle","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=b7beca2"},"_title":"Copyright","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[{"id":"17f9a54b","elType":"widget","settings":{"title":"\\u00a9 All Rights Reserved.","header_size":"p","align":"center","__globals__":[],"__dynamic__":{"title":"[elementor-tag id=\\"17f9cbb\\" name=\\"current-date-time\\" settings=\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%5Cu00a9+%22%2C%22after%22%3A%22+All+Rights+Reserved.%22%2C%22time_format%22%3A%22default%22%2C%22fallback%22%3A%22%22%7D\\"]"},"title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"}],"isInner":false}]'),
(645, 105, '_elementor_edit_mode', 'builder'),
(646, 105, '_elementor_template_type', 'footer'),
(647, 105, '_elementor_version', '3.25.10'),
(648, 105, '_elementor_pro_version', '3.25.4'),
(649, 105, '_wp_page_template', 'default'),
(650, 105, '_elementor_page_settings', 'a:1:{s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(651, 105, '_elementor_data', '[{"id":"249ef89b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"structure":"40","padding":{"unit":"%","top":"5","right":"8","bottom":"2","left":"8","isLinked":""},"padding_tablet":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":""},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":""},"_title":"Footer","flex_direction":"row","flex_align_items":"flex-start","content_width":"full","flex_direction_tablet":"row-reverse","flex_wrap_tablet":"wrap","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"__globals__":{"border_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"16b2305d","elType":"container","settings":{"_column_size":"25","width":{"size":46,"unit":"%"},"flex_gap":{"size":"50","unit":"px","column":"50","row":"50","isLinked":true},"padding":{"unit":"%","top":"0","right":"20","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":"100","unit":"%"},"flex_gap_tablet":{"size":"30","unit":"px","column":"30","row":"30","isLinked":true},"margin_tablet":{"unit":"%","top":"8","right":"0","bottom":"0","left":"0","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"35","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"content_width":"full","_flex_order_tablet":"end","flex_direction":"column"},"elements":[{"id":"5103185a","elType":"widget","settings":{"title_text":"Life Strategies Coaching","description_text":"Overcome addiction, break free from depression, and create fulfilling relationships.","title_size":"span","image_space":{"unit":"px","size":6,"sizes":[]},"image_size":{"unit":"%","size":40,"sizes":[]},"text_align":"center","__dynamic__":{"image":"[elementor-tag id=\\"768ac1e\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"image_space_mobile":{"unit":"px","size":"0","sizes":[]},"image":{"id":102,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/placeholder-1-1.png"},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":21,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":45,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":28,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"none","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"title_typography_line_height_mobile":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"description_color":"#324A6D","description_typography_typography":"custom","description_typography_font_family":"Poppins","description_typography_font_size":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"300","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"__globals__":[]},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"1b2c2077","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":15.629},"width_tablet":{"size":"25","unit":"%"},"width_mobile":{"size":"50","unit":"%"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"38d27120","elType":"widget","settings":{"title":"Services","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"3f269ea","elType":"widget","settings":{"icon_list":[{"text":"Service 1","selected_icon":{"value":"","library":""},"_id":"a5caa92","link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_1","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Service 2","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_2","is_external":"","nofollow":"","custom_attributes":""},"_id":"ad6ec7f"},{"text":"Service 3","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_3","is_external":"","nofollow":"","custom_attributes":""},"_id":"1eeac9a"},{"text":"Service 4","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_4","is_external":"","nofollow":"","custom_attributes":""},"_id":"d5c9f75"},{"text":"Service 5","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_5","is_external":"","nofollow":"","custom_attributes":""},"_id":"e53588b"}],"space_between":{"unit":"px","size":"10","sizes":[]},"__globals__":[],"space_between_mobile":{"unit":"px","size":"8","sizes":[]},"icon_color":"#324A6D","text_color":"#324A6D","text_color_hover":"#C8D5DC","icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"icon_typography_font_weight":"300","icon_typography_text_transform":"none","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"67cfd3a0","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":16.314},"width_tablet":{"size":"25","unit":"%"},"width_mobile":{"size":"50","unit":"%"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"718a8864","elType":"widget","settings":{"title":"Quick Links","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"708b79b4","elType":"widget","settings":{"layout":"vertical","pointer":"none","dropdown":"none","padding_horizontal_menu_item":{"unit":"px","size":"0","sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":"0","sizes":[]},"menu_space_between":{"unit":"px","size":"10","sizes":[]},"__globals__":[],"menu_space_between_mobile":{"unit":"px","size":"8","sizes":[]},"menu_typography_typography":"custom","menu_typography_font_family":"Poppins","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"menu_typography_font_weight":"300","menu_typography_text_transform":"none","menu_typography_font_style":"normal","menu_typography_text_decoration":"none","menu_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"menu_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"color_menu_item":"#324A6D","color_menu_item_hover":"#C8D5DC","pointer_color_menu_item_hover":"#467FF7","nav_menu_divider_color":"#324A6D","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Poppins","dropdown_typography_font_size":{"unit":"px","size":16,"sizes":[]},"dropdown_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"dropdown_typography_font_weight":"400","dropdown_typography_text_transform":"capitalize","dropdown_typography_font_style":"normal","dropdown_typography_text_decoration":"none","dropdown_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"dropdown_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_name":"Menu"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"55ee2c0f","elType":"container","settings":{"_column_size":"25","width":{"size":20,"unit":"%"},"width_tablet":{"size":"50","unit":"%"},"padding_tablet":{"unit":"%","top":"0","right":"15","bottom":"0","left":"0","isLinked":""},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"content_width":"full","margin_mobile":{"unit":"%","top":"0","right":"0","bottom":"25","left":"0","isLinked":false},"_flex_order_mobile":"start","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"3cf6ed27","elType":"widget","settings":{"title":"Get In Touch","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"68f44cf","elType":"widget","settings":{"editor":"<p>123 Main Street<br \\/>New York, NY 10001<\\/p>","_margin":{"unit":"px","top":"0","right":"0","bottom":"-16","left":"0","isLinked":false},"text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"drop_cap_primary_color":"#1C244B","__globals__":[]},"elements":[],"widgetType":"text-editor"},{"id":"ed90a39","elType":"widget","settings":{"icon_list":[{"text":"Email: contact@mysite.com","selected_icon":{"value":"","library":""},"_id":"a5caa92","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"__dynamic__":{"link":"[elementor-tag id=\\"0c0ddc3\\" name=\\"contact-url\\" settings=\\"%7B%22link_type%22%3A%22email%22%2C%22mail_to%22%3A%22contact%40mysite.com%22%7D\\"]"}},{"text":"Phone: 123-456-7890","selected_icon":{"value":"","library":""},"_id":"ad6ec7f","__dynamic__":{"link":"[elementor-tag id=\\"329af31\\" name=\\"contact-url\\" settings=\\"%7B%22link_type%22%3A%22tel%22%2C%22tel_number%22%3A%22123-456-7890%22%7D\\"]"}},{"text":"Hours: Mon-Fri 9:00AM - 5:00PM","selected_icon":{"value":"","library":""},"_id":"1eeac9a"}],"space_between":{"unit":"px","size":0,"sizes":[]},"__globals__":[],"space_between_mobile":{"unit":"px","size":"8","sizes":[]},"icon_color":"#324A6D","text_color":"#324A6D","icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"icon_typography_font_weight":"300","icon_typography_text_transform":"none","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":false},{"id":"6653e92f","elType":"container","settings":{"flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"px","size":45,"sizes":[]},"content_position":"middle","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=b7beca2"},"_title":"Copyright","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[{"id":"17f9a54b","elType":"widget","settings":{"title":"\\u00a9 All Rights Reserved.","header_size":"p","align":"center","__globals__":[],"__dynamic__":{"title":"[elementor-tag id=\\"17f9cbb\\" name=\\"current-date-time\\" settings=\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%5Cu00a9+%22%2C%22after%22%3A%22+All+Rights+Reserved.%22%2C%22time_format%22%3A%22default%22%2C%22fallback%22%3A%22%22%7D\\"]"},"title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(654, 97, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(655, 106, '_elementor_edit_mode', 'builder'),
(656, 106, '_elementor_template_type', 'wp-page'),
(657, 106, '_elementor_version', '3.25.10'),
(658, 106, '_wp_page_template', 'elementor_header_footer'),
(659, 106, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(660, 106, '_thumbnail_id', '9'),
(661, 106, '_elementor_pro_version', '3.25.4'),
(665, 107, '_elementor_edit_mode', 'builder'),
(666, 107, '_elementor_template_type', 'wp-page'),
(667, 107, '_elementor_version', '3.25.10'),
(668, 107, '_wp_page_template', 'elementor_header_footer'),
(669, 107, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(670, 107, '_thumbnail_id', '9'),
(671, 107, '_elementor_pro_version', '3.25.4'),
(675, 108, '_elementor_edit_mode', 'builder'),
(676, 108, '_elementor_template_type', 'wp-page'),
(677, 108, '_elementor_version', '3.25.10'),
(678, 108, '_wp_page_template', 'elementor_header_footer'),
(679, 108, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(680, 108, '_thumbnail_id', '9'),
(681, 108, '_elementor_pro_version', '3.25.4'),
(687, 109, '_elementor_source', 'post'),
(688, 109, '_elementor_edit_mode', 'builder'),
(689, 109, '_elementor_template_type', 'header'),
(690, 109, '_elementor_version', '3.25.10'),
(691, 109, '_elementor_pro_version', '3.25.4'),
(692, 109, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(693, 109, '_wp_page_template', 'default'),
(694, 109, '_elementor_page_settings', 'a:1:{s:24:"content_wrapper_html_tag";s:6:"header";}'),
(695, 109, '_elementor_data', '[{"id":"7e375f6d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"px","size":100,"sizes":[]},"content_position":"middle","padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"background_background":"classic","background_motion_fx_opacity_range":{"unit":"%","size":"","sizes":{"start":"0","end":1}},"margin":{"unit":"%","top":"0","right":0,"bottom":"5","left":0,"isLinked":false},"z_index":"95","sticky":"top","__globals__":[],"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"background_motion_fx_range":"page","margin_mobile":{"unit":"%","top":"","right":0,"bottom":"","left":0,"isLinked":true},"_title":"Header","min_height_tablet":{"unit":"px","size":85,"sizes":[]},"structure":"30","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"px","size":65,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","content_width":"full","background_color":"#FFFFFF","flex_justify_content":"flex-start","border_border":"none","position":"fixed"},"elements":[{"id":"2953f467","elType":"container","settings":{"_column_size":33,"width":{"size":40,"unit":"%"},"width_tablet":{"size":15,"unit":"%"},"width_mobile":{"size":20,"unit":"%"},"content_width":"full","flex_direction":"column","flex_justify_content":"center","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_align_items":"flex-start"},"elements":[{"id":"4232bca0","elType":"widget","settings":{"__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]","link":"[elementor-tag id=\\"\\" name=\\"site-url\\" settings=\\"%7B%7D\\"]"},"width":{"unit":"%","size":100,"sizes":[]},"css_filters_brightness":{"unit":"px","size":0,"sizes":[]},"css_filters_saturate":{"unit":"px","size":0,"sizes":[]},"height":{"unit":"px","size":150,"sizes":[]},"object-fit":"contain","width_tablet":{"unit":"px","size":"","sizes":[]},"width_mobile":{"unit":"px","size":"","sizes":[]},"height_tablet":{"unit":"px","size":27,"sizes":[]},"height_mobile":{"unit":"px","size":20,"sizes":[]},"align":"left","image":{"id":99,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/placeholder-4.png"},"text_color":"#324A6D","caption_typography_typography":"custom","caption_typography_font_family":"Poppins","caption_typography_font_size":{"unit":"px","size":16,"sizes":[]},"caption_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"caption_typography_font_weight":"300","caption_typography_text_transform":"none","caption_typography_font_style":"normal","caption_typography_text_decoration":"none","caption_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"caption_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"caption_typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"__globals__":[],"object-position":"center left"},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"730efc24","elType":"container","settings":{"_column_size":33,"width":{"size":60,"unit":"%"},"width_tablet":{"size":85,"unit":"%"},"width_mobile":{"size":80,"unit":"%"},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true}},"elements":[{"id":"668db93b","elType":"widget","settings":{"full_width":"stretch","pointer_width":{"unit":"px","size":1,"sizes":[]},"padding_horizontal_menu_item":{"unit":"px","size":"0","sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":"5","sizes":[]},"menu_space_between":{"unit":"px","size":"30","sizes":[]},"__globals__":[],"animation_text":"skew","padding_vertical_dropdown_item_mobile":{"unit":"px","size":"14","sizes":[]},"dropdown_top_distance_mobile":{"unit":"px","size":"15","sizes":[]},"toggle_size_mobile":{"unit":"px","size":"20","sizes":[]},"color_menu_item":"#1C244B","color_menu_item_active":"#324A6D","color_dropdown_item":"#1C244B","background_color_dropdown_item":"#F3F5F8","background_color_dropdown_item_hover":"#F9FAFD","background_color_dropdown_item_active":"#F9FAFD","toggle_color":"#467FF7","toggle_background_color":"#02010100","align_items":"right","dropdown":"mobile","toggle_align":"right","menu_typography_typography":"custom","menu_typography_font_family":"Poppins","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"menu_typography_font_weight":"400","menu_typography_text_transform":"capitalize","menu_typography_font_style":"normal","menu_typography_text_decoration":"none","menu_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"menu_typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"color_menu_item_hover":"#324A6D","pointer_color_menu_item_hover":"#324A6D","pointer_color_menu_item_active":"#324A6D","nav_menu_divider_color":"#324A6D","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Poppins","dropdown_typography_font_size":{"unit":"px","size":16,"sizes":[]},"dropdown_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"dropdown_typography_font_weight":"400","dropdown_typography_text_transform":"capitalize","dropdown_typography_font_style":"normal","dropdown_typography_text_decoration":"none","dropdown_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"dropdown_typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"dropdown_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_name":"Menu"},"elements":[],"widgetType":"nav-menu"}],"isInner":true}],"isInner":false}]'),
(699, 95, '_elementor_controls_usage', 'a:3:{s:15:"theme-site-logo";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:2;}}s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:4:"link";i:1;}}}}s:9:"container";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:4:{s:24:"section_layout_container";a:1:{s:13:"content_width";i:3;}s:18:"section_background";a:4:{s:21:"background_background";i:1;s:34:"background_motion_fx_opacity_range";i:1;s:26:"background_motion_fx_range";i:1;s:16:"background_color";i:1;}s:15:"section_effects";a:1:{s:6:"sticky";i:1;}s:14:"section_layout";a:1:{s:8:"position";i:1;}}}}s:8:"nav-menu";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_layout";a:4:{s:10:"full_width";i:1;s:14:"animation_text";i:1;s:11:"align_items";i:1;s:8:"dropdown";i:1;}}}}}'),
(700, 110, '_elementor_edit_mode', 'builder'),
(701, 110, '_elementor_template_type', 'wp-page'),
(702, 110, '_elementor_version', '3.25.10'),
(703, 110, '_wp_page_template', 'elementor_header_footer'),
(704, 110, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(705, 110, '_thumbnail_id', '9'),
(706, 110, '_elementor_pro_version', '3.25.4'),
(708, 111, '_elementor_edit_mode', 'builder'),
(709, 111, '_elementor_template_type', 'wp-page'),
(710, 111, '_elementor_version', '3.25.10'),
(711, 111, '_wp_page_template', 'elementor_header_footer'),
(712, 111, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(713, 111, '_thumbnail_id', '9'),
(714, 111, '_elementor_pro_version', '3.25.4'),
(716, 112, '_elementor_edit_mode', 'builder'),
(717, 112, '_elementor_template_type', 'wp-page'),
(718, 112, '_elementor_version', '3.25.10'),
(719, 112, '_wp_page_template', 'elementor_header_footer'),
(720, 112, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(721, 112, '_thumbnail_id', '9'),
(722, 112, '_elementor_pro_version', '3.25.4'),
(725, 113, '_elementor_edit_mode', 'builder'),
(726, 113, '_elementor_template_type', 'wp-page'),
(727, 113, '_elementor_version', '3.25.10'),
(728, 113, '_wp_page_template', 'elementor_header_footer'),
(729, 113, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(730, 113, '_thumbnail_id', '9'),
(731, 113, '_elementor_pro_version', '3.25.4'),
(733, 114, '_elementor_edit_mode', 'builder'),
(734, 114, '_elementor_template_type', 'wp-page'),
(735, 114, '_elementor_version', '3.25.10'),
(736, 114, '_wp_page_template', 'elementor_header_footer'),
(737, 114, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false},{"id":"769daa8d","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"margin_tablet":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"35","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":""},"padding_mobile":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"_title":"FAQ","flex_direction":"column","flex_align_items":"stretch","boxed_width":{"unit":"px","size":1600,"sizes":[]},"background_background":"classic","background_color":"#FFFFFF"},"elements":[],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(738, 114, '_thumbnail_id', '9'),
(739, 114, '_elementor_pro_version', '3.25.4'),
(741, 115, '_elementor_edit_mode', 'builder'),
(742, 115, '_elementor_template_type', 'wp-page'),
(743, 115, '_elementor_version', '3.25.10'),
(744, 115, '_wp_page_template', 'elementor_header_footer'),
(745, 115, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(746, 115, '_thumbnail_id', '9'),
(747, 115, '_elementor_pro_version', '3.25.4'),
(755, 116, '_elementor_edit_mode', 'builder'),
(756, 116, '_elementor_template_type', 'wp-page'),
(757, 116, '_elementor_version', '3.25.10'),
(758, 116, '_wp_page_template', 'elementor_header_footer'),
(759, 116, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(760, 116, '_thumbnail_id', '9'),
(761, 116, '_elementor_pro_version', '3.25.4'),
(765, 117, '_elementor_edit_mode', 'builder'),
(766, 117, '_elementor_template_type', 'wp-page'),
(767, 117, '_elementor_version', '3.25.10'),
(768, 117, '_wp_page_template', 'elementor_header_footer'),
(769, 117, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(770, 117, '_thumbnail_id', '9'),
(771, 117, '_elementor_pro_version', '3.25.4'),
(775, 118, '_elementor_edit_mode', 'builder'),
(776, 118, '_elementor_template_type', 'wp-page'),
(777, 118, '_elementor_version', '3.25.10'),
(778, 118, '_wp_page_template', 'elementor_header_footer'),
(779, 118, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(780, 118, '_thumbnail_id', '9'),
(781, 118, '_elementor_pro_version', '3.25.4'),
(785, 8, '_elementor_controls_usage', 'a:12:{s:7:"heading";a:3:{s:5:"count";i:9;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_title";a:2:{s:5:"title";i:9;s:11:"header_size";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:5;}}}}s:11:"text-editor";a:3:{s:5:"count";i:34;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:34;}s:14:"_section_style";a:1:{s:14:"_element_width";i:17;}}}}s:6:"button";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:3;s:4:"size";i:3;}s:13:"section_style";a:4:{s:5:"align";i:3;s:29:"button_background_hover_color";i:3;s:15:"hover_animation";i:3;s:18:"background_color_b";i:3;}}}}s:9:"container";a:3:{s:5:"count";i:33;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:4:{s:18:"section_background";a:4:{s:21:"background_background";i:13;s:16:"background_image";i:4;s:16:"background_color";i:3;s:18:"background_color_b";i:3;}s:26:"section_background_overlay";a:1:{s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:2:{s:20:"shape_divider_bottom";i:2;s:17:"shape_divider_top";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:15;}}}}s:4:"icon";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:13:"selected_icon";i:4;}s:14:"_section_style";a:1:{s:14:"_element_width";i:4;}}}}s:5:"image";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_image";a:1:{s:5:"image";i:5;}s:14:"_section_style";a:1:{s:14:"_element_width";i:2;}s:15:"section_effects";a:4:{s:29:"motion_fx_motion_fx_scrolling";i:1;s:27:"motion_fx_translateX_effect";i:1;s:30:"motion_fx_translateX_direction";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:15:"section_divider";a:1:{s:5:"style";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}s:17:"section_icon_list";a:1:{s:10:"icon_align";i:1;}}}}s:20:"testimonial-carousel";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_slides";a:1:{s:6:"slides";i:1;}}}}s:11:"price-table";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:1:{s:7:"content";a:7:{s:14:"section_header";a:2:{s:7:"heading";i:3;s:11:"sub_heading";i:3;}s:15:"section_pricing";a:2:{s:5:"price";i:3;s:6:"period";i:1;}s:16:"section_features";a:1:{s:13:"features_list";i:3;}s:14:"section_footer";a:2:{s:11:"button_text";i:3;s:22:"footer_additional_info";i:3;}s:14:"section_ribbon";a:2:{s:11:"show_ribbon";i:2;s:12:"ribbon_title";i:1;}s:20:"section_footer_style";a:1:{s:23:"button_background_color";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:17:"animated-headline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"text_elements";a:4:{s:6:"marker";i:1;s:11:"before_text";i:1;s:16:"highlighted_text";i:1;s:10:"after_text";i:1;}}}}s:16:"nested-accordion";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_items";a:1:{s:5:"items";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}}'),
(786, 119, '_edit_last', '1'),
(787, 119, '_edit_lock', '1733469495:1'),
(788, 119, '_elementor_edit_mode', 'builder'),
(789, 119, '_elementor_template_type', 'wp-page'),
(790, 119, '_elementor_version', '3.25.10'),
(791, 119, '_elementor_pro_version', '3.25.4'),
(792, 120, '_edit_last', '1'),
(793, 120, '_edit_lock', '1738023139:1'),
(794, 120, '_elementor_edit_mode', 'builder'),
(795, 120, '_elementor_template_type', 'wp-page'),
(796, 120, '_elementor_version', '3.25.10'),
(797, 120, '_elementor_pro_version', '3.25.4'),
(798, 121, '_edit_last', '1'),
(799, 121, '_wp_page_template', 'elementor_header_footer'),
(800, 121, 'cmplz_hide_cookiebanner', ''),
(801, 121, '_edit_lock', '1733473542:1'),
(802, 123, '_elementor_edit_mode', 'builder'),
(803, 123, '_elementor_template_type', 'page'),
(804, 123, '_elementor_version', '3.25.10'),
(805, 123, '_elementor_pro_version', '3.25.4'),
(806, 124, '_elementor_edit_mode', 'builder'),
(807, 124, '_elementor_template_type', 'page'),
(808, 124, '_elementor_version', '3.25.10'),
(809, 124, '_elementor_pro_version', '3.25.4'),
(810, 123, '_wp_page_template', 'elementor_header_footer'),
(811, 123, '_elementor_data', '[{"id":"67466ba2","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"56d68257","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"107ea78a","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3aebc57e","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"678f4e86","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4d9274fa","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2ca465ba","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"a07f876","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"27b1c776","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"170b3a5","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5060906","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2e916a93","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c6f685","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"60417fb2","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"5e4d106f","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"472f5226","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"22f5e916","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"4a2587dc","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"36c06ab7","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"70831c29","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"681a0f5f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"41780c68","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"440b29a2","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"33b61f41","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"64113bfe","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5cb3ee55","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"683097f2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1fcc2678","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"3e313db5","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"38db0a7f","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4a344635","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"5ccb1f8a","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"27e1c9ca","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"627ce40c","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1db1d12","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"594f279e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"56fa92c1","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5515ad93","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2a55026","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"7edf9d55","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"61f484a6","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"5fe85b4f","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"440369f8","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"46c74b67","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"3c030ead","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"77173ede","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6e1e69cd","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6defd448","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"2faba936","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"34b2dd7e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"48ff8872","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3f9f0cf7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2a57cbca","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2bf2c786","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5e0730d9","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5b1b2def","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5af4a88","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2fa26dc3","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2a3a1d3b","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"59e2bf18","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"73ac8e8b","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7e5aa7ca","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"780b844a","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"58d53b62","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"1419cc34","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"259eafd4","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2741c261","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"5e7bd4bf","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"77ea1416","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"4a42f947","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3be146c2","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"58568999","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"5849ae52","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"bd50ff0","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"29084a40","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5466639d","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"73336c11","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"1adf270c","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"279d508d","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"2609b169","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"12312ee7","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"20957c57","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6c385f54","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"7b4f35b8","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6c51b01","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"3e57c54f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2c3d9150","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"953fa1e","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"23ccded4","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"35dee283","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"517c244c","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"1e7aed72","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"187deb45","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"7ad3e760","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7195a8e7","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"671b618b","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(812, 125, '_elementor_edit_mode', 'builder'),
(813, 125, '_elementor_template_type', 'page'),
(814, 125, '_elementor_version', '3.25.10'),
(815, 125, '_elementor_pro_version', '3.25.4'),
(816, 125, '_wp_page_template', 'elementor_header_footer'),
(817, 125, '_elementor_data', '[{"id":"67466ba2","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"56d68257","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"107ea78a","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3aebc57e","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"678f4e86","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4d9274fa","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2ca465ba","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"a07f876","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"27b1c776","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"170b3a5","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5060906","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2e916a93","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c6f685","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"60417fb2","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"5e4d106f","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"472f5226","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"22f5e916","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"4a2587dc","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"36c06ab7","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"70831c29","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"681a0f5f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"41780c68","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"440b29a2","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"33b61f41","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"64113bfe","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5cb3ee55","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"683097f2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1fcc2678","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"3e313db5","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"38db0a7f","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4a344635","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"5ccb1f8a","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"27e1c9ca","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"627ce40c","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1db1d12","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"594f279e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"56fa92c1","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5515ad93","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2a55026","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"7edf9d55","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"61f484a6","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"5fe85b4f","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"440369f8","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"46c74b67","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"3c030ead","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"77173ede","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6e1e69cd","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6defd448","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"2faba936","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"34b2dd7e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"48ff8872","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3f9f0cf7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2a57cbca","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2bf2c786","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5e0730d9","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"5b1b2def","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5af4a88","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2fa26dc3","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2a3a1d3b","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"59e2bf18","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"73ac8e8b","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7e5aa7ca","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"780b844a","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"58d53b62","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"1419cc34","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"259eafd4","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2741c261","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"5e7bd4bf","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"77ea1416","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"4a42f947","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3be146c2","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"58568999","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"5849ae52","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"bd50ff0","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"29084a40","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5466639d","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"73336c11","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"1adf270c","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"279d508d","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"2609b169","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"12312ee7","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"20957c57","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6c385f54","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"7b4f35b8","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6c51b01","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"3e57c54f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2c3d9150","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"953fa1e","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"23ccded4","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"35dee283","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"517c244c","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"1e7aed72","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"187deb45","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"7ad3e760","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7195a8e7","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"671b618b","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(819, 123, '_elementor_controls_usage', 'a:12:{s:7:"heading";a:3:{s:5:"count";i:9;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_title";a:2:{s:5:"title";i:9;s:11:"header_size";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:5;}}}}s:11:"text-editor";a:3:{s:5:"count";i:34;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:34;}s:14:"_section_style";a:1:{s:14:"_element_width";i:17;}}}}s:6:"button";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:3;s:4:"size";i:3;}s:13:"section_style";a:4:{s:5:"align";i:3;s:29:"button_background_hover_color";i:3;s:15:"hover_animation";i:3;s:18:"background_color_b";i:3;}}}}s:9:"container";a:3:{s:5:"count";i:33;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:4:{s:18:"section_background";a:4:{s:21:"background_background";i:13;s:16:"background_image";i:4;s:16:"background_color";i:3;s:18:"background_color_b";i:3;}s:26:"section_background_overlay";a:1:{s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:2:{s:20:"shape_divider_bottom";i:2;s:17:"shape_divider_top";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:15;}}}}s:4:"icon";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:13:"selected_icon";i:4;}s:14:"_section_style";a:1:{s:14:"_element_width";i:4;}}}}s:5:"image";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_image";a:1:{s:5:"image";i:5;}s:14:"_section_style";a:1:{s:14:"_element_width";i:2;}s:15:"section_effects";a:4:{s:29:"motion_fx_motion_fx_scrolling";i:1;s:27:"motion_fx_translateX_effect";i:1;s:30:"motion_fx_translateX_direction";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:15:"section_divider";a:1:{s:5:"style";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}s:17:"section_icon_list";a:1:{s:10:"icon_align";i:1;}}}}s:20:"testimonial-carousel";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_slides";a:1:{s:6:"slides";i:1;}}}}s:11:"price-table";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:1:{s:7:"content";a:7:{s:14:"section_header";a:2:{s:7:"heading";i:3;s:11:"sub_heading";i:3;}s:15:"section_pricing";a:2:{s:5:"price";i:3;s:6:"period";i:1;}s:16:"section_features";a:1:{s:13:"features_list";i:3;}s:14:"section_footer";a:2:{s:11:"button_text";i:3;s:22:"footer_additional_info";i:3;}s:14:"section_ribbon";a:2:{s:11:"show_ribbon";i:2;s:12:"ribbon_title";i:1;}s:20:"section_footer_style";a:1:{s:23:"button_background_color";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:17:"animated-headline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"text_elements";a:4:{s:6:"marker";i:1;s:11:"before_text";i:1;s:16:"highlighted_text";i:1;s:10:"after_text";i:1;}}}}s:16:"nested-accordion";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_items";a:1:{s:5:"items";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}}'),
(829, 119, '_wp_page_template', 'default'),
(830, 119, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling the warmth and reassurance of your partner\\u2019s touch, a silent language that speaks volumes.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Knowing you are in complete control of how you give and receive love and connecting easily","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"*No additional charge for partners to attend sessions together.","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation ","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"*No additional charge for partners to attend sessions together.","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"*No additional charge for partners to attend sessions together.","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Your Relationship Deserves This.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h3>Don\\u2019t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation<\\/strong> today and discover how I can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(832, 30, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:4:{s:5:"width";i:2560;s:6:"height";i:1707;s:8:"filesize";i:452399;s:4:"file";s:31:"AdobeStock_62351982-scaled.jpeg";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:32:"AdobeStock_62351982-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6470;}s:11:"medium-orig";a:5:{s:4:"file";s:32:"AdobeStock_62351982-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13569;}s:17:"medium_large-orig";a:5:{s:4:"file";s:32:"AdobeStock_62351982-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:58875;}s:10:"large-orig";a:5:{s:4:"file";s:33:"AdobeStock_62351982-1024x683.jpeg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:95656;}s:14:"1536x1536-orig";a:5:{s:4:"file";s:34:"AdobeStock_62351982-1536x1024.jpeg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:188454;}s:14:"2048x2048-orig";a:5:{s:4:"file";s:34:"AdobeStock_62351982-2048x1366.jpeg";s:5:"width";i:2048;s:6:"height";i:1366;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:308756;}}'),
(833, 127, '_wp_attached_file', '2024/12/admin-ajax.php-3.jpeg'),
(834, 127, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:263;s:4:"file";s:29:"2024/12/admin-ajax.php-3.jpeg";s:8:"filesize";i:33365;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:29:"admin-ajax.php-3-300x132.jpeg";s:5:"width";i:300;s:6:"height";i:132;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11962;}s:9:"thumbnail";a:5:{s:4:"file";s:29:"admin-ajax.php-3-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6946;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:29:"admin-ajax.php-3-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9884;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(835, 128, '_wp_attached_file', '2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png'),
(836, 128, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:794;s:6:"height";i:522;s:4:"file";s:49:"2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png";s:8:"filesize";i:274983;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:49:"Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png";s:5:"width";i:300;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:108600;}s:9:"thumbnail";a:5:{s:4:"file";s:49:"Screen-Shot-2024-12-05-at-11.39.03-PM-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:46471;}s:12:"medium_large";a:5:{s:4:"file";s:49:"Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png";s:5:"width";i:768;s:6:"height";i:505;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:441280;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:49:"Screen-Shot-2024-12-05-at-11.39.03-PM-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:60771;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(837, 129, '_wp_attached_file', '2024/12/AdobeStock_102814628-scaled.jpeg'),
(838, 129, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:40:"2024/12/AdobeStock_102814628-scaled.jpeg";s:8:"filesize";i:560600;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:33:"AdobeStock_102814628-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:20781;}s:5:"large";a:5:{s:4:"file";s:34:"AdobeStock_102814628-1024x683.jpeg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:140219;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"AdobeStock_102814628-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10031;}s:12:"medium_large";a:5:{s:4:"file";s:33:"AdobeStock_102814628-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:89827;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"AdobeStock_102814628-1536x1024.jpeg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:259511;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"AdobeStock_102814628-2048x1365.jpeg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:401400;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:33:"AdobeStock_102814628-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13046;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"4";s:6:"credit";s:24:"opolja - stock.adobe.com";s:6:"camera";s:20:"Canon EOS 5D Mark II";s:7:"caption";s:154:"Couple in love riding a motorbike , Handsome guy and young sexy woman travel . Young riders  enjoying themselves on trip. Adventure and vacations concept.";s:17:"created_timestamp";s:10:"1438801996";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"31";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:60:"Portrait of happy young couple on scooter enjoying road trip";s:11:"orientation";s:1:"1";s:8:"keywords";a:50:{i:0;s:9:"beautiful";i:1;s:6:"couple";i:2;s:4:"girl";i:3;s:4:"love";i:4;s:7:"romance";i:5;s:6:"summer";i:6;s:5:"young";i:7;s:9:"boyfriend";i:8;s:6:"family";i:9;s:7:"fashion";i:10;s:7:"freedom";i:11;s:5:"happy";i:12;s:5:"human";i:13;s:9:"lifestyle";i:14;s:3:"man";i:15;s:8:"outdoors";i:16;s:12:"relationship";i:17;s:8:"together";i:18;s:8:"vacation";i:19;s:9:"adventure";i:20;s:10:"attraction";i:21;s:4:"bike";i:22;s:5:"biker";i:23;s:5:"cycle";i:24;s:5:"drive";i:25;s:6:"driver";i:26;s:7:"extreme";i:27;s:7:"friends";i:28;s:7:"holiday";i:29;s:7:"journey";i:30;s:9:"motorbike";i:31;s:10:"motorcycle";i:32;s:12:"motorcyclist";i:33;s:4:"pair";i:34;s:5:"rider";i:35;s:4:"road";i:36;s:8:"roadtrip";i:37;s:5:"smile";i:38;s:14:"transportation";i:39;s:4:"trip";i:40;s:7:"scooter";i:41;s:6:"riding";i:42;s:5:"women";i:43;s:3:"fun";i:44;s:6:"travel";i:45;s:10:"foreground";i:46;s:8:"enjoying";i:47;s:9:"happiness";i:48;s:10:"girlfriend";i:49;s:12:"togetherness";}}s:14:"original_image";s:25:"AdobeStock_102814628.jpeg";}'),
(839, 130, '_wp_attached_file', '2024/12/AdobeStock_124078141-scaled.jpeg'),
(840, 130, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1709;s:4:"file";s:40:"2024/12/AdobeStock_124078141-scaled.jpeg";s:8:"filesize";i:325512;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:33:"AdobeStock_124078141-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11863;}s:5:"large";a:5:{s:4:"file";s:34:"AdobeStock_124078141-1024x684.jpeg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:74508;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"AdobeStock_124078141-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5927;}s:12:"medium_large";a:5:{s:4:"file";s:33:"AdobeStock_124078141-768x513.jpeg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:47673;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"AdobeStock_124078141-1536x1025.jpeg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:141693;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"AdobeStock_124078141-2048x1367.jpeg";s:5:"width";i:2048;s:6:"height";i:1367;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:224944;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:33:"AdobeStock_124078141-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7570;}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:29:"VadimGuzhva - stock.adobe.com";s:6:"camera";s:10:"NIKON D610";s:7:"caption";s:125:"Handsome young man is hugging and kissing his beautiful smiling wife in cheek while they both are lying in bed in the morning";s:17:"created_timestamp";s:10:"1474631928";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"120";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:22:"Beautiful young couple";s:11:"orientation";s:1:"1";s:8:"keywords";a:100:{i:0;s:5:"adult";i:1;s:9:"beautiful";i:2;s:3:"bed";i:3;s:9:"boyfriend";i:4;s:6:"casual";i:5;s:9:"caucasian";i:6;s:5:"cheek";i:7;s:11:"communicate";i:8;s:6:"couple";i:9;s:6:"cuddle";i:10;s:8:"domestic";i:11;s:7:"embrace";i:12;s:10:"expression";i:13;s:4:"face";i:14;s:6:"family";i:15;s:6:"female";i:16;s:4:"girl";i:17;s:10:"girlfriend";i:18;s:8:"handsome";i:19;s:5:"happy";i:20;s:7:"healthy";i:21;s:7:"holiday";i:22;s:4:"home";i:23;s:3:"hug";i:24;s:7:"husband";i:25;s:4:"kiss";i:26;s:4:"lady";i:27;s:9:"lifestyle";i:28;s:4:"look";i:29;s:4:"love";i:30;s:5:"lying";i:31;s:4:"male";i:32;s:3:"man";i:33;s:7:"morning";i:34;s:6:"pajama";i:35;s:7:"partner";i:36;s:6:"people";i:37;s:4:"play";i:38;s:12:"relationship";i:39;s:5:"relax";i:40;s:7:"romance";i:41;s:4:"room";i:42;s:5:"smile";i:43;s:8:"together";i:44;s:4:"wake";i:45;s:8:"weekdays";i:46;s:5:"white";i:47;s:4:"wife";i:48;s:5:"woman";i:49;s:5:"young";i:50;s:5:"adult";i:51;s:9:"beautiful";i:52;s:3:"bed";i:53;s:9:"boyfriend";i:54;s:6:"casual";i:55;s:9:"caucasian";i:56;s:5:"cheek";i:57;s:11:"communicate";i:58;s:6:"couple";i:59;s:6:"cuddle";i:60;s:8:"domestic";i:61;s:7:"embrace";i:62;s:10:"expression";i:63;s:4:"face";i:64;s:6:"family";i:65;s:6:"female";i:66;s:4:"girl";i:67;s:10:"girlfriend";i:68;s:8:"handsome";i:69;s:5:"happy";i:70;s:7:"healthy";i:71;s:7:"holiday";i:72;s:4:"home";i:73;s:3:"hug";i:74;s:7:"husband";i:75;s:4:"kiss";i:76;s:4:"lady";i:77;s:9:"lifestyle";i:78;s:4:"look";i:79;s:4:"love";i:80;s:5:"lying";i:81;s:4:"male";i:82;s:3:"man";i:83;s:7:"morning";i:84;s:6:"pajama";i:85;s:7:"partner";i:86;s:6:"people";i:87;s:4:"play";i:88;s:12:"relationship";i:89;s:5:"relax";i:90;s:7:"romance";i:91;s:4:"room";i:92;s:5:"smile";i:93;s:8:"together";i:94;s:4:"wake";i:95;s:8:"weekdays";i:96;s:5:"white";i:97;s:4:"wife";i:98;s:5:"woman";i:99;s:5:"young";}}s:14:"original_image";s:25:"AdobeStock_124078141.jpeg";}'),
(841, 131, '_wp_attached_file', '2024/12/AdobeStock_288043411-scaled.jpeg'),
(842, 131, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:40:"2024/12/AdobeStock_288043411-scaled.jpeg";s:8:"filesize";i:371989;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:33:"AdobeStock_288043411-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11665;}s:5:"large";a:5:{s:4:"file";s:34:"AdobeStock_288043411-1024x683.jpeg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:81173;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"AdobeStock_288043411-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5838;}s:12:"medium_large";a:5:{s:4:"file";s:33:"AdobeStock_288043411-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:50403;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"AdobeStock_288043411-1536x1024.jpeg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:157698;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"AdobeStock_288043411-2048x1365.jpeg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:254939;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:33:"AdobeStock_288043411-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7547;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"4";s:6:"credit";s:24:"fizkes - stock.adobe.com";s:6:"camera";s:20:"Canon EOS 6D Mark II";s:7:"caption";s:196:"Close up cropped image young attractive african american woman lying on husbands shoulder with closed eyes, embracing beloved man, showing love, support, tenderness. Loving black couple relations.";s:17:"created_timestamp";s:10:"1558093112";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"90";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:59:"Close up african american woman lying on husbands shoulder.";s:11:"orientation";s:1:"0";s:8:"keywords";a:100:{i:0;s:5:"adult";i:1;s:7:"african";i:2;s:8:"american";i:3;s:5:"black";i:4;s:7:"closeup";i:5;s:6:"couple";i:6;s:7:"cropped";i:7;s:6:"cuddle";i:8;s:7:"embrace";i:9;s:6:"family";i:10;s:6:"female";i:11;s:4:"flat";i:12;s:3:"guy";i:13;s:5:"happy";i:14;s:4:"home";i:15;s:5:"house";i:16;s:7:"hugging";i:17;s:7:"husband";i:18;s:5:"image";i:19;s:4:"love";i:20;s:6:"lovely";i:21;s:6:"loving";i:22;s:5:"lying";i:23;s:4:"male";i:24;s:3:"man";i:25;s:7:"married";i:26;s:10:"millennial";i:27;s:5:"mixed";i:28;s:7:"partner";i:29;s:6:"people";i:30;s:6:"person";i:31;s:8:"portrait";i:32;s:4:"race";i:33;s:9:"relations";i:34;s:12:"relationship";i:35;s:5:"relax";i:36;s:4:"rent";i:37;s:4:"rest";i:38;s:8:"shoulder";i:39;s:7:"sitting";i:40;s:5:"smile";i:41;s:7:"smiling";i:42;s:4:"sofa";i:43;s:6:"spouse";i:44;s:7:"support";i:45;s:6:"tender";i:46;s:8:"together";i:47;s:4:"wife";i:48;s:5:"woman";i:49;s:5:"young";i:50;s:5:"adult";i:51;s:7:"african";i:52;s:8:"american";i:53;s:5:"black";i:54;s:7:"closeup";i:55;s:6:"couple";i:56;s:7:"cropped";i:57;s:6:"cuddle";i:58;s:7:"embrace";i:59;s:6:"family";i:60;s:6:"female";i:61;s:4:"flat";i:62;s:3:"guy";i:63;s:5:"happy";i:64;s:4:"home";i:65;s:5:"house";i:66;s:7:"hugging";i:67;s:7:"husband";i:68;s:5:"image";i:69;s:4:"love";i:70;s:6:"lovely";i:71;s:6:"loving";i:72;s:5:"lying";i:73;s:4:"male";i:74;s:3:"man";i:75;s:7:"married";i:76;s:10:"millennial";i:77;s:5:"mixed";i:78;s:7:"partner";i:79;s:6:"people";i:80;s:6:"person";i:81;s:8:"portrait";i:82;s:4:"race";i:83;s:9:"relations";i:84;s:12:"relationship";i:85;s:5:"relax";i:86;s:4:"rent";i:87;s:4:"rest";i:88;s:8:"shoulder";i:89;s:7:"sitting";i:90;s:5:"smile";i:91;s:7:"smiling";i:92;s:4:"sofa";i:93;s:6:"spouse";i:94;s:7:"support";i:95;s:6:"tender";i:96;s:8:"together";i:97;s:4:"wife";i:98;s:5:"woman";i:99;s:5:"young";}}s:14:"original_image";s:25:"AdobeStock_288043411.jpeg";}'),
(843, 132, '_elementor_edit_mode', 'builder'),
(844, 132, '_elementor_template_type', 'wp-page'),
(845, 132, '_elementor_version', '3.25.10'),
(846, 132, '_elementor_pro_version', '3.25.4'),
(847, 132, '_wp_page_template', 'default'),
(848, 132, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"265beb92","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"433f6075","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"650552fd","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"42ebc773","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"20f1f796","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"42c269a5","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7228eb77","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(850, 133, '_elementor_edit_mode', 'builder'),
(851, 133, '_elementor_template_type', 'wp-page'),
(852, 133, '_elementor_version', '3.25.10'),
(853, 133, '_elementor_pro_version', '3.25.4'),
(854, 133, '_wp_page_template', 'default'),
(855, 133, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"265beb92","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"433f6075","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"650552fd","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"42ebc773","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"20f1f796","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"42c269a5","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7228eb77","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(857, 134, '_elementor_edit_mode', 'builder'),
(858, 134, '_elementor_template_type', 'wp-page'),
(859, 134, '_elementor_version', '3.25.10'),
(860, 134, '_elementor_pro_version', '3.25.4'),
(861, 134, '_wp_page_template', 'default'),
(862, 134, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(865, 135, '_elementor_edit_mode', 'builder'),
(866, 135, '_elementor_template_type', 'wp-page'),
(867, 135, '_elementor_version', '3.25.10'),
(868, 135, '_elementor_pro_version', '3.25.4'),
(869, 135, '_wp_page_template', 'default'),
(870, 135, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(872, 136, '_elementor_edit_mode', 'builder'),
(873, 136, '_elementor_template_type', 'wp-page'),
(874, 136, '_elementor_version', '3.25.10'),
(875, 136, '_elementor_pro_version', '3.25.4'),
(876, 136, '_wp_page_template', 'default'),
(877, 136, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(879, 137, '_elementor_edit_mode', 'builder'),
(880, 137, '_elementor_template_type', 'wp-page'),
(881, 137, '_elementor_version', '3.25.10'),
(882, 137, '_elementor_pro_version', '3.25.4'),
(883, 137, '_wp_page_template', 'default'),
(884, 137, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Your Relationship Deserves This.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h3>Don\\u2019t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation<\\/strong> today and discover how I can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(901, 139, '_elementor_edit_mode', 'builder'),
(902, 139, '_elementor_template_type', 'wp-page'),
(903, 139, '_elementor_version', '3.25.10'),
(904, 139, '_elementor_pro_version', '3.25.4'),
(905, 139, '_wp_page_template', 'default'),
(906, 139, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Your Relationship Deserves This.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h3>Don\\u2019t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation<\\/strong> today and discover how I can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(910, 140, '_elementor_edit_mode', 'builder'),
(911, 140, '_elementor_template_type', 'wp-page'),
(912, 140, '_elementor_version', '3.25.10'),
(913, 140, '_elementor_pro_version', '3.25.4'),
(914, 140, '_wp_page_template', 'default'),
(915, 140, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Your Relationship Deserves This.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h3>Don\\u2019t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation<\\/strong> today and discover how I can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(919, 141, '_elementor_edit_mode', 'builder'),
(920, 141, '_elementor_template_type', 'wp-page'),
(921, 141, '_elementor_version', '3.25.10'),
(922, 141, '_elementor_pro_version', '3.25.4'),
(923, 141, '_wp_page_template', 'default'),
(924, 141, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling the warmth and reassurance of your partner\\u2019s touch, a silent language that speaks volumes.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Knowing you are in complete control of how you give and receive love and connecting easily","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Your Relationship Deserves This.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h3>Don\\u2019t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation<\\/strong> today and discover how I can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(931, 142, '_elementor_edit_mode', 'builder'),
(932, 142, '_elementor_template_type', 'wp-page'),
(933, 142, '_elementor_version', '3.25.10'),
(934, 142, '_elementor_pro_version', '3.25.4'),
(935, 142, '_wp_page_template', 'default'),
(936, 142, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling the warmth and reassurance of your partner\\u2019s touch, a silent language that speaks volumes.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Knowing you are in complete control of how you give and receive love and connecting easily","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Your Relationship Deserves This.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h3>Don\\u2019t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation<\\/strong> today and discover how I can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(940, 143, '_elementor_edit_mode', 'builder'),
(941, 143, '_elementor_template_type', 'wp-page'),
(942, 143, '_elementor_version', '3.25.10'),
(943, 143, '_elementor_pro_version', '3.25.4'),
(944, 143, '_wp_page_template', 'default'),
(945, 143, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling the warmth and reassurance of your partner\\u2019s touch, a silent language that speaks volumes.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Knowing you are in complete control of how you give and receive love and connecting easily","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Your Relationship Deserves This.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h3>Don\\u2019t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation<\\/strong> today and discover how I can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(949, 144, '_elementor_edit_mode', 'builder'),
(950, 144, '_elementor_template_type', 'wp-page'),
(951, 144, '_elementor_version', '3.25.10'),
(952, 144, '_elementor_pro_version', '3.25.4'),
(953, 144, '_wp_page_template', 'default'),
(954, 144, '_elementor_data', '[{"id":"240ff618","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":131,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_288043411-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"369a44cd","elType":"widget","settings":{"title":"Reignite the Love, Connection, and Joy in Your Relationship","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":71,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1a11e7bb","elType":"widget","settings":{"editor":"<p>Stop feeling stuck and start building the relationship you deserve.<\\/p><p>Discover proven strategies to reconnect, communicate, and thrive together.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5b2b8f0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"53c2ca25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"674c18ce","elType":"widget","settings":{"title":"Your relationship isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"218ecb64","elType":"widget","settings":{"editor":"<p>Are you feeling...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"449fb145","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"3995a963","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"75f21b85","elType":"widget","settings":{"editor":"<p>Stuck in endless arguments or icy silences?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"5a7e41f","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"8128151","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1264b69","elType":"widget","settings":{"editor":"<p>Lonely, even when you''re together?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9aa887c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"4fa4589","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heart-broken","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"7befbbd","elType":"widget","settings":{"editor":"<p>Frustrated by unmet emotional needs?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":55.445},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3319b5f","elType":"widget","settings":{"editor":"<p>Relationships can be tough, but they don\\u2019t have to feel hopeless. Whether you\\u2019re facing communication breakdowns, emotional distance, or lost trust, we\\u2019re here to help you rebuild your connection from the ground up.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"32f85155","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"7815fc4f","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"c84d42b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"eeecb73","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"65151c35","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped many clients repair and strengthen their relationships too.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your love life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3d27a8eb","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"55d3dac7","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"932a4c8","elType":"widget","settings":{"editor":"<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you and your partner learn to:<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Communicate effectively and respectfully.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Rekindle emotional and physical intimacy.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Build trust and mutual understanding.<\\/p><p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Create a deeper, lasting bond.<\\/p><div>\\u00a0<\\/div><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>love<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p><ul><li>\\u00a0<\\/li><\\/ul>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3af3433a","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"28fecacc","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"8918b59","elType":"widget","settings":{"title":"A Journey to Real Love","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"58422f47","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"282999f","elType":"widget","settings":{"icon_list":[{"text":"Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling the warmth and reassurance of your partner\\u2019s touch, a silent language that speaks volumes.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Knowing you are in complete control of how you give and receive love and connecting easily","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"38076153","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1a3fd5b2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"534f07f0","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69baa7d","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"128911ed","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2e68a074","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2b8e6236","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":70,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"2c332f91","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"2d9c7359","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"490ee70a","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","id":30,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"91252f2","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"674b6fec","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"312b5f14","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"6fa79dd7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png","id":128,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"284700e9","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1ac731d1","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"65caa83","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"59b6f5e","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png","id":62,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a7fe5c0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"75201205","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build a new kind of relationship that you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6696e660","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"1aa0e745","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-scaled.jpeg","id":129,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"570453fd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"462c32ba","elType":"widget","settings":{"editor":"<p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"4ad4698d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"36297562","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"177ab2a7","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"3d8aa745","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"6c7fc988","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7c954bf0","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"5765017f","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"53faa3af","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"*No additional charge for partners to attend sessions together.","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"7e85ec03","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation ","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"*No additional charge for partners to attend sessions together.","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"8b10011","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"*No additional charge for partners to attend sessions together.","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"30c7231","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"625dafd9","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"10ac430f","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"45634763","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"11f9521c","elType":"widget","settings":{"title":"Your Relationship Deserves This.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7cb6d7bc","elType":"widget","settings":{"editor":"<h3>Don\\u2019t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation<\\/strong> today and discover how I can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"fd3aadf","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1a8f14be","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"30aabcd4","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7d9661a7","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"4d34583a","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"463ebd50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"41e6c5c0","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5794b7f","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"5a57e9f0","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"7b90dd33","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"4a8db8b1","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6674bf25","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"21c0e38d","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42617502","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"b54d226","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"57e8019d","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"7f77e7dd","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3fa1ad64","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"2184f2ee","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"42f962fb","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7f18ad89","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"1441a9bb","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"6c51c7f9","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3d9085bb","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"70a67ebd","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(958, 119, '_elementor_controls_usage', 'a:12:{s:7:"heading";a:3:{s:5:"count";i:9;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_title";a:2:{s:5:"title";i:9;s:11:"header_size";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:5;}}}}s:11:"text-editor";a:3:{s:5:"count";i:33;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:33;}s:14:"_section_style";a:1:{s:14:"_element_width";i:16;}}}}s:6:"button";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:3;s:4:"size";i:3;}s:13:"section_style";a:4:{s:5:"align";i:3;s:29:"button_background_hover_color";i:3;s:15:"hover_animation";i:3;s:18:"background_color_b";i:3;}}}}s:9:"container";a:3:{s:5:"count";i:34;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:4:{s:18:"section_background";a:4:{s:21:"background_background";i:13;s:16:"background_image";i:4;s:16:"background_color";i:3;s:18:"background_color_b";i:3;}s:26:"section_background_overlay";a:1:{s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:2:{s:20:"shape_divider_bottom";i:2;s:17:"shape_divider_top";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:16;}}}}s:4:"icon";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:13:"selected_icon";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:5:"image";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_image";a:1:{s:5:"image";i:5;}s:14:"_section_style";a:1:{s:14:"_element_width";i:2;}s:15:"section_effects";a:4:{s:29:"motion_fx_motion_fx_scrolling";i:1;s:27:"motion_fx_translateX_effect";i:1;s:30:"motion_fx_translateX_direction";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:15:"section_divider";a:1:{s:5:"style";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}s:17:"section_icon_list";a:1:{s:10:"icon_align";i:1;}}}}s:20:"testimonial-carousel";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_slides";a:1:{s:6:"slides";i:1;}}}}s:11:"price-table";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:1:{s:7:"content";a:7:{s:14:"section_header";a:2:{s:7:"heading";i:3;s:11:"sub_heading";i:3;}s:15:"section_pricing";a:2:{s:5:"price";i:3;s:6:"period";i:1;}s:16:"section_features";a:1:{s:13:"features_list";i:3;}s:14:"section_footer";a:2:{s:11:"button_text";i:3;s:22:"footer_additional_info";i:3;}s:14:"section_ribbon";a:2:{s:11:"show_ribbon";i:2;s:12:"ribbon_title";i:1;}s:20:"section_footer_style";a:1:{s:23:"button_background_color";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:17:"animated-headline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"text_elements";a:4:{s:6:"marker";i:1;s:11:"before_text";i:1;s:16:"highlighted_text";i:1;s:10:"after_text";i:1;}}}}s:16:"nested-accordion";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_items";a:1:{s:5:"items";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}}'),
(961, 120, '_wp_page_template', 'elementor_header_footer'),
(962, 120, '_elementor_data', '[{"id":"4c44527e","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":145,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/a3d4a1dd-8be6-499e-b658-1d339c1685af.png","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7af59bb8","elType":"widget","settings":{"title":"Break Free From Addiction and Reclaim Your Life","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":74,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":85,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"b6a3176","elType":"widget","settings":{"editor":"<p>Discover a proven approach to overcoming addiction that focuses on your strengths, builds your confidence, and empowers you to take back control.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":33,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"436bea42","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"573ccfd5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"44def164","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"73d01270","elType":"widget","settings":{"editor":"<p>Does this sound like you?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6318d04b","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"6abef445","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6b6c3e73","elType":"widget","settings":{"editor":"<p>Stuck in a cycle of guilt, shame, and helplessness?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"570db29","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"fa0004c","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"5ed1a51","elType":"widget","settings":{"editor":"<p>Feeling disconnected from loved ones and yourself?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"53674cb","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"23acaf3","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"aaa179c","elType":"widget","settings":{"editor":"<p>Ready to change but unsure where to begin?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"41a2a4ee","elType":"widget","settings":{"editor":"<p>Addiction doesn\\u2019t define who you are\\u2014it\\u2019s a challenge you can overcome. With the right guidance and tools, you can break the cycle and create a future you\\u2019re proud of.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"1f969d51","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"44d6675a","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"4e4303b2","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"4a29555d","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"6c07e601","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"260ad48f","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"476fce57","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7341b84d","elType":"widget","settings":{"editor":"<p>My Overcoming Addiction program goes beyond addressing the addiction itself\\u2014we''ll focus on helping you rebuild your life and sense of self. Through <strong>tailored coaching, proven processes, and emotional guidance<\\/strong>, you\\u2019ll:<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Replace destructive habits with empowering actions.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Rebuild relationships and trust with those who matter most.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Strengthen your mindset and resilience to handle life\\u2019s challenges.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Gain the confidence to envision and create a brighter future.<\\/p>\\n<div>&nbsp;<\\/div>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69889fe1","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"7524fd82","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"33ab8373","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"1dc9b8bd","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7ad4c175","elType":"widget","settings":{"icon_list":[{"text":"Waking up each morning with a clear mind and a renewed sense of purpose, feeling proud of the journey you\\u2019ve taken.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Rebuilding relationships with loved ones, earning back trust, and creating deeper, more meaningful connections.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Living each day fully present, enjoying the simple joys of life without the weight of old habits.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling empowered and in control, making choices that align with your values and future goals.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"4b197421","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"607903e2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"6505896e","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"71a351ed","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"71e40472","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2fda6e37","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"70dc1ce","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5b7278d3","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"397c21b4","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"47523d","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"664a1182","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6eae495c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3a448c50","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4a7d65d7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"6bc3324c","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5a3fae81","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3987ff81","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"3bdc1214","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"146031d0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"2fd3c839","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"25c3e814","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"345a699c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"7045ae20","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"74dfae9","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"eab2697","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5cd6909e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7495c685","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"6ffd247a","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Nonjudgmental Support:<\\/strong> We create a safe, compassionate space where you can grow without fear of criticism.<\\/li><\\/ul><ul><li><strong>Proven Processes:<\\/strong> Utilize 25 evidence-based methods designed to help you overcome challenges and stay on track.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Framework:<\\/strong> Track your progress and gain clarity on your emotional journey.<\\/li><\\/ul><ul><li><strong>Customized Strategies:<\\/strong> Each path to recovery is unique. We\\u2019ll create a plan that works for you.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"3424a171","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7f41ff47","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3de8459b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"10a6fc68","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"575a68e3","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"5c2ef81a","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1858c020","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2d6a5b4c","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"1c0e4fd0","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"50d03f70","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"28c33a46","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7d3ad3d8","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b1c9df0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1d958038","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"4da7cfa1","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"20a8bb35","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"759e69f6","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"8f8ad05","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"341fe223","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2ea87ebf","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"464609d4","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"46288256","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"708129eb","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"524811b3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"697ebb1b","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"223ff8ef","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"7b09f9d0","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"19dddac1","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"59607a94","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"4cdc70c6","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"1833de4d","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3a87b708","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7fb91dd8","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"43832580","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2cbd1368","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"4a56f8b4","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"65c4199","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(964, 145, '_wp_attached_file', '2024/12/a3d4a1dd-8be6-499e-b658-1d339c1685af.png'),
(965, 145, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:48:"2024/12/a3d4a1dd-8be6-499e-b658-1d339c1685af.png";s:8:"filesize";i:4486832;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:48:"a3d4a1dd-8be6-499e-b658-1d339c1685af-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:107410;}s:5:"large";a:5:{s:4:"file";s:49:"a3d4a1dd-8be6-499e-b658-1d339c1685af-1024x683.png";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:949561;}s:9:"thumbnail";a:5:{s:4:"file";s:48:"a3d4a1dd-8be6-499e-b658-1d339c1685af-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:46653;}s:12:"medium_large";a:5:{s:4:"file";s:48:"a3d4a1dd-8be6-499e-b658-1d339c1685af-768x512.png";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:571324;}s:9:"1536x1536";a:5:{s:4:"file";s:50:"a3d4a1dd-8be6-499e-b658-1d339c1685af-1536x1024.png";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:1899230;}s:9:"2048x2048";a:5:{s:4:"file";s:50:"a3d4a1dd-8be6-499e-b658-1d339c1685af-2048x1366.png";s:5:"width";i:2048;s:6:"height";i:1366;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:3051857;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(966, 145, '_source_url', 'https://storage.googleapis.com/elementor-ai-prod/images/a3d4a1dd-8be6-499e-b658-1d339c1685af.png?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=elementor-ai-api-prod%40elementor-website.iam.gserviceaccount.com%2F20241206%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20241206T072250Z&X-Goog-Expires=605&X-Goog-SignedHeaders=host&X-Goog-Signature=7560529b36badec25e414a0b053947cf65d181700bf83142faf9edeba405d9e0395437fd13179da828acf591e7a535c28915d82586ffd4c280a12a8185a803eadae4c0338adce49086600a023b2e9d8430401dead7654ea6154571095f52dd221442e754ca2deea83c3d3dc4c3b73b595c76990125a5f17e6520b5251d1753d6e43a6a5169aebccfc3c4ce547e66158c317d2d220fbfa5c2d0d03441d30f7ba55a302bf1e12658b09b729b0f8ede04a3e373239e5abcec4058546cf7b1d3a7e5d753ab14a8fe4f618c6da94e76a634c777bdc0afd3a937d48a2c8065dce8272be729b8df0a1c597e51f4c5d75b9fad098b643ac7732d02fd42d868038dfbfef1'),
(967, 146, '_elementor_edit_mode', 'builder'),
(968, 146, '_elementor_template_type', 'wp-page'),
(969, 146, '_elementor_version', '3.25.10'),
(970, 146, '_elementor_pro_version', '3.25.4'),
(971, 146, '_wp_page_template', 'elementor_header_footer'),
(972, 146, '_elementor_data', '[{"id":"4c44527e","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":145,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/a3d4a1dd-8be6-499e-b658-1d339c1685af.png","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7af59bb8","elType":"widget","settings":{"title":"Break Free From Addiction and Reclaim Your Life","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":74,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":85,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"b6a3176","elType":"widget","settings":{"editor":"<p>Discover a proven approach to overcoming addiction that focuses on your strengths, builds your confidence, and empowers you to take back control.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":33,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"436bea42","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"573ccfd5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"44def164","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"73d01270","elType":"widget","settings":{"editor":"<p>Does this sound like you?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6318d04b","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"6abef445","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6b6c3e73","elType":"widget","settings":{"editor":"<p>Stuck in a cycle of guilt, shame, and helplessness?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"570db29","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"fa0004c","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"5ed1a51","elType":"widget","settings":{"editor":"<p>Feeling disconnected from loved ones and yourself?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"53674cb","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"23acaf3","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"aaa179c","elType":"widget","settings":{"editor":"<p>Ready to change but unsure where to begin?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"41a2a4ee","elType":"widget","settings":{"editor":"<p>Addiction doesn\\u2019t define who you are\\u2014it\\u2019s a challenge you can overcome. With the right guidance and tools, you can break the cycle and create a future you\\u2019re proud of.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"1f969d51","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"44d6675a","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"4e4303b2","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"4a29555d","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"6c07e601","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"260ad48f","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"476fce57","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7341b84d","elType":"widget","settings":{"editor":"<p>My Overcoming Addiction program goes beyond addressing the addiction itself\\u2014we''ll focus on helping you rebuild your life and sense of self. Through <strong>tailored coaching, proven processes, and emotional guidance<\\/strong>, you\\u2019ll:<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Replace destructive habits with empowering actions.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Rebuild relationships and trust with those who matter most.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Strengthen your mindset and resilience to handle life\\u2019s challenges.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Gain the confidence to envision and create a brighter future.<\\/p>\\n<div>&nbsp;<\\/div>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69889fe1","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"7524fd82","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"33ab8373","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"1dc9b8bd","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7ad4c175","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"4b197421","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"607903e2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"6505896e","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"71a351ed","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"71e40472","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2fda6e37","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"70dc1ce","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5b7278d3","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"397c21b4","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"47523d","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"664a1182","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6eae495c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3a448c50","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4a7d65d7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"6bc3324c","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5a3fae81","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3987ff81","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"3bdc1214","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"146031d0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"2fd3c839","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"25c3e814","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"345a699c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"7045ae20","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"74dfae9","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"eab2697","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5cd6909e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7495c685","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"6ffd247a","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"3424a171","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7f41ff47","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3de8459b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"10a6fc68","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"575a68e3","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"5c2ef81a","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1858c020","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2d6a5b4c","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"1c0e4fd0","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"50d03f70","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"28c33a46","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7d3ad3d8","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b1c9df0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1d958038","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"4da7cfa1","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"20a8bb35","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"759e69f6","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"8f8ad05","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"341fe223","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2ea87ebf","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"464609d4","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"46288256","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"708129eb","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"524811b3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"697ebb1b","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"223ff8ef","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"7b09f9d0","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"19dddac1","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"59607a94","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"4cdc70c6","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"1833de4d","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3a87b708","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7fb91dd8","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"43832580","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2cbd1368","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"4a56f8b4","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"65c4199","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(974, 147, '_elementor_edit_mode', 'builder'),
(975, 147, '_elementor_template_type', 'wp-page'),
(976, 147, '_elementor_version', '3.25.10'),
(977, 147, '_elementor_pro_version', '3.25.4'),
(978, 147, '_wp_page_template', 'elementor_header_footer'),
(979, 147, '_elementor_data', '[{"id":"4c44527e","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":145,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/a3d4a1dd-8be6-499e-b658-1d339c1685af.png","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7af59bb8","elType":"widget","settings":{"title":"Break Free From Addiction and Reclaim Your Life","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":74,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":85,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"b6a3176","elType":"widget","settings":{"editor":"<p>Discover a proven approach to overcoming addiction that focuses on your strengths, builds your confidence, and empowers you to take back control.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":33,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"436bea42","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"573ccfd5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"44def164","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"73d01270","elType":"widget","settings":{"editor":"<p>Does this sound like you?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6318d04b","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"6abef445","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6b6c3e73","elType":"widget","settings":{"editor":"<p>Stuck in a cycle of guilt, shame, and helplessness?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"570db29","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"fa0004c","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"5ed1a51","elType":"widget","settings":{"editor":"<p>Feeling disconnected from loved ones and yourself?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"53674cb","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"23acaf3","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"aaa179c","elType":"widget","settings":{"editor":"<p>Ready to change but unsure where to begin?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"41a2a4ee","elType":"widget","settings":{"editor":"<p>Addiction doesn\\u2019t define who you are\\u2014it\\u2019s a challenge you can overcome. With the right guidance and tools, you can break the cycle and create a future you\\u2019re proud of.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"1f969d51","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"44d6675a","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"4e4303b2","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"4a29555d","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"6c07e601","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"260ad48f","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"476fce57","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7341b84d","elType":"widget","settings":{"editor":"<p>My Overcoming Addiction program goes beyond addressing the addiction itself\\u2014we''ll focus on helping you rebuild your life and sense of self. Through <strong>tailored coaching, proven processes, and emotional guidance<\\/strong>, you\\u2019ll:<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Replace destructive habits with empowering actions.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Rebuild relationships and trust with those who matter most.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Strengthen your mindset and resilience to handle life\\u2019s challenges.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Gain the confidence to envision and create a brighter future.<\\/p>\\n<div>&nbsp;<\\/div>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69889fe1","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"7524fd82","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"33ab8373","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"1dc9b8bd","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7ad4c175","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"4b197421","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"607903e2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"6505896e","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"71a351ed","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"71e40472","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2fda6e37","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"70dc1ce","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5b7278d3","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"397c21b4","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"47523d","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"664a1182","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6eae495c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3a448c50","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4a7d65d7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"6bc3324c","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5a3fae81","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3987ff81","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"3bdc1214","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"146031d0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"2fd3c839","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"25c3e814","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"345a699c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"7045ae20","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"74dfae9","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"eab2697","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5cd6909e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7495c685","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"6ffd247a","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"3424a171","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7f41ff47","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3de8459b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"10a6fc68","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"575a68e3","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"5c2ef81a","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1858c020","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2d6a5b4c","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"1c0e4fd0","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"50d03f70","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"28c33a46","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7d3ad3d8","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b1c9df0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1d958038","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"4da7cfa1","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"20a8bb35","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"759e69f6","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"8f8ad05","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"341fe223","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2ea87ebf","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"464609d4","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"46288256","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"708129eb","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"524811b3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"697ebb1b","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"223ff8ef","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"7b09f9d0","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"19dddac1","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"59607a94","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"4cdc70c6","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"1833de4d","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3a87b708","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7fb91dd8","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"43832580","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2cbd1368","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"4a56f8b4","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"65c4199","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(981, 148, '_elementor_edit_mode', 'builder'),
(982, 148, '_elementor_template_type', 'wp-page'),
(983, 148, '_elementor_version', '3.25.10'),
(984, 148, '_elementor_pro_version', '3.25.4'),
(985, 148, '_wp_page_template', 'elementor_header_footer'),
(986, 148, '_elementor_data', '[{"id":"4c44527e","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":145,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/a3d4a1dd-8be6-499e-b658-1d339c1685af.png","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7af59bb8","elType":"widget","settings":{"title":"Break Free From Addiction and Reclaim Your Life","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":74,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":85,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"b6a3176","elType":"widget","settings":{"editor":"<p>Discover a proven approach to overcoming addiction that focuses on your strengths, builds your confidence, and empowers you to take back control.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":33,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"436bea42","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"573ccfd5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"44def164","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"73d01270","elType":"widget","settings":{"editor":"<p>Does this sound like you?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6318d04b","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"6abef445","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6b6c3e73","elType":"widget","settings":{"editor":"<p>Stuck in a cycle of guilt, shame, and helplessness?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"570db29","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"fa0004c","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"5ed1a51","elType":"widget","settings":{"editor":"<p>Feeling disconnected from loved ones and yourself?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"53674cb","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"23acaf3","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lock","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"aaa179c","elType":"widget","settings":{"editor":"<p>Ready to change but unsure where to begin?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":62.944},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"41a2a4ee","elType":"widget","settings":{"editor":"<p>Addiction doesn\\u2019t define who you are\\u2014it\\u2019s a challenge you can overcome. With the right guidance and tools, you can break the cycle and create a future you\\u2019re proud of.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"1f969d51","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"44d6675a","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"4e4303b2","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"4a29555d","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"6c07e601","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"260ad48f","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"476fce57","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7341b84d","elType":"widget","settings":{"editor":"<p>My Overcoming Addiction program goes beyond addressing the addiction itself\\u2014we''ll focus on helping you rebuild your life and sense of self. Through <strong>tailored coaching, proven processes, and emotional guidance<\\/strong>, you\\u2019ll:<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Replace destructive habits with empowering actions.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Rebuild relationships and trust with those who matter most.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Strengthen your mindset and resilience to handle life\\u2019s challenges.<\\/p>\\n<p><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\"> Gain the confidence to envision and create a brighter future.<\\/p>\\n<div>&nbsp;<\\/div>\\n<p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"69889fe1","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"7524fd82","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"33ab8373","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"1dc9b8bd","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7ad4c175","elType":"widget","settings":{"icon_list":[{"text":"Waking up each morning with a clear mind and a renewed sense of purpose, feeling proud of the journey you\\u2019ve taken.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Rebuilding relationships with loved ones, earning back trust, and creating deeper, more meaningful connections.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Living each day fully present, enjoying the simple joys of life without the weight of old habits.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling empowered and in control, making choices that align with your values and future goals.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"4b197421","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"607903e2","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"6505896e","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"71a351ed","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"71e40472","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2fda6e37","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"70dc1ce","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5b7278d3","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"397c21b4","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"47523d","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"664a1182","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"6eae495c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3a448c50","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4a7d65d7","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"6bc3324c","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5a3fae81","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3987ff81","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"3bdc1214","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"146031d0","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"2fd3c839","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"25c3e814","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"345a699c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"7045ae20","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"74dfae9","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"eab2697","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5cd6909e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"7495c685","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"6ffd247a","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Nonjudgmental Support:<\\/strong> We create a safe, compassionate space where you can grow without fear of criticism.<\\/li><\\/ul><ul><li><strong>Proven Processes:<\\/strong> Utilize 25 evidence-based methods designed to help you overcome challenges and stay on track.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Framework:<\\/strong> Track your progress and gain clarity on your emotional journey.<\\/li><\\/ul><ul><li><strong>Customized Strategies:<\\/strong> Each path to recovery is unique. We\\u2019ll create a plan that works for you.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"3424a171","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7f41ff47","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3de8459b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"10a6fc68","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"575a68e3","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"5c2ef81a","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1858c020","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"2d6a5b4c","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"1c0e4fd0","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"50d03f70","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"28c33a46","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7d3ad3d8","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b1c9df0","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"1d958038","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"4da7cfa1","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"20a8bb35","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"759e69f6","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"8f8ad05","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"341fe223","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2ea87ebf","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"464609d4","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"46288256","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"708129eb","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"524811b3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"697ebb1b","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"223ff8ef","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"7b09f9d0","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"19dddac1","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"59607a94","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"4cdc70c6","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"1833de4d","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3a87b708","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"7fb91dd8","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"43832580","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2cbd1368","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"4a56f8b4","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"65c4199","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(988, 120, '_elementor_controls_usage', 'a:12:{s:7:"heading";a:3:{s:5:"count";i:9;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_title";a:2:{s:5:"title";i:9;s:11:"header_size";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:5;}}}}s:11:"text-editor";a:3:{s:5:"count";i:33;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:33;}s:14:"_section_style";a:1:{s:14:"_element_width";i:16;}}}}s:6:"button";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:3;s:4:"size";i:3;}s:13:"section_style";a:4:{s:5:"align";i:3;s:29:"button_background_hover_color";i:3;s:15:"hover_animation";i:3;s:18:"background_color_b";i:3;}}}}s:9:"container";a:3:{s:5:"count";i:34;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:4:{s:18:"section_background";a:4:{s:21:"background_background";i:13;s:16:"background_image";i:4;s:16:"background_color";i:3;s:18:"background_color_b";i:3;}s:26:"section_background_overlay";a:1:{s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:2:{s:20:"shape_divider_bottom";i:2;s:17:"shape_divider_top";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:16;}}}}s:4:"icon";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:13:"selected_icon";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:5:"image";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_image";a:1:{s:5:"image";i:5;}s:14:"_section_style";a:1:{s:14:"_element_width";i:2;}s:15:"section_effects";a:4:{s:29:"motion_fx_motion_fx_scrolling";i:1;s:27:"motion_fx_translateX_effect";i:1;s:30:"motion_fx_translateX_direction";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:15:"section_divider";a:1:{s:5:"style";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}s:17:"section_icon_list";a:1:{s:10:"icon_align";i:1;}}}}s:20:"testimonial-carousel";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_slides";a:1:{s:6:"slides";i:1;}}}}s:11:"price-table";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:1:{s:7:"content";a:7:{s:14:"section_header";a:2:{s:7:"heading";i:3;s:11:"sub_heading";i:3;}s:15:"section_pricing";a:2:{s:5:"price";i:3;s:6:"period";i:1;}s:16:"section_features";a:1:{s:13:"features_list";i:3;}s:14:"section_footer";a:2:{s:11:"button_text";i:3;s:22:"footer_additional_info";i:3;}s:14:"section_ribbon";a:2:{s:11:"show_ribbon";i:2;s:12:"ribbon_title";i:1;}s:20:"section_footer_style";a:1:{s:23:"button_background_color";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:17:"animated-headline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"text_elements";a:4:{s:6:"marker";i:1;s:11:"before_text";i:1;s:16:"highlighted_text";i:1;s:10:"after_text";i:1;}}}}s:16:"nested-accordion";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_items";a:1:{s:5:"items";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}}'),
(989, 121, '_elementor_edit_mode', 'builder'),
(990, 121, '_elementor_template_type', 'wp-page'),
(991, 121, '_elementor_version', '3.25.10'),
(992, 121, '_elementor_pro_version', '3.25.4'),
(993, 149, '_elementor_edit_mode', 'builder'),
(994, 149, '_elementor_template_type', 'footer'),
(995, 149, '_elementor_version', '3.25.10'),
(996, 149, '_elementor_pro_version', '3.25.4'),
(997, 149, '_wp_page_template', 'default'),
(998, 149, '_elementor_page_settings', 'a:1:{s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(999, 149, '_elementor_data', '[{"id":"249ef89b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"structure":"40","padding":{"unit":"%","top":"5","right":"8","bottom":"2","left":"8","isLinked":""},"padding_tablet":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":""},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":""},"_title":"Footer","flex_direction":"row","flex_align_items":"flex-start","content_width":"full","flex_direction_tablet":"row-reverse","flex_wrap_tablet":"wrap","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"__globals__":{"border_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"16b2305d","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":50},"flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":"100","unit":"%"},"flex_gap_tablet":{"size":"30","unit":"px","column":"30","row":"30","isLinked":true},"margin_tablet":{"unit":"%","top":"8","right":"0","bottom":"0","left":"0","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"35","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"content_width":"full","_flex_order_tablet":"end","flex_direction":"column","_flex_size":"none","_element_width":"initial"},"elements":[{"id":"5103185a","elType":"widget","settings":{"title_text":"Life Strategies Coaching","description_text":"Overcome addiction, break free from depression, and create fulfilling relationships.","title_size":"span","image_space":{"unit":"px","size":6,"sizes":[]},"image_size":{"unit":"%","size":40,"sizes":[]},"text_align":"center","__dynamic__":{"image":"[elementor-tag id=\\"768ac1e\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"image_space_mobile":{"unit":"px","size":"0","sizes":[]},"image":{"id":102,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/placeholder-1-1.png"},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":21,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":45,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":28,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"none","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"title_typography_line_height_mobile":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"description_color":"#324A6D","description_typography_typography":"custom","description_typography_font_family":"Poppins","description_typography_font_size":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"300","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"__globals__":[],"_element_width":"initial","_element_custom_width":{"unit":"%","size":86,"sizes":[]}},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"1b2c2077","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":21.523},"width_tablet":{"size":"25","unit":"%"},"width_mobile":{"size":"50","unit":"%"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"38d27120","elType":"widget","settings":{"title":"Services","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"3f269ea","elType":"widget","settings":{"icon_list":[{"text":"Relationship Coaching","selected_icon":{"value":"","library":""},"_id":"a5caa92","link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_1","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Overcoming Addiction","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_2","is_external":"","nofollow":"","custom_attributes":""},"_id":"ad6ec7f"},{"text":"Overcoming Depression","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_3","is_external":"","nofollow":"","custom_attributes":""},"_id":"1eeac9a"},{"text":"The Lost Man Project","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_4","is_external":"","nofollow":"","custom_attributes":""},"_id":"d5c9f75"}],"space_between":{"unit":"px","size":"10","sizes":[]},"__globals__":[],"space_between_mobile":{"unit":"px","size":"8","sizes":[]},"icon_color":"#324A6D","text_color":"#324A6D","text_color_hover":"#C8D5DC","icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"icon_typography_font_weight":"300","icon_typography_text_transform":"none","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"67cfd3a0","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":16.51},"width_tablet":{"size":"25","unit":"%"},"width_mobile":{"size":"50","unit":"%"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"718a8864","elType":"widget","settings":{"title":"Quick Links","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"708b79b4","elType":"widget","settings":{"layout":"vertical","pointer":"none","dropdown":"none","padding_horizontal_menu_item":{"unit":"px","size":"0","sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":"0","sizes":[]},"menu_space_between":{"unit":"px","size":"10","sizes":[]},"__globals__":[],"menu_space_between_mobile":{"unit":"px","size":"8","sizes":[]},"menu_typography_typography":"custom","menu_typography_font_family":"Poppins","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"menu_typography_font_weight":"300","menu_typography_text_transform":"none","menu_typography_font_style":"normal","menu_typography_text_decoration":"none","menu_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"menu_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"color_menu_item":"#324A6D","color_menu_item_hover":"#C8D5DC","pointer_color_menu_item_hover":"#467FF7","nav_menu_divider_color":"#324A6D","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Poppins","dropdown_typography_font_size":{"unit":"px","size":16,"sizes":[]},"dropdown_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"dropdown_typography_font_weight":"400","dropdown_typography_text_transform":"capitalize","dropdown_typography_font_style":"normal","dropdown_typography_text_decoration":"none","dropdown_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"dropdown_typography_line_height":{"unit":"em","size":1,"sizes":[]},"menu_name":"Menu","menu":"header-menu"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"55ee2c0f","elType":"container","settings":{"_column_size":"25","width":{"unit":"%","size":16.464},"width_tablet":{"size":"50","unit":"%"},"padding_tablet":{"unit":"%","top":"0","right":"15","bottom":"0","left":"0","isLinked":""},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"content_width":"full","margin_mobile":{"unit":"%","top":"0","right":"0","bottom":"25","left":"0","isLinked":false},"_flex_order_mobile":"start","flex_direction":"column","flex_gap":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"3cf6ed27","elType":"widget","settings":{"title":"Get In Touch","header_size":"h6","__globals__":[],"title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"68f44cf","elType":"widget","settings":{"editor":"<p>123 Main Street<br \\/>New York, NY 10001<\\/p>","_margin":{"unit":"px","top":"0","right":"0","bottom":"-16","left":"0","isLinked":false},"text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"drop_cap_primary_color":"#1C244B","__globals__":[]},"elements":[],"widgetType":"text-editor"},{"id":"ed90a39","elType":"widget","settings":{"icon_list":[{"text":"Email: contact@mysite.com","selected_icon":{"value":"","library":""},"_id":"a5caa92","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"__dynamic__":{"link":"[elementor-tag id=\\"0c0ddc3\\" name=\\"contact-url\\" settings=\\"%7B%22link_type%22%3A%22email%22%2C%22mail_to%22%3A%22contact%40mysite.com%22%7D\\"]"}},{"text":"Phone: 123-456-7890","selected_icon":{"value":"","library":""},"_id":"ad6ec7f","__dynamic__":{"link":"[elementor-tag id=\\"329af31\\" name=\\"contact-url\\" settings=\\"%7B%22link_type%22%3A%22tel%22%2C%22tel_number%22%3A%22123-456-7890%22%7D\\"]"}},{"text":"Hours: Mon-Fri 9:00AM - 5:00PM","selected_icon":{"value":"","library":""},"_id":"1eeac9a"}],"space_between":{"unit":"px","size":0,"sizes":[]},"__globals__":[],"space_between_mobile":{"unit":"px","size":"8","sizes":[]},"icon_color":"#324A6D","text_color":"#324A6D","icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"icon_typography_font_weight":"300","icon_typography_text_transform":"none","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true}],"isInner":false},{"id":"6653e92f","elType":"container","settings":{"flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"px","size":45,"sizes":[]},"content_position":"middle","background_background":"classic","__globals__":{"background_color":"globals\\/colors?id=b7beca2"},"_title":"Copyright","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[{"id":"17f9a54b","elType":"widget","settings":{"title":"\\u00a9 All Rights Reserved.","header_size":"p","align":"center","__globals__":[],"__dynamic__":{"title":"[elementor-tag id=\\"17f9cbb\\" name=\\"current-date-time\\" settings=\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%5Cu00a9+%22%2C%22after%22%3A%22+All+Rights+Reserved.%22%2C%22time_format%22%3A%22default%22%2C%22fallback%22%3A%22%22%7D\\"]"},"title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"heading"}],"isInner":false}]'),
(1001, 149, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'),
(1004, 97, '_elementor_controls_usage', 'a:6:{s:9:"image-box";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:1;}}s:7:"content";a:2:{s:13:"section_image";a:4:{s:10:"title_text";i:1;s:16:"description_text";i:1;s:10:"title_size";i:1;s:5:"image";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:9:"container";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:24:"section_layout_container";a:1:{s:13:"content_width";i:5;}s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:2:{s:5:"title";i:4;s:11:"header_size";i:4;}}s:7:"general";a:1:{s:11:"__dynamic__";a:1:{s:5:"count";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}}}s:8:"nav-menu";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_layout";a:3:{s:6:"layout";i:1;s:7:"pointer";i:1;s:8:"dropdown";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}}}}'),
(1006, 121, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you break free from the weight of depression through:<\\/p><p>\\u00a0<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Practical Tools: Develop habits and actions that build confidence and create positive momentum.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Tailored Coaching: Receive customized strategies that fit your unique situation.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.<\\/p><p style=\\"text-align: left;\\">\\u00a0<\\/p><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":51,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":68,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Forward-Focused Coaching:<\\/strong> We focus on building the future you want, rather than dwelling on the past.<\\/li><\\/ul><ul><li><strong>Proven Strategies:<\\/strong> With 25 proven processes, we\\u2019ll help you create lasting, positive change.<\\/li><\\/ul><ul><li><strong>Holistic Approach:<\\/strong> Address emotional, mental, and behavioral challenges together for comprehensive results.<\\/li><\\/ul><ul><li><strong>Empathetic Support:<\\/strong> You\\u2019ll never feel judged or alone on your journey.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Empowering You to Move Forward","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h3>Your journey to a brighter, happier future begins today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can support you.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1008, 150, '_wp_attached_file', '2024/12/AdobeStock_173758797-scaled.jpeg'),
(1009, 150, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:40:"2024/12/AdobeStock_173758797-scaled.jpeg";s:8:"filesize";i:444524;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:33:"AdobeStock_173758797-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16788;}s:5:"large";a:5:{s:4:"file";s:34:"AdobeStock_173758797-1024x683.jpeg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:106617;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"AdobeStock_173758797-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7871;}s:12:"medium_large";a:5:{s:4:"file";s:33:"AdobeStock_173758797-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:68161;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"AdobeStock_173758797-1536x1024.jpeg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:198528;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"AdobeStock_173758797-2048x1365.jpeg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:312352;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:33:"AdobeStock_173758797-350x100.jpeg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10333;}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"1.6";s:6:"credit";s:32:"NDABCREATIVITY - stock.adobe.com";s:6:"camera";s:22:"Canon EOS-1D X Mark II";s:7:"caption";s:51:"Happy young couple having date and eating ice cream";s:17:"created_timestamp";s:10:"1496486399";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:45:"Happy couple having date and eating ice cream";s:11:"orientation";s:1:"1";s:8:"keywords";a:78:{i:0;s:6:"couple";i:1;s:4:"date";i:2;s:4:"love";i:3;s:5:"happy";i:4;s:8:"together";i:5;s:4:"kiss";i:6;s:8:"cheerful";i:7;s:7:"kissing";i:8;s:6:"summer";i:9;s:3:"joy";i:10;s:7:"romance";i:11;s:3:"ice";i:12;s:5:"cream";i:13;s:3:"fun";i:14;s:8:"icecream";i:15;s:3:"man";i:16;s:10:"attractive";i:17;s:5:"young";i:18;s:7:"sitting";i:19;s:4:"city";i:20;s:3:"two";i:21;s:5:"woman";i:22;s:4:"girl";i:23;s:7:"friends";i:24;s:9:"lifestyle";i:25;s:10:"girlfriend";i:26;s:4:"food";i:27;s:6:"female";i:28;s:8:"vacation";i:29;s:9:"boyfriend";i:30;s:5:"smile";i:31;s:8:"enjoying";i:32;s:7:"outside";i:33;s:5:"adult";i:34;s:4:"male";i:35;s:5:"bench";i:36;s:7:"playful";i:37;s:6:"dating";i:38;s:6:"joyful";i:39;s:6:"couple";i:40;s:4:"date";i:41;s:4:"love";i:42;s:5:"happy";i:43;s:8:"together";i:44;s:4:"kiss";i:45;s:8:"cheerful";i:46;s:7:"kissing";i:47;s:6:"summer";i:48;s:3:"joy";i:49;s:7:"romance";i:50;s:3:"ice";i:51;s:5:"cream";i:52;s:3:"fun";i:53;s:8:"icecream";i:54;s:3:"man";i:55;s:10:"attractive";i:56;s:5:"young";i:57;s:7:"sitting";i:58;s:4:"city";i:59;s:3:"two";i:60;s:5:"woman";i:61;s:4:"girl";i:62;s:7:"friends";i:63;s:9:"lifestyle";i:64;s:10:"girlfriend";i:65;s:4:"food";i:66;s:6:"female";i:67;s:8:"vacation";i:68;s:9:"boyfriend";i:69;s:5:"smile";i:70;s:8:"enjoying";i:71;s:7:"outside";i:72;s:5:"adult";i:73;s:4:"male";i:74;s:5:"bench";i:75;s:7:"playful";i:76;s:6:"dating";i:77;s:6:"joyful";}}s:14:"original_image";s:25:"AdobeStock_173758797.jpeg";}'),
(1013, 151, '_wp_page_template', 'elementor_header_footer'),
(1014, 151, '_elementor_edit_mode', 'builder'),
(1015, 151, '_elementor_template_type', 'wp-page'),
(1016, 151, '_elementor_version', '3.25.10'),
(1017, 151, '_elementor_pro_version', '3.25.4'),
(1018, 151, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1020, 152, '_wp_page_template', 'elementor_header_footer'),
(1021, 152, '_elementor_edit_mode', 'builder'),
(1022, 152, '_elementor_template_type', 'wp-page'),
(1023, 152, '_elementor_version', '3.25.10'),
(1024, 152, '_elementor_pro_version', '3.25.4'),
(1025, 152, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1027, 153, '_wp_page_template', 'elementor_header_footer'),
(1028, 153, '_elementor_edit_mode', 'builder'),
(1029, 153, '_elementor_template_type', 'wp-page'),
(1030, 153, '_elementor_version', '3.25.10'),
(1031, 153, '_elementor_pro_version', '3.25.4'),
(1032, 153, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1035, 154, '_wp_page_template', 'elementor_header_footer'),
(1036, 154, '_elementor_edit_mode', 'builder'),
(1037, 154, '_elementor_template_type', 'wp-page'),
(1038, 154, '_elementor_version', '3.25.10'),
(1039, 154, '_elementor_pro_version', '3.25.4'),
(1040, 154, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1042, 155, '_wp_page_template', 'elementor_header_footer'),
(1043, 155, '_elementor_edit_mode', 'builder'),
(1044, 155, '_elementor_template_type', 'wp-page'),
(1045, 155, '_elementor_version', '3.25.10'),
(1046, 155, '_elementor_pro_version', '3.25.4'),
(1047, 155, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":67.945},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1049, 156, '_wp_page_template', 'elementor_header_footer'),
(1050, 156, '_elementor_edit_mode', 'builder'),
(1051, 156, '_elementor_template_type', 'wp-page'),
(1052, 156, '_elementor_version', '3.25.10'),
(1053, 156, '_elementor_pro_version', '3.25.4'),
(1054, 156, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1065, 158, '_wp_page_template', 'elementor_header_footer'),
(1066, 158, '_elementor_edit_mode', 'builder'),
(1067, 158, '_elementor_template_type', 'wp-page'),
(1068, 158, '_elementor_version', '3.25.10'),
(1069, 158, '_elementor_pro_version', '3.25.4'),
(1070, 158, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1072, 159, '_wp_page_template', 'elementor_header_footer'),
(1073, 159, '_elementor_edit_mode', 'builder'),
(1074, 159, '_elementor_template_type', 'wp-page'),
(1075, 159, '_elementor_version', '3.25.10'),
(1076, 159, '_elementor_pro_version', '3.25.4'),
(1077, 159, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1079, 160, '_wp_page_template', 'elementor_header_footer'),
(1080, 160, '_elementor_edit_mode', 'builder'),
(1081, 160, '_elementor_template_type', 'wp-page'),
(1082, 160, '_elementor_version', '3.25.10'),
(1083, 160, '_elementor_pro_version', '3.25.4'),
(1084, 160, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you break free from the weight of depression through:<\\/p><p>\\u00a0<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Practical Tools: Develop habits and actions that build confidence and create positive momentum.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Tailored Coaching: Receive customized strategies that fit your unique situation.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.<\\/p><p style=\\"text-align: left;\\">\\u00a0<\\/p><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":51,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":68,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1087, 161, '_wp_page_template', 'elementor_header_footer'),
(1088, 161, '_elementor_edit_mode', 'builder'),
(1089, 161, '_elementor_template_type', 'wp-page'),
(1090, 161, '_elementor_version', '3.25.10'),
(1091, 161, '_elementor_pro_version', '3.25.4'),
(1092, 161, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you break free from the weight of depression through:<\\/p><p>\\u00a0<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Practical Tools: Develop habits and actions that build confidence and create positive momentum.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Tailored Coaching: Receive customized strategies that fit your unique situation.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.<\\/p><p style=\\"text-align: left;\\">\\u00a0<\\/p><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":51,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":68,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1094, 162, '_wp_page_template', 'elementor_header_footer'),
(1095, 162, '_elementor_edit_mode', 'builder'),
(1096, 162, '_elementor_template_type', 'wp-page'),
(1097, 162, '_elementor_version', '3.25.10'),
(1098, 162, '_elementor_pro_version', '3.25.4'),
(1099, 162, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you break free from the weight of depression through:<\\/p><p>\\u00a0<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Practical Tools: Develop habits and actions that build confidence and create positive momentum.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Tailored Coaching: Receive customized strategies that fit your unique situation.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.<\\/p><p style=\\"text-align: left;\\">\\u00a0<\\/p><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":51,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":68,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1101, 163, '_wp_page_template', 'elementor_header_footer'),
(1102, 163, '_elementor_edit_mode', 'builder'),
(1103, 163, '_elementor_template_type', 'wp-page'),
(1104, 163, '_elementor_version', '3.25.10'),
(1105, 163, '_elementor_pro_version', '3.25.4'),
(1106, 163, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you break free from the weight of depression through:<\\/p><p>\\u00a0<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Practical Tools: Develop habits and actions that build confidence and create positive momentum.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Tailored Coaching: Receive customized strategies that fit your unique situation.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.<\\/p><p style=\\"text-align: left;\\">\\u00a0<\\/p><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":51,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":68,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1109, 164, '_wp_page_template', 'elementor_header_footer'),
(1110, 164, '_elementor_edit_mode', 'builder'),
(1111, 164, '_elementor_template_type', 'wp-page'),
(1112, 164, '_elementor_version', '3.25.10'),
(1113, 164, '_elementor_pro_version', '3.25.4'),
(1114, 164, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you break free from the weight of depression through:<\\/p><p>\\u00a0<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Practical Tools: Develop habits and actions that build confidence and create positive momentum.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Tailored Coaching: Receive customized strategies that fit your unique situation.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.<\\/p><p style=\\"text-align: left;\\">\\u00a0<\\/p><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":51,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":68,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1116, 165, '_wp_page_template', 'elementor_header_footer'),
(1117, 165, '_elementor_edit_mode', 'builder'),
(1118, 165, '_elementor_template_type', 'wp-page'),
(1119, 165, '_elementor_version', '3.25.10'),
(1120, 165, '_elementor_pro_version', '3.25.4'),
(1121, 165, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you break free from the weight of depression through:<\\/p><p>\\u00a0<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Practical Tools: Develop habits and actions that build confidence and create positive momentum.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Tailored Coaching: Receive customized strategies that fit your unique situation.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.<\\/p><p style=\\"text-align: left;\\">\\u00a0<\\/p><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":51,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":68,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1123, 166, '_wp_page_template', 'elementor_header_footer'),
(1124, 166, '_elementor_edit_mode', 'builder'),
(1125, 166, '_elementor_template_type', 'wp-page'),
(1126, 166, '_elementor_version', '3.25.10'),
(1127, 166, '_elementor_pro_version', '3.25.4'),
(1128, 166, '_elementor_data', '[{"id":"5992cccd","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":150,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_173758797-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.85,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"4be1e77f","elType":"widget","settings":{"title":"Rediscover Hope <br>and Happiness","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"1eccca4d","elType":"widget","settings":{"editor":"<p>If you feel stuck, hopeless, or weighed down by life, there\\u2019s a way forward. Let us help you break free and find joy again.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"78614a30","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"38a95114","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"5d5b1cfe","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"385bcd2c","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"158999b5","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"26ba847d","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"1f5fd7b2","elType":"widget","settings":{"editor":"<p>Constantly fatigued, unmotivated, or overwhelmed?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fb45c2a","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"73a5575","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6a4181a","elType":"widget","settings":{"editor":"<p>Disconnected from loved ones and the things you used to enjoy?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"ccd3612","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"43f6f20","elType":"widget","settings":{"selected_icon":{"value":"fas fa-cloud-rain","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"2844a33","elType":"widget","settings":{"editor":"<p>Trapped in negative thought patterns with no clear way out?<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78.569},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2667ae5a","elType":"widget","settings":{"editor":"<p>Depression can feel like it has taken over, but it doesn\\u2019t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"5aac0a3b","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"2e071631","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"29e088e5","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"108e6293","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"2fc0d1f0","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"554008cc","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"c33e3c3","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"329fbad3","elType":"widget","settings":{"editor":"<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes<\\/strong> to help you break free from the weight of depression through:<\\/p><p>\\u00a0<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Practical Tools: Develop habits and actions that build confidence and create positive momentum.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Tailored Coaching: Receive customized strategies that fit your unique situation.<\\/p><p style=\\"text-align: left;\\"><img class=\\"emoji\\" role=\\"img\\" draggable=\\"false\\" src=\\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/15.0.3\\/svg\\/2728.svg\\" alt=\\"\\u2728\\" \\/> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.<\\/p><p style=\\"text-align: left;\\">\\u00a0<\\/p><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"1fefdc24","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"484b424a","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"500dadf3","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"77553723","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7cdc466d","elType":"widget","settings":{"icon_list":[{"text":"Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"65f6e275","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"5c0ee999","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"1a32f658","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"41198a0a","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"6f9831b0","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"26cc9a47","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"44425174","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":51,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":68,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"8274ed7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"5425582c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"2df272a4","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"2a224908","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1aec07c","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"613b057b","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"1493a81c","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"4341a291","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"64901547","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"29b0e4f","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"4fa5deb3","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"619ef227","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"26568ebf","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"6a237103","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"32c08eaa","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"4d21a8dd","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"10ae2706","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"38fffad6","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6b45c09e","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"2609ce47","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"2b3d2bfe","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Forward-Focused Coaching:<\\/strong> We focus on building the future you want, rather than dwelling on the past.<\\/li><\\/ul><ul><li><strong>Proven Strategies:<\\/strong> With 25 proven processes, we\\u2019ll help you create lasting, positive change.<\\/li><\\/ul><ul><li><strong>Holistic Approach:<\\/strong> Address emotional, mental, and behavioral challenges together for comprehensive results.<\\/li><\\/ul><ul><li><strong>Empathetic Support:<\\/strong> You\\u2019ll never feel judged or alone on your journey.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"614b7562","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"2c88c957","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6b40a544","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"4fe27239","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"6a801366","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"7dde14ef","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"3fe4a03e","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"49903a15","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"586f3620","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"22159cad","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"15d74b16","elType":"widget","settings":{"title":"Empowering You to Move Forward","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"56848153","elType":"widget","settings":{"editor":"<h3>Your journey to a brighter, happier future begins today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can support you.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5198e0d","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"2ac9f68","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"539c98f6","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5c496b3d","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"11720339","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"49f68341","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"7eed7b70","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"8b1148e","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"33636d2c","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"147319e2","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"14a0d224","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"3c316511","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"1d1453cf","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"5fc96762","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"5f57ba9c","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"392d1e77","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"529120","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"331dcb35","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5cfffcd8","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"414ef4ab","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"596250c4","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"159e3d03","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"532bcfbe","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"f79897f","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"3638f140","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1130, 121, '_elementor_controls_usage', 'a:12:{s:7:"heading";a:3:{s:5:"count";i:9;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_title";a:2:{s:5:"title";i:9;s:11:"header_size";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:5;}}}}s:11:"text-editor";a:3:{s:5:"count";i:33;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:33;}s:14:"_section_style";a:1:{s:14:"_element_width";i:16;}}}}s:6:"button";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:3;s:4:"size";i:3;}s:13:"section_style";a:4:{s:5:"align";i:3;s:29:"button_background_hover_color";i:3;s:15:"hover_animation";i:3;s:18:"background_color_b";i:3;}}}}s:9:"container";a:3:{s:5:"count";i:34;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:4:{s:18:"section_background";a:4:{s:21:"background_background";i:13;s:16:"background_image";i:4;s:16:"background_color";i:3;s:18:"background_color_b";i:3;}s:26:"section_background_overlay";a:1:{s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:2:{s:20:"shape_divider_bottom";i:2;s:17:"shape_divider_top";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:16;}}}}s:4:"icon";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:13:"selected_icon";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:5:"image";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_image";a:1:{s:5:"image";i:5;}s:14:"_section_style";a:1:{s:14:"_element_width";i:2;}s:15:"section_effects";a:4:{s:29:"motion_fx_motion_fx_scrolling";i:1;s:27:"motion_fx_translateX_effect";i:1;s:30:"motion_fx_translateX_direction";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:15:"section_divider";a:1:{s:5:"style";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}s:17:"section_icon_list";a:1:{s:10:"icon_align";i:1;}}}}s:20:"testimonial-carousel";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_slides";a:1:{s:6:"slides";i:1;}}}}s:11:"price-table";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:1:{s:7:"content";a:7:{s:14:"section_header";a:2:{s:7:"heading";i:3;s:11:"sub_heading";i:3;}s:15:"section_pricing";a:2:{s:5:"price";i:3;s:6:"period";i:1;}s:16:"section_features";a:1:{s:13:"features_list";i:3;}s:14:"section_footer";a:2:{s:11:"button_text";i:3;s:22:"footer_additional_info";i:3;}s:14:"section_ribbon";a:2:{s:11:"show_ribbon";i:2;s:12:"ribbon_title";i:1;}s:20:"section_footer_style";a:1:{s:23:"button_background_color";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:17:"animated-headline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"text_elements";a:4:{s:6:"marker";i:1;s:11:"before_text";i:1;s:16:"highlighted_text";i:1;s:10:"after_text";i:1;}}}}s:16:"nested-accordion";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_items";a:1:{s:5:"items";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}}'),
(1140, 168, '_menu_item_type', 'post_type'),
(1141, 168, '_menu_item_menu_item_parent', '237'),
(1142, 168, '_menu_item_object_id', '121'),
(1143, 168, '_menu_item_object', 'page'),
(1144, 168, '_menu_item_target', ''),
(1145, 168, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1146, 168, '_menu_item_xfn', ''),
(1147, 168, '_menu_item_url', ''),
(1149, 169, '_menu_item_type', 'post_type'),
(1150, 169, '_menu_item_menu_item_parent', '237'),
(1151, 169, '_menu_item_object_id', '120'),
(1152, 169, '_menu_item_object', 'page'),
(1153, 169, '_menu_item_target', ''),
(1154, 169, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1155, 169, '_menu_item_xfn', ''),
(1156, 169, '_menu_item_url', ''),
(1158, 170, '_menu_item_type', 'post_type'),
(1159, 170, '_menu_item_menu_item_parent', '237'),
(1160, 170, '_menu_item_object_id', '119'),
(1161, 170, '_menu_item_object', 'page'),
(1162, 170, '_menu_item_target', ''),
(1163, 170, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1164, 170, '_menu_item_xfn', ''),
(1165, 170, '_menu_item_url', ''),
(1167, 171, '_menu_item_type', 'post_type'),
(1168, 171, '_menu_item_menu_item_parent', '0'),
(1169, 171, '_menu_item_object_id', '8'),
(1170, 171, '_menu_item_object', 'page'),
(1171, 171, '_menu_item_target', ''),
(1172, 171, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1173, 171, '_menu_item_xfn', ''),
(1174, 171, '_menu_item_url', ''),
(1180, 172, '_edit_last', '1'),
(1181, 172, '_edit_lock', '1738012241:1'),
(1182, 172, '_elementor_edit_mode', 'builder'),
(1183, 172, '_elementor_template_type', 'wp-page'),
(1184, 172, '_elementor_version', '3.27.1'),
(1185, 172, '_elementor_pro_version', '3.27.0'),
(1186, 173, '_edit_last', '1'),
(1187, 173, '_edit_lock', '1738005238:1'),
(1188, 173, '_elementor_edit_mode', 'builder'),
(1189, 173, '_elementor_template_type', 'wp-page'),
(1190, 173, '_elementor_version', '3.25.10'),
(1191, 173, '_elementor_pro_version', '3.25.4'),
(1192, 173, '_wp_page_template', 'elementor_header_footer'),
(1193, 173, '_elementor_data', '[{"id":"b233a86","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6d2c625","elType":"widget","settings":{"title":"We''d Love To Hear From You","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"584e8baf","elType":"widget","settings":{"title":"contact us","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"1f7006d2","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"gradient","padding":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"5","right":"1","bottom":"5","left":"1","isLinked":false},"padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":false},"_title":"Services","background_color_stop":{"unit":"%","size":52,"sizes":[]},"background_color_b_stop":{"unit":"%","size":1,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","flex_direction_mobile":"column","flex_align_items_tablet":"stretch","flex_gap_tablet":{"unit":"px","size":0,"sizes":[],"column":"0","row":"0","isLinked":true},"flex_gap_mobile":{"unit":"px","size":70,"sizes":[],"column":"70","row":"70","isLinked":true},"boxed_width":{"unit":"px","size":1600,"sizes":[]},"flex_justify_content":"space-between","__globals__":{"background_color":"globals\\/colors?id=b7beca2","background_color_b":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"22cc43ed","elType":"container","settings":{"content_width":"full","width_tablet":{"unit":"%","size":100,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":33,"sizes":[]},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"5971c1a9","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"4a8cfed7","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Find us Here","description_text":"910 Armory Road<BR>\\nlos Angeles, CA 90017","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"4b6b3efc","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_width":"full"},"elements":[{"id":"7fa8ed2d","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"714562c0","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Get In touch","description_text":"213-200-5078 <BR>\\nkevinclarkfit@training.com","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7d0c6a97","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full"},"elements":[{"id":"14dc4c2","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"64f080b4","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Business Hours","description_text":"Mon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":false},{"id":"4e885a9f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1844a84","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"dc1f623","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"29f5cc6a","elType":"widget","settings":{"title":"Send a Message","align":"left","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"},"_flex_size":"none"},"elements":[],"widgetType":"heading"},{"id":"afa86a0","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"custom_id":"name","field_label":"Name","placeholder":"Name","dynamic":{"active":true},"_id":"2b007c6"},{"custom_id":"email","field_type":"email","required":"true","field_label":"Email","placeholder":"Email","_id":"7735948"},{"custom_id":"message","field_type":"textarea","field_label":"Message","placeholder":"Message","_id":"150f7bc"}],"step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"admin@thelifestrategiescoach.com","email_subject":"New message from &quot;Life Strategies Coaching&quot;","email_content":"[all-fields]","email_from":"email@thelifestrategiescoach.com","email_from_name":"Life Strategies Coaching","email_to_2":"admin@thelifestrategiescoach.com","email_subject_2":"New message from &quot;Life Strategies Coaching&quot;","email_content_2":"[all-fields]","email_from_2":"email@thelifestrategiescoach.com","email_from_name_2":"Life Strategies Coaching","email_reply_to_2":"admin@thelifestrategiescoach.com","activecampaign_fields_map":[],"convertkit_fields_map":[],"drip_fields_map":[],"getresponse_fields_map":[],"mailchimp_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","_element_width":"initial","_element_custom_width":{"unit":"%","size":100},"_flex_size":"none","__globals__":{"button_background_color":"globals\\/colors?id=49d6c0d","previous_button_background_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"form"}],"isInner":true},{"id":"6026671","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"c6bf760","elType":"widget","settings":{"address":"London Eye, London, United Kingdom"},"elements":[],"widgetType":"google_maps"}],"isInner":true}],"isInner":true}],"isInner":false}]'),
(1195, 174, '_wp_attached_file', '2024/12/boxking_contact_img_3.jpg'),
(1196, 174, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:540;s:4:"file";s:33:"2024/12/boxking_contact_img_3.jpg";s:8:"filesize";i:755860;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:32:"boxking_contact_img_3-300x84.jpg";s:5:"width";i:300;s:6:"height";i:84;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7518;}s:5:"large";a:5:{s:4:"file";s:34:"boxking_contact_img_3-1024x288.jpg";s:5:"width";i:1024;s:6:"height";i:288;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:42662;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"boxking_contact_img_3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5271;}s:12:"medium_large";a:5:{s:4:"file";s:33:"boxking_contact_img_3-768x216.jpg";s:5:"width";i:768;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:28119;}s:9:"1536x1536";a:5:{s:4:"file";s:34:"boxking_contact_img_3-1536x432.jpg";s:5:"width";i:1536;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:79897;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1197, 174, '_elementor_source_image_hash', '51e3d78e05fb829bac664a639a66207bab671c18'),
(1198, 175, '_elementor_edit_mode', 'builder'),
(1199, 175, '_elementor_template_type', 'wp-page'),
(1200, 175, '_elementor_version', '3.25.10'),
(1201, 175, '_elementor_pro_version', '3.25.4'),
(1202, 175, '_wp_page_template', 'elementor_header_footer'),
(1203, 175, '_elementor_data', '[{"id":"b233a86","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6d2c625","elType":"widget","settings":{"title":"We''d Love To Hear From You","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"584e8baf","elType":"widget","settings":{"title":"contact us","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"1f7006d2","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"gradient","padding":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"5","right":"1","bottom":"5","left":"1","isLinked":false},"padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":false},"_title":"Services","background_color_stop":{"unit":"%","size":52,"sizes":[]},"background_color_b_stop":{"unit":"%","size":1,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","flex_direction_mobile":"column","flex_align_items_tablet":"stretch","flex_gap_tablet":{"unit":"px","size":0,"sizes":[],"column":"0","row":"0","isLinked":true},"flex_gap_mobile":{"unit":"px","size":70,"sizes":[],"column":"70","row":"70","isLinked":true},"boxed_width":{"unit":"px","size":1600,"sizes":[]},"flex_justify_content":"space-between","__globals__":{"background_color":"globals\\/colors?id=b7beca2","background_color_b":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"22cc43ed","elType":"container","settings":{"content_width":"full","width_tablet":{"unit":"%","size":100,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":33,"sizes":[]},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"5971c1a9","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"4a8cfed7","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Find us Here","description_text":"910 Armory Road<BR>\\nlos Angeles, CA 90017","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"4b6b3efc","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_width":"full"},"elements":[{"id":"7fa8ed2d","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"714562c0","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Get In touch","description_text":"213-200-5078 <BR>\\nkevinclarkfit@training.com","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7d0c6a97","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full"},"elements":[{"id":"14dc4c2","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"64f080b4","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Training Hours","description_text":"Mon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":false},{"id":"4e885a9f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1844a84","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"dc1f623","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"29f5cc6a","elType":"widget","settings":{"title":"Send a Message","align":"left","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"afa86a0","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"custom_id":"name","field_label":"Name","placeholder":"Name","dynamic":{"active":true},"_id":"2b007c6"},{"custom_id":"email","field_type":"email","required":"true","field_label":"Email","placeholder":"Email","_id":"7735948"},{"custom_id":"message","field_type":"textarea","field_label":"Message","placeholder":"Message","_id":"150f7bc"}],"step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"admin@thelifestrategiescoach.com","email_subject":"New message from &quot;Life Strategies Coaching&quot;","email_content":"[all-fields]","email_from":"email@thelifestrategiescoach.com","email_from_name":"Life Strategies Coaching","email_to_2":"admin@thelifestrategiescoach.com","email_subject_2":"New message from &quot;Life Strategies Coaching&quot;","email_content_2":"[all-fields]","email_from_2":"email@thelifestrategiescoach.com","email_from_name_2":"Life Strategies Coaching","email_reply_to_2":"admin@thelifestrategiescoach.com","activecampaign_fields_map":[],"convertkit_fields_map":[],"drip_fields_map":[],"getresponse_fields_map":[],"mailchimp_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","_element_width":"initial","_element_custom_width":{"unit":"%","size":40.545},"_flex_size":"none"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"c6bf760","elType":"widget","settings":{"address":"London Eye, London, United Kingdom"},"elements":[],"widgetType":"google_maps"}],"isInner":false}]'),
(1205, 176, '_elementor_edit_mode', 'builder'),
(1206, 176, '_elementor_template_type', 'wp-page'),
(1207, 176, '_elementor_version', '3.25.10'),
(1208, 176, '_elementor_pro_version', '3.25.4'),
(1209, 176, '_wp_page_template', 'elementor_header_footer'),
(1210, 176, '_elementor_data', '[{"id":"b233a86","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6d2c625","elType":"widget","settings":{"title":"We''d Love To Hear From You","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"584e8baf","elType":"widget","settings":{"title":"contact us","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"1f7006d2","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"gradient","padding":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"5","right":"1","bottom":"5","left":"1","isLinked":false},"padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":false},"_title":"Services","background_color_stop":{"unit":"%","size":52,"sizes":[]},"background_color_b_stop":{"unit":"%","size":1,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","flex_direction_mobile":"column","flex_align_items_tablet":"stretch","flex_gap_tablet":{"unit":"px","size":0,"sizes":[],"column":"0","row":"0","isLinked":true},"flex_gap_mobile":{"unit":"px","size":70,"sizes":[],"column":"70","row":"70","isLinked":true},"boxed_width":{"unit":"px","size":1600,"sizes":[]},"flex_justify_content":"space-between","__globals__":{"background_color":"globals\\/colors?id=b7beca2","background_color_b":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"22cc43ed","elType":"container","settings":{"content_width":"full","width_tablet":{"unit":"%","size":100,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":33,"sizes":[]},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"5971c1a9","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"4a8cfed7","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Find us Here","description_text":"910 Armory Road<BR>\\nlos Angeles, CA 90017","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"4b6b3efc","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_width":"full"},"elements":[{"id":"7fa8ed2d","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"714562c0","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Get In touch","description_text":"213-200-5078 <BR>\\nkevinclarkfit@training.com","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7d0c6a97","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full"},"elements":[{"id":"14dc4c2","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"64f080b4","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Training Hours","description_text":"Mon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":false},{"id":"4e885a9f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1844a84","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"dc1f623","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"29f5cc6a","elType":"widget","settings":{"title":"Send a Message","align":"left","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"afa86a0","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"custom_id":"name","field_label":"Name","placeholder":"Name","dynamic":{"active":true},"_id":"2b007c6"},{"custom_id":"email","field_type":"email","required":"true","field_label":"Email","placeholder":"Email","_id":"7735948"},{"custom_id":"message","field_type":"textarea","field_label":"Message","placeholder":"Message","_id":"150f7bc"}],"step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"admin@thelifestrategiescoach.com","email_subject":"New message from &quot;Life Strategies Coaching&quot;","email_content":"[all-fields]","email_from":"email@thelifestrategiescoach.com","email_from_name":"Life Strategies Coaching","email_to_2":"admin@thelifestrategiescoach.com","email_subject_2":"New message from &quot;Life Strategies Coaching&quot;","email_content_2":"[all-fields]","email_from_2":"email@thelifestrategiescoach.com","email_from_name_2":"Life Strategies Coaching","email_reply_to_2":"admin@thelifestrategiescoach.com","activecampaign_fields_map":[],"convertkit_fields_map":[],"drip_fields_map":[],"getresponse_fields_map":[],"mailchimp_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","_element_width":"initial","_element_custom_width":{"unit":"%","size":40.545},"_flex_size":"none"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"c6bf760","elType":"widget","settings":{"address":"London Eye, London, United Kingdom"},"elements":[],"widgetType":"google_maps"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1212, 177, '_elementor_edit_mode', 'builder'),
(1213, 177, '_elementor_template_type', 'wp-page'),
(1214, 177, '_elementor_version', '3.25.10'),
(1215, 177, '_elementor_pro_version', '3.25.4'),
(1216, 177, '_wp_page_template', 'elementor_header_footer'),
(1217, 177, '_elementor_data', '[{"id":"b233a86","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6d2c625","elType":"widget","settings":{"title":"We''d Love To Hear From You","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"584e8baf","elType":"widget","settings":{"title":"contact us","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"1f7006d2","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"gradient","padding":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"5","right":"1","bottom":"5","left":"1","isLinked":false},"padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":false},"_title":"Services","background_color_stop":{"unit":"%","size":52,"sizes":[]},"background_color_b_stop":{"unit":"%","size":1,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","flex_direction_mobile":"column","flex_align_items_tablet":"stretch","flex_gap_tablet":{"unit":"px","size":0,"sizes":[],"column":"0","row":"0","isLinked":true},"flex_gap_mobile":{"unit":"px","size":70,"sizes":[],"column":"70","row":"70","isLinked":true},"boxed_width":{"unit":"px","size":1600,"sizes":[]},"flex_justify_content":"space-between","__globals__":{"background_color":"globals\\/colors?id=b7beca2","background_color_b":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"22cc43ed","elType":"container","settings":{"content_width":"full","width_tablet":{"unit":"%","size":100,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":33,"sizes":[]},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"5971c1a9","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"4a8cfed7","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Find us Here","description_text":"910 Armory Road<BR>\\nlos Angeles, CA 90017","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"4b6b3efc","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_width":"full"},"elements":[{"id":"7fa8ed2d","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"714562c0","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Get In touch","description_text":"213-200-5078 <BR>\\nkevinclarkfit@training.com","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7d0c6a97","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full"},"elements":[{"id":"14dc4c2","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"64f080b4","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Training Hours","description_text":"Mon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":false},{"id":"4e885a9f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1844a84","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"dc1f623","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"29f5cc6a","elType":"widget","settings":{"title":"Send a Message","align":"left","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"afa86a0","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"custom_id":"name","field_label":"Name","placeholder":"Name","dynamic":{"active":true},"_id":"2b007c6"},{"custom_id":"email","field_type":"email","required":"true","field_label":"Email","placeholder":"Email","_id":"7735948"},{"custom_id":"message","field_type":"textarea","field_label":"Message","placeholder":"Message","_id":"150f7bc"}],"step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"admin@thelifestrategiescoach.com","email_subject":"New message from &quot;Life Strategies Coaching&quot;","email_content":"[all-fields]","email_from":"email@thelifestrategiescoach.com","email_from_name":"Life Strategies Coaching","email_to_2":"admin@thelifestrategiescoach.com","email_subject_2":"New message from &quot;Life Strategies Coaching&quot;","email_content_2":"[all-fields]","email_from_2":"email@thelifestrategiescoach.com","email_from_name_2":"Life Strategies Coaching","email_reply_to_2":"admin@thelifestrategiescoach.com","activecampaign_fields_map":[],"convertkit_fields_map":[],"drip_fields_map":[],"getresponse_fields_map":[],"mailchimp_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","_element_width":"initial","_element_custom_width":{"unit":"%","size":40.545},"_flex_size":"none"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"c6bf760","elType":"widget","settings":{"address":"London Eye, London, United Kingdom"},"elements":[],"widgetType":"google_maps"}],"isInner":false}]'),
(1220, 178, '_elementor_edit_mode', 'builder'),
(1221, 178, '_elementor_template_type', 'wp-page'),
(1222, 178, '_elementor_version', '3.25.10'),
(1223, 178, '_elementor_pro_version', '3.25.4'),
(1224, 178, '_wp_page_template', 'elementor_header_footer'),
(1225, 178, '_elementor_data', '[{"id":"b233a86","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6d2c625","elType":"widget","settings":{"title":"We''d Love To Hear From You","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"584e8baf","elType":"widget","settings":{"title":"contact us","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"1f7006d2","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"gradient","padding":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"5","right":"1","bottom":"5","left":"1","isLinked":false},"padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":false},"_title":"Services","background_color_stop":{"unit":"%","size":52,"sizes":[]},"background_color_b_stop":{"unit":"%","size":1,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","flex_direction_mobile":"column","flex_align_items_tablet":"stretch","flex_gap_tablet":{"unit":"px","size":0,"sizes":[],"column":"0","row":"0","isLinked":true},"flex_gap_mobile":{"unit":"px","size":70,"sizes":[],"column":"70","row":"70","isLinked":true},"boxed_width":{"unit":"px","size":1600,"sizes":[]},"flex_justify_content":"space-between","__globals__":{"background_color":"globals\\/colors?id=b7beca2","background_color_b":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"22cc43ed","elType":"container","settings":{"content_width":"full","width_tablet":{"unit":"%","size":100,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":33,"sizes":[]},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"5971c1a9","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"4a8cfed7","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Find us Here","description_text":"910 Armory Road<BR>\\nlos Angeles, CA 90017","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"4b6b3efc","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_width":"full"},"elements":[{"id":"7fa8ed2d","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"714562c0","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Get In touch","description_text":"213-200-5078 <BR>\\nkevinclarkfit@training.com","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7d0c6a97","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full"},"elements":[{"id":"14dc4c2","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"64f080b4","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Training Hours","description_text":"Mon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":false},{"id":"4e885a9f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1844a84","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"dc1f623","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"29f5cc6a","elType":"widget","settings":{"title":"Send a Message","align":"left","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"afa86a0","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"custom_id":"name","field_label":"Name","placeholder":"Name","dynamic":{"active":true},"_id":"2b007c6"},{"custom_id":"email","field_type":"email","required":"true","field_label":"Email","placeholder":"Email","_id":"7735948"},{"custom_id":"message","field_type":"textarea","field_label":"Message","placeholder":"Message","_id":"150f7bc"}],"step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"admin@thelifestrategiescoach.com","email_subject":"New message from &quot;Life Strategies Coaching&quot;","email_content":"[all-fields]","email_from":"email@thelifestrategiescoach.com","email_from_name":"Life Strategies Coaching","email_to_2":"admin@thelifestrategiescoach.com","email_subject_2":"New message from &quot;Life Strategies Coaching&quot;","email_content_2":"[all-fields]","email_from_2":"email@thelifestrategiescoach.com","email_from_name_2":"Life Strategies Coaching","email_reply_to_2":"admin@thelifestrategiescoach.com","activecampaign_fields_map":[],"convertkit_fields_map":[],"drip_fields_map":[],"getresponse_fields_map":[],"mailchimp_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","_element_width":"initial","_element_custom_width":{"unit":"%","size":40.545},"_flex_size":"none"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"c6bf760","elType":"widget","settings":{"address":"London Eye, London, United Kingdom"},"elements":[],"widgetType":"google_maps"}],"isInner":false}]'),
(1227, 179, '_elementor_edit_mode', 'builder'),
(1228, 179, '_elementor_template_type', 'wp-page'),
(1229, 179, '_elementor_version', '3.25.10'),
(1230, 179, '_elementor_pro_version', '3.25.4'),
(1231, 179, '_wp_page_template', 'elementor_header_footer'),
(1232, 179, '_elementor_data', '[{"id":"b233a86","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6d2c625","elType":"widget","settings":{"title":"We''d Love To Hear From You","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"584e8baf","elType":"widget","settings":{"title":"contact us","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"1f7006d2","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"gradient","padding":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"5","right":"1","bottom":"5","left":"1","isLinked":false},"padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":false},"_title":"Services","background_color_stop":{"unit":"%","size":52,"sizes":[]},"background_color_b_stop":{"unit":"%","size":1,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","flex_direction_mobile":"column","flex_align_items_tablet":"stretch","flex_gap_tablet":{"unit":"px","size":0,"sizes":[],"column":"0","row":"0","isLinked":true},"flex_gap_mobile":{"unit":"px","size":70,"sizes":[],"column":"70","row":"70","isLinked":true},"boxed_width":{"unit":"px","size":1600,"sizes":[]},"flex_justify_content":"space-between","__globals__":{"background_color":"globals\\/colors?id=b7beca2","background_color_b":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"22cc43ed","elType":"container","settings":{"content_width":"full","width_tablet":{"unit":"%","size":100,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":33,"sizes":[]},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"5971c1a9","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"4a8cfed7","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Find us Here","description_text":"910 Armory Road<BR>\\nlos Angeles, CA 90017","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"4b6b3efc","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_width":"full"},"elements":[{"id":"7fa8ed2d","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"714562c0","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Get In touch","description_text":"213-200-5078 <BR>\\nkevinclarkfit@training.com","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7d0c6a97","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full"},"elements":[{"id":"14dc4c2","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"64f080b4","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Training Hours","description_text":"Mon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":false},{"id":"4e885a9f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1844a84","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"dc1f623","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"29f5cc6a","elType":"widget","settings":{"title":"Send a Message","align":"left","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"afa86a0","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"custom_id":"name","field_label":"Name","placeholder":"Name","dynamic":{"active":true},"_id":"2b007c6"},{"custom_id":"email","field_type":"email","required":"true","field_label":"Email","placeholder":"Email","_id":"7735948"},{"custom_id":"message","field_type":"textarea","field_label":"Message","placeholder":"Message","_id":"150f7bc"}],"step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"admin@thelifestrategiescoach.com","email_subject":"New message from &quot;Life Strategies Coaching&quot;","email_content":"[all-fields]","email_from":"email@thelifestrategiescoach.com","email_from_name":"Life Strategies Coaching","email_to_2":"admin@thelifestrategiescoach.com","email_subject_2":"New message from &quot;Life Strategies Coaching&quot;","email_content_2":"[all-fields]","email_from_2":"email@thelifestrategiescoach.com","email_from_name_2":"Life Strategies Coaching","email_reply_to_2":"admin@thelifestrategiescoach.com","activecampaign_fields_map":[],"convertkit_fields_map":[],"drip_fields_map":[],"getresponse_fields_map":[],"mailchimp_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","_element_width":"initial","_element_custom_width":{"unit":"%","size":40.545},"_flex_size":"none"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"c6bf760","elType":"widget","settings":{"address":"London Eye, London, United Kingdom"},"elements":[],"widgetType":"google_maps"}],"isInner":false}]'),
(1234, 180, '_elementor_edit_mode', 'builder'),
(1235, 180, '_elementor_template_type', 'wp-page'),
(1236, 180, '_elementor_version', '3.25.10'),
(1237, 180, '_elementor_pro_version', '3.25.4'),
(1238, 180, '_wp_page_template', 'elementor_header_footer'),
(1239, 180, '_elementor_data', '[{"id":"b233a86","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"6d2c625","elType":"widget","settings":{"title":"We''d Love To Hear From You","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"584e8baf","elType":"widget","settings":{"title":"contact us","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"1f7006d2","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"gradient","padding":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"5","right":"1","bottom":"5","left":"1","isLinked":false},"padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":false},"_title":"Services","background_color_stop":{"unit":"%","size":52,"sizes":[]},"background_color_b_stop":{"unit":"%","size":1,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","flex_direction_mobile":"column","flex_align_items_tablet":"stretch","flex_gap_tablet":{"unit":"px","size":0,"sizes":[],"column":"0","row":"0","isLinked":true},"flex_gap_mobile":{"unit":"px","size":70,"sizes":[],"column":"70","row":"70","isLinked":true},"boxed_width":{"unit":"px","size":1600,"sizes":[]},"flex_justify_content":"space-between","__globals__":{"background_color":"globals\\/colors?id=b7beca2","background_color_b":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"22cc43ed","elType":"container","settings":{"content_width":"full","width_tablet":{"unit":"%","size":100,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":33,"sizes":[]},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"5971c1a9","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"4a8cfed7","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Find us Here","description_text":"910 Armory Road<BR>\\nlos Angeles, CA 90017","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"4b6b3efc","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_width":"full"},"elements":[{"id":"7fa8ed2d","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"714562c0","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Get In touch","description_text":"213-200-5078 <BR>\\nkevinclarkfit@training.com","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7d0c6a97","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full"},"elements":[{"id":"14dc4c2","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"64f080b4","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Business Hours","description_text":"Mon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":false},{"id":"4e885a9f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1844a84","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"dc1f623","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"29f5cc6a","elType":"widget","settings":{"title":"Send a Message","align":"left","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"},"_flex_size":"none"},"elements":[],"widgetType":"heading"},{"id":"afa86a0","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"custom_id":"name","field_label":"Name","placeholder":"Name","dynamic":{"active":true},"_id":"2b007c6"},{"custom_id":"email","field_type":"email","required":"true","field_label":"Email","placeholder":"Email","_id":"7735948"},{"custom_id":"message","field_type":"textarea","field_label":"Message","placeholder":"Message","_id":"150f7bc"}],"step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"admin@thelifestrategiescoach.com","email_subject":"New message from &quot;Life Strategies Coaching&quot;","email_content":"[all-fields]","email_from":"email@thelifestrategiescoach.com","email_from_name":"Life Strategies Coaching","email_to_2":"admin@thelifestrategiescoach.com","email_subject_2":"New message from &quot;Life Strategies Coaching&quot;","email_content_2":"[all-fields]","email_from_2":"email@thelifestrategiescoach.com","email_from_name_2":"Life Strategies Coaching","email_reply_to_2":"admin@thelifestrategiescoach.com","activecampaign_fields_map":[],"convertkit_fields_map":[],"drip_fields_map":[],"getresponse_fields_map":[],"mailchimp_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","_element_width":"initial","_element_custom_width":{"unit":"%","size":100},"_flex_size":"none","__globals__":{"button_background_color":"globals\\/colors?id=49d6c0d","previous_button_background_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"form"}],"isInner":true},{"id":"6026671","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"c6bf760","elType":"widget","settings":{"address":"London Eye, London, United Kingdom"},"elements":[],"widgetType":"google_maps"}],"isInner":true}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1241, 173, '_elementor_controls_usage', 'a:6:{s:7:"heading";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_title";a:1:{s:5:"title";i:3;}s:15:"section_effects";a:2:{s:10:"_animation";i:2;s:18:"animation_duration";i:2;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:9:"container";a:3:{s:5:"count";i:9;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:18:"section_background";a:3:{s:21:"background_background";i:3;s:16:"background_color";i:1;s:16:"background_image";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:7;}}}}s:7:"divider";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:21:"section_divider_style";a:1:{s:6:"weight";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:8:"icon-box";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:12:"section_icon";a:3:{s:13:"selected_icon";i:3;s:10:"title_text";i:3;s:16:"description_text";i:3;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:19:"section_form_fields";a:1:{s:11:"form_fields";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}}'),
(1242, 181, '_edit_last', '1'),
(1243, 181, '_edit_lock', '1738019815:1'),
(1244, 181, '_elementor_edit_mode', 'builder'),
(1245, 181, '_elementor_template_type', 'wp-page'),
(1246, 181, '_elementor_version', '3.27.1'),
(1247, 181, '_elementor_pro_version', '3.27.0'),
(1248, 182, '_menu_item_type', 'post_type'),
(1249, 182, '_menu_item_menu_item_parent', '0'),
(1250, 182, '_menu_item_object_id', '173'),
(1251, 182, '_menu_item_object', 'page'),
(1252, 182, '_menu_item_target', ''),
(1253, 182, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1254, 182, '_menu_item_xfn', ''),
(1255, 182, '_menu_item_url', ''),
(1279, 8, 'burst_total_pageviews_count', '16'),
(1280, 173, '__elementor_forms_snapshot', '[{"id":"afa86a0","name":"New Form","fields":[{"id":"name","type":"text","label":"Name"},{"id":"email","type":"email","label":"Email"},{"id":"message","type":"textarea","label":"Message"}]}]'),
(1463, 173, 'burst_total_pageviews_count', '1'),
(1638, 1, 'burst_total_pageviews_count', '0'),
(1639, 120, 'burst_total_pageviews_count', '0'),
(1640, 121, 'burst_total_pageviews_count', '0'),
(1641, 119, 'burst_total_pageviews_count', '0'),
(1642, 184, '_elementor_edit_mode', 'builder'),
(1643, 184, '_elementor_template_type', 'page'),
(1644, 184, '_elementor_version', '3.27.1'),
(1645, 184, '_elementor_pro_version', '3.27.0'),
(1646, 185, '_elementor_edit_mode', 'builder'),
(1647, 185, '_elementor_template_type', 'page'),
(1648, 185, '_elementor_version', '3.27.1'),
(1649, 185, '_elementor_pro_version', '3.27.0'),
(1650, 184, '_wp_page_template', 'elementor_header_footer'),
(1651, 184, '_elementor_data', '[{"id":"733db831","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"65d73611","elType":"widget","settings":{"title":"We''d Love To Hear From You","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5658bedb","elType":"widget","settings":{"title":"contact us","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"72a143b2","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"gradient","padding":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"5","right":"1","bottom":"5","left":"1","isLinked":false},"padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":false},"_title":"Services","background_color_stop":{"unit":"%","size":52,"sizes":[]},"background_color_b_stop":{"unit":"%","size":1,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","flex_direction_mobile":"column","flex_align_items_tablet":"stretch","flex_gap_tablet":{"unit":"px","size":0,"sizes":[],"column":"0","row":"0","isLinked":true},"flex_gap_mobile":{"unit":"px","size":70,"sizes":[],"column":"70","row":"70","isLinked":true},"boxed_width":{"unit":"px","size":1600,"sizes":[]},"flex_justify_content":"space-between","__globals__":{"background_color":"globals\\/colors?id=b7beca2","background_color_b":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"510ec48f","elType":"container","settings":{"content_width":"full","width_tablet":{"unit":"%","size":100,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":33,"sizes":[]},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"2eefa4b7","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"515c5f72","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Find us Here","description_text":"910 Armory Road<BR>\\nlos Angeles, CA 90017","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"53915aa7","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_width":"full"},"elements":[{"id":"7b28c729","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"2138c159","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Get In touch","description_text":"213-200-5078 <BR>\\nkevinclarkfit@training.com","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"34a34b37","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full"},"elements":[{"id":"28f48c6a","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"60c5e914","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Business Hours","description_text":"Mon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":false},{"id":"68e41ee7","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"106a638c","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"5833ccc6","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"7dbfbbfa","elType":"widget","settings":{"title":"Send a Message","align":"left","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"},"_flex_size":"none"},"elements":[],"widgetType":"heading"},{"id":"1b37aadb","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"custom_id":"name","field_label":"Name","placeholder":"Name","dynamic":{"active":true},"_id":"2b007c6"},{"custom_id":"email","field_type":"email","required":"true","field_label":"Email","placeholder":"Email","_id":"7735948"},{"custom_id":"message","field_type":"textarea","field_label":"Message","placeholder":"Message","_id":"150f7bc"}],"step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"admin@thelifestrategiescoach.com","email_subject":"New message from &quot;Life Strategies Coaching&quot;","email_content":"[all-fields]","email_from":"email@thelifestrategiescoach.com","email_from_name":"Life Strategies Coaching","email_to_2":"admin@thelifestrategiescoach.com","email_subject_2":"New message from &quot;Life Strategies Coaching&quot;","email_content_2":"[all-fields]","email_from_2":"email@thelifestrategiescoach.com","email_from_name_2":"Life Strategies Coaching","email_reply_to_2":"admin@thelifestrategiescoach.com","activecampaign_fields_map":[],"convertkit_fields_map":[],"drip_fields_map":[],"getresponse_fields_map":[],"mailchimp_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","_element_width":"initial","_element_custom_width":{"unit":"%","size":100},"_flex_size":"none","__globals__":{"button_background_color":"globals\\/colors?id=49d6c0d","previous_button_background_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"form"}],"isInner":true},{"id":"35095014","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"37c2f4e6","elType":"widget","settings":{"address":"London Eye, London, United Kingdom"},"elements":[],"widgetType":"google_maps"}],"isInner":true}],"isInner":true}],"isInner":false}]'),
(1652, 186, '_elementor_edit_mode', 'builder'),
(1653, 186, '_elementor_template_type', 'page'),
(1654, 186, '_elementor_version', '3.27.1'),
(1655, 186, '_elementor_pro_version', '3.27.0'),
(1656, 186, '_wp_page_template', 'elementor_header_footer'),
(1657, 186, '_elementor_data', '[{"id":"733db831","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"65d73611","elType":"widget","settings":{"title":"We''d Love To Hear From You","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5658bedb","elType":"widget","settings":{"title":"contact us","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"72a143b2","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"gradient","padding":{"unit":"%","top":"8","right":"5","bottom":"8","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"5","right":"1","bottom":"5","left":"1","isLinked":false},"padding_mobile":{"unit":"%","top":"20","right":"5","bottom":"20","left":"5","isLinked":false},"_title":"Services","background_color_stop":{"unit":"%","size":52,"sizes":[]},"background_color_b_stop":{"unit":"%","size":1,"sizes":[]},"flex_direction":"row","flex_align_items":"stretch","flex_direction_mobile":"column","flex_align_items_tablet":"stretch","flex_gap_tablet":{"unit":"px","size":0,"sizes":[],"column":"0","row":"0","isLinked":true},"flex_gap_mobile":{"unit":"px","size":70,"sizes":[],"column":"70","row":"70","isLinked":true},"boxed_width":{"unit":"px","size":1600,"sizes":[]},"flex_justify_content":"space-between","__globals__":{"background_color":"globals\\/colors?id=b7beca2","background_color_b":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"510ec48f","elType":"container","settings":{"content_width":"full","width_tablet":{"unit":"%","size":100,"sizes":[]},"width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":33,"sizes":[]},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"2eefa4b7","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"515c5f72","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Find us Here","description_text":"910 Armory Road<BR>\\nlos Angeles, CA 90017","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"53915aa7","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_width":"full"},"elements":[{"id":"7b28c729","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"2138c159","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Get In touch","description_text":"213-200-5078 <BR>\\nkevinclarkfit@training.com","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"34a34b37","elType":"container","settings":{"_column_size":33,"width":{"size":33,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full"},"elements":[{"id":"28f48c6a","elType":"widget","settings":{"width":{"unit":"%","size":25,"sizes":[]},"width_tablet":{"unit":"%","size":26,"sizes":[]},"align":"center","text":"Divider","weight":{"unit":"px","size":12,"sizes":[]},"gap":{"unit":"px","size":2,"sizes":[]},"_element_width":"inherit","__globals__":{"color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"divider"},{"id":"60c5e914","elType":"widget","settings":{"selected_icon":{"value":"","library":""},"title_text":"Business Hours","description_text":"Mon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm","text_align":"center","title_bottom_space":{"unit":"px","size":7,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Archivo","title_typography_font_size":{"unit":"px","size":24,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":22,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"800","title_typography_text_transform":"uppercase","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"title_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"description_color":"#CFCFCF","description_typography_typography":"custom","description_typography_font_family":"Montserrat","description_typography_font_size":{"unit":"px","size":18,"sizes":[]},"description_typography_font_size_tablet":{"unit":"px","size":16,"sizes":[]},"description_typography_font_size_mobile":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_text_transform":"none","description_typography_font_style":"normal","description_typography_text_decoration":"none","description_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"description_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"description_typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":false},{"id":"68e41ee7","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"106a638c","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"5833ccc6","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"7dbfbbfa","elType":"widget","settings":{"title":"Send a Message","align":"left","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"},"_flex_size":"none"},"elements":[],"widgetType":"heading"},{"id":"1b37aadb","elType":"widget","settings":{"form_name":"New Form","form_fields":[{"custom_id":"name","field_label":"Name","placeholder":"Name","dynamic":{"active":true},"_id":"2b007c6"},{"custom_id":"email","field_type":"email","required":"true","field_label":"Email","placeholder":"Email","_id":"7735948"},{"custom_id":"message","field_type":"textarea","field_label":"Message","placeholder":"Message","_id":"150f7bc"}],"step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"admin@thelifestrategiescoach.com","email_subject":"New message from &quot;Life Strategies Coaching&quot;","email_content":"[all-fields]","email_from":"email@thelifestrategiescoach.com","email_from_name":"Life Strategies Coaching","email_to_2":"admin@thelifestrategiescoach.com","email_subject_2":"New message from &quot;Life Strategies Coaching&quot;","email_content_2":"[all-fields]","email_from_2":"email@thelifestrategiescoach.com","email_from_name_2":"Life Strategies Coaching","email_reply_to_2":"admin@thelifestrategiescoach.com","activecampaign_fields_map":[],"convertkit_fields_map":[],"drip_fields_map":[],"getresponse_fields_map":[],"mailchimp_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","_element_width":"initial","_element_custom_width":{"unit":"%","size":100},"_flex_size":"none","__globals__":{"button_background_color":"globals\\/colors?id=49d6c0d","previous_button_background_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"form"}],"isInner":true},{"id":"35095014","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"37c2f4e6","elType":"widget","settings":{"address":"London Eye, London, United Kingdom"},"elements":[],"widgetType":"google_maps"}],"isInner":true}],"isInner":true}],"isInner":false}]'),
(1659, 184, '_elementor_controls_usage', 'a:6:{s:7:"heading";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_title";a:1:{s:5:"title";i:3;}s:15:"section_effects";a:2:{s:10:"_animation";i:2;s:18:"animation_duration";i:2;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:9:"container";a:3:{s:5:"count";i:9;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:18:"section_background";a:3:{s:21:"background_background";i:3;s:16:"background_color";i:1;s:16:"background_image";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:7;}}}}s:7:"divider";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:21:"section_divider_style";a:1:{s:6:"weight";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:8:"icon-box";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:12:"section_icon";a:3:{s:13:"selected_icon";i:3;s:10:"title_text";i:3;s:16:"description_text";i:3;}}}}s:4:"form";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:19:"section_form_fields";a:1:{s:11:"form_fields";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:11:"google_maps";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}}'),
(1660, 172, '_wp_page_template', 'default'),
(1661, 172, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8afa1fe","elType":"widget","settings":{"slides":[{"content":"If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.","name":"Jamillia","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","slides_per_view":"1","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"cff761e","elType":"widget","settings":{"slides":[{"content":"\\"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine.\\"","name":"Anna B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"de1686f","elType":"widget","settings":{"slides":[{"content":"\\"I wish I could transfer all the knowledge and experience that I''ve gained since starting my consulting with Jesse to everyone I talk with, but it''s hard to just tell you without going through it all! Life has just been such a big struggle for sooo many years and now I finally feel like I have control in my life and I can have things that I enjoy and do things that I like with people I love. Like seriously, I went from the bottom of a deep dark pit, living in a musty, very old basement apartment with no electricity several years ago with a newborn and my husband trying to just survive, to the top of the mountain. We just got our dream house and are living so many other dreams that I often doubted I would ever see in reality with my little family. And the best part of it is that Jesse doesn''t create dependency on him to continue living a happy life. I know I won''t need to continue my sessions with him forever because he has taught me be able to help myself solve problems and get the things I want to experience. ","name":"J.C. ","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"3fbfccd","elType":"widget","settings":{"slides":[{"content":"\\"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action.\\"","name":"Amanda T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5706d16","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve always struggled with setting boundaries in relationships. Jesse\\u2019s guidance gave me the confidence to express my needs and build healthier connections with those around me.\\"","name":"Tyler W","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"b7a549a","elType":"widget","settings":{"slides":[{"content":"\\"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I\\u2019ve since found balance, set boundaries, and created a home where my children and I thrive.\\"","name":"Mark B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c479fb4","elType":"widget","settings":{"slides":[{"content":"\\"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn\\u2019t think I\\u2019d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I\\u2019m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before.\\"","name":"Sophia L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"2279ee8","elType":"widget","settings":{"slides":[{"content":"\\"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse\\u2019s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I\\u2019m living the life I was meant to.\\"","name":"Lisa","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"ddbad62","elType":"widget","settings":{"slides":[{"content":"Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!","name":"Suzi S","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4c39e96","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!\\"","name":"Chris M","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7f8c879","elType":"widget","settings":{"slides":[{"content":"\\"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself.\\"","name":"Emily J","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c94e82b","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I\\u2019m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what\\u2019s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life.\\"","name":"David L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"333b1a5","elType":"widget","settings":{"slides":[{"content":"\\"Jesse\\u2019s teachings helped me see myself as a creator of my reality, not a victim of my circumstances.\\"","name":"Erin V","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7986e06","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve developed a deeper understanding of who I am and what I\\u2019m capable of, and I feel more at peace than I ever thought possible.\\"","name":"Sam N","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1663, 187, '_wp_attached_file', '2025/01/testiminials-pic-light.jpg'),
(1664, 187, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:91;s:6:"height";i:91;s:4:"file";s:34:"2025/01/testiminials-pic-light.jpg";s:8:"filesize";i:852;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1665, 187, '_elementor_source_image_hash', 'f22f217a40fd3f4159333651597d89590801faf6'),
(1712, 194, '_elementor_edit_mode', 'builder'),
(1713, 194, '_elementor_template_type', 'wp-page'),
(1714, 194, '_elementor_version', '3.27.1'),
(1715, 194, '_elementor_pro_version', '3.27.0'),
(1716, 194, '_wp_page_template', 'default'),
(1717, 194, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1719, 195, '_elementor_edit_mode', 'builder'),
(1720, 195, '_elementor_template_type', 'wp-page'),
(1721, 195, '_elementor_version', '3.27.1'),
(1722, 195, '_elementor_pro_version', '3.27.0'),
(1723, 195, '_wp_page_template', 'default'),
(1724, 195, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1726, 196, '_elementor_edit_mode', 'builder'),
(1727, 196, '_elementor_template_type', 'wp-page'),
(1728, 196, '_elementor_version', '3.27.1'),
(1729, 196, '_elementor_pro_version', '3.27.0'),
(1730, 196, '_wp_page_template', 'default'),
(1731, 196, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1745, 198, '_elementor_edit_mode', 'builder'),
(1746, 198, '_elementor_template_type', 'wp-page'),
(1747, 198, '_elementor_version', '3.27.1'),
(1748, 198, '_elementor_pro_version', '3.27.0'),
(1749, 198, '_wp_page_template', 'default'),
(1750, 198, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1752, 199, '_elementor_edit_mode', 'builder'),
(1753, 199, '_elementor_template_type', 'wp-page'),
(1754, 199, '_elementor_version', '3.27.1'),
(1755, 199, '_elementor_pro_version', '3.27.0'),
(1756, 199, '_wp_page_template', 'default'),
(1757, 199, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1759, 200, '_elementor_edit_mode', 'builder'),
(1760, 200, '_elementor_template_type', 'wp-page'),
(1761, 200, '_elementor_version', '3.27.1'),
(1762, 200, '_elementor_pro_version', '3.27.0'),
(1763, 200, '_wp_page_template', 'default'),
(1764, 200, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8afa1fe","elType":"widget","settings":{"slides":[{"content":"If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.","name":"Jamillia","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","slides_per_view":"1","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"cff761e","elType":"widget","settings":{"slides":[{"content":"\\"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine.\\"","name":"Anna B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"3fbfccd","elType":"widget","settings":{"slides":[{"content":"\\"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action.\\"","name":"Amanda T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5706d16","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve always struggled with setting boundaries in relationships. Jesse\\u2019s guidance gave me the confidence to express my needs and build healthier connections with those around me.\\"","name":"Tyler W","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"b7a549a","elType":"widget","settings":{"slides":[{"content":"\\"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I\\u2019ve since found balance, set boundaries, and created a home where my children and I thrive.\\"","name":"Mark B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c479fb4","elType":"widget","settings":{"slides":[{"content":"\\"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn\\u2019t think I\\u2019d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I\\u2019m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before.\\"","name":"Sophia L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"2279ee8","elType":"widget","settings":{"slides":[{"content":"\\"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse\\u2019s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I\\u2019m living the life I was meant to.\\"","name":"Lisa","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"ddbad62","elType":"widget","settings":{"slides":[{"content":"Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!","name":"Suzi S","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7f8c879","elType":"widget","settings":{"slides":[{"content":"\\"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself.\\"","name":"Emily J","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4c39e96","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!\\"","name":"Chris M","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c94e82b","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I\\u2019m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what\\u2019s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life.\\"","name":"David L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"333b1a5","elType":"widget","settings":{"slides":[{"content":"\\"Jesse\\u2019s teachings helped me see myself as a creator of my reality, not a victim of my circumstances.\\"","name":"Erin V","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7986e06","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve developed a deeper understanding of who I am and what I\\u2019m capable of, and I feel more at peace than I ever thought possible.\\"","name":"Sam N","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1767, 201, '_elementor_edit_mode', 'builder'),
(1768, 201, '_elementor_template_type', 'wp-page'),
(1769, 201, '_elementor_version', '3.27.1'),
(1770, 201, '_elementor_pro_version', '3.27.0'),
(1771, 201, '_wp_page_template', 'default'),
(1772, 201, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8afa1fe","elType":"widget","settings":{"slides":[{"content":"If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.","name":"Jamillia","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","slides_per_view":"1","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"cff761e","elType":"widget","settings":{"slides":[{"content":"\\"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine.\\"","name":"Anna B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"3fbfccd","elType":"widget","settings":{"slides":[{"content":"\\"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action.\\"","name":"Amanda T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5706d16","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve always struggled with setting boundaries in relationships. Jesse\\u2019s guidance gave me the confidence to express my needs and build healthier connections with those around me.\\"","name":"Tyler W","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"b7a549a","elType":"widget","settings":{"slides":[{"content":"\\"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I\\u2019ve since found balance, set boundaries, and created a home where my children and I thrive.\\"","name":"Mark B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c479fb4","elType":"widget","settings":{"slides":[{"content":"\\"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn\\u2019t think I\\u2019d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I\\u2019m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before.\\"","name":"Sophia L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"2279ee8","elType":"widget","settings":{"slides":[{"content":"\\"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse\\u2019s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I\\u2019m living the life I was meant to.\\"","name":"Lisa","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"ddbad62","elType":"widget","settings":{"slides":[{"content":"Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!","name":"Suzi S","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7f8c879","elType":"widget","settings":{"slides":[{"content":"\\"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself.\\"","name":"Emily J","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4c39e96","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!\\"","name":"Chris M","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c94e82b","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I\\u2019m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what\\u2019s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life.\\"","name":"David L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"333b1a5","elType":"widget","settings":{"slides":[{"content":"\\"Jesse\\u2019s teachings helped me see myself as a creator of my reality, not a victim of my circumstances.\\"","name":"Erin V","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7986e06","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve developed a deeper understanding of who I am and what I\\u2019m capable of, and I feel more at peace than I ever thought possible.\\"","name":"Sam N","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1774, 202, '_elementor_edit_mode', 'builder'),
(1775, 202, '_elementor_template_type', 'wp-page'),
(1776, 202, '_elementor_version', '3.27.1'),
(1777, 202, '_elementor_pro_version', '3.27.0'),
(1778, 202, '_wp_page_template', 'default'),
(1779, 202, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8afa1fe","elType":"widget","settings":{"slides":[{"content":"If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.","name":"Jamillia","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","slides_per_view":"1","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"cff761e","elType":"widget","settings":{"slides":[{"content":"\\"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine.\\"","name":"Anna B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"3fbfccd","elType":"widget","settings":{"slides":[{"content":"\\"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action.\\"","name":"Amanda T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5706d16","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve always struggled with setting boundaries in relationships. Jesse\\u2019s guidance gave me the confidence to express my needs and build healthier connections with those around me.\\"","name":"Tyler W","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"b7a549a","elType":"widget","settings":{"slides":[{"content":"\\"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I\\u2019ve since found balance, set boundaries, and created a home where my children and I thrive.\\"","name":"Mark B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c479fb4","elType":"widget","settings":{"slides":[{"content":"\\"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn\\u2019t think I\\u2019d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I\\u2019m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before.\\"","name":"Sophia L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"2279ee8","elType":"widget","settings":{"slides":[{"content":"\\"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse\\u2019s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I\\u2019m living the life I was meant to.\\"","name":"Lisa","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"ddbad62","elType":"widget","settings":{"slides":[{"content":"Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!","name":"Suzi S","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7f8c879","elType":"widget","settings":{"slides":[{"content":"\\"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself.\\"","name":"Emily J","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4c39e96","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!\\"","name":"Chris M","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c94e82b","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I\\u2019m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what\\u2019s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life.\\"","name":"David L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"333b1a5","elType":"widget","settings":{"slides":[{"content":"\\"Jesse\\u2019s teachings helped me see myself as a creator of my reality, not a victim of my circumstances.\\"","name":"Erin V","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7986e06","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve developed a deeper understanding of who I am and what I\\u2019m capable of, and I feel more at peace than I ever thought possible.\\"","name":"Sam N","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1781, 203, '_elementor_edit_mode', 'builder'),
(1782, 203, '_elementor_template_type', 'wp-page'),
(1783, 203, '_elementor_version', '3.27.1'),
(1784, 203, '_elementor_pro_version', '3.27.0'),
(1785, 203, '_wp_page_template', 'default'),
(1786, 203, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8afa1fe","elType":"widget","settings":{"slides":[{"content":"If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.","name":"Jamillia","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","slides_per_view":"1","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"cff761e","elType":"widget","settings":{"slides":[{"content":"\\"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine.\\"","name":"Anna B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"3fbfccd","elType":"widget","settings":{"slides":[{"content":"\\"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action.\\"","name":"Amanda T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5706d16","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve always struggled with setting boundaries in relationships. Jesse\\u2019s guidance gave me the confidence to express my needs and build healthier connections with those around me.\\"","name":"Tyler W","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"b7a549a","elType":"widget","settings":{"slides":[{"content":"\\"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I\\u2019ve since found balance, set boundaries, and created a home where my children and I thrive.\\"","name":"Mark B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c479fb4","elType":"widget","settings":{"slides":[{"content":"\\"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn\\u2019t think I\\u2019d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I\\u2019m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before.\\"","name":"Sophia L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"2279ee8","elType":"widget","settings":{"slides":[{"content":"\\"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse\\u2019s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I\\u2019m living the life I was meant to.\\"","name":"Lisa","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"ddbad62","elType":"widget","settings":{"slides":[{"content":"Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!","name":"Suzi S","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4c39e96","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!\\"","name":"Chris M","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7f8c879","elType":"widget","settings":{"slides":[{"content":"\\"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself.\\"","name":"Emily J","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c94e82b","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I\\u2019m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what\\u2019s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life.\\"","name":"David L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"333b1a5","elType":"widget","settings":{"slides":[{"content":"\\"Jesse\\u2019s teachings helped me see myself as a creator of my reality, not a victim of my circumstances.\\"","name":"Erin V","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7986e06","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve developed a deeper understanding of who I am and what I\\u2019m capable of, and I feel more at peace than I ever thought possible.\\"","name":"Sam N","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1797, 205, '_elementor_edit_mode', 'builder'),
(1798, 205, '_elementor_template_type', 'wp-page'),
(1799, 205, '_elementor_version', '3.27.1'),
(1800, 205, '_elementor_pro_version', '3.27.0'),
(1801, 205, '_wp_page_template', 'default'),
(1802, 205, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8afa1fe","elType":"widget","settings":{"slides":[{"content":"If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.","name":"Jamillia","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","slides_per_view":"1","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"cff761e","elType":"widget","settings":{"slides":[{"content":"\\"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine.\\"","name":"Anna B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"3fbfccd","elType":"widget","settings":{"slides":[{"content":"\\"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action.\\"","name":"Amanda T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5706d16","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve always struggled with setting boundaries in relationships. Jesse\\u2019s guidance gave me the confidence to express my needs and build healthier connections with those around me.\\"","name":"Tyler W","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"b7a549a","elType":"widget","settings":{"slides":[{"content":"\\"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I\\u2019ve since found balance, set boundaries, and created a home where my children and I thrive.\\"","name":"Mark B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c479fb4","elType":"widget","settings":{"slides":[{"content":"\\"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn\\u2019t think I\\u2019d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I\\u2019m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before.\\"","name":"Sophia L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"2279ee8","elType":"widget","settings":{"slides":[{"content":"\\"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse\\u2019s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I\\u2019m living the life I was meant to.\\"","name":"Lisa","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"ddbad62","elType":"widget","settings":{"slides":[{"content":"Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!","name":"Suzi S","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4c39e96","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!\\"","name":"Chris M","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7f8c879","elType":"widget","settings":{"slides":[{"content":"\\"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself.\\"","name":"Emily J","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c94e82b","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I\\u2019m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what\\u2019s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life.\\"","name":"David L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"333b1a5","elType":"widget","settings":{"slides":[{"content":"\\"Jesse\\u2019s teachings helped me see myself as a creator of my reality, not a victim of my circumstances.\\"","name":"Erin V","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7986e06","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve developed a deeper understanding of who I am and what I\\u2019m capable of, and I feel more at peace than I ever thought possible.\\"","name":"Sam N","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1804, 206, '_elementor_edit_mode', 'builder'),
(1805, 206, '_elementor_template_type', 'wp-page'),
(1806, 206, '_elementor_version', '3.27.1'),
(1807, 206, '_elementor_pro_version', '3.27.0'),
(1808, 206, '_wp_page_template', 'default'),
(1809, 206, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8afa1fe","elType":"widget","settings":{"slides":[{"content":"If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.","name":"Jamillia","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","slides_per_view":"1","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"cff761e","elType":"widget","settings":{"slides":[{"content":"\\"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine.\\"","name":"Anna B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"3fbfccd","elType":"widget","settings":{"slides":[{"content":"\\"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action.\\"","name":"Amanda T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5706d16","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve always struggled with setting boundaries in relationships. Jesse\\u2019s guidance gave me the confidence to express my needs and build healthier connections with those around me.\\"","name":"Tyler W","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"b7a549a","elType":"widget","settings":{"slides":[{"content":"\\"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I\\u2019ve since found balance, set boundaries, and created a home where my children and I thrive.\\"","name":"Mark B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c479fb4","elType":"widget","settings":{"slides":[{"content":"\\"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn\\u2019t think I\\u2019d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I\\u2019m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before.\\"","name":"Sophia L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"2279ee8","elType":"widget","settings":{"slides":[{"content":"\\"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse\\u2019s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I\\u2019m living the life I was meant to.\\"","name":"Lisa","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"ddbad62","elType":"widget","settings":{"slides":[{"content":"Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!","name":"Suzi S","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4c39e96","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!\\"","name":"Chris M","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7f8c879","elType":"widget","settings":{"slides":[{"content":"\\"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself.\\"","name":"Emily J","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c94e82b","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I\\u2019m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what\\u2019s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life.\\"","name":"David L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"333b1a5","elType":"widget","settings":{"slides":[{"content":"\\"Jesse\\u2019s teachings helped me see myself as a creator of my reality, not a victim of my circumstances.\\"","name":"Erin V","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7986e06","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve developed a deeper understanding of who I am and what I\\u2019m capable of, and I feel more at peace than I ever thought possible.\\"","name":"Sam N","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1811, 207, '_elementor_edit_mode', 'builder'),
(1812, 207, '_elementor_template_type', 'wp-page'),
(1813, 207, '_elementor_version', '3.27.1'),
(1814, 207, '_elementor_pro_version', '3.27.0'),
(1815, 207, '_wp_page_template', 'default'),
(1816, 207, '_elementor_data', '[{"id":"5c51333b","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"7fcca70e","elType":"widget","settings":{"title":"Check out the success others have had!","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"5807c880","elType":"widget","settings":{"title":"Client Testimonials","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"01c46c1","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":1368,"sizes":[]},"flex_align_items":"center","background_background":"classic","background_color":"#F3F5F8","padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"64ae296f","elType":"widget","settings":{"slides":[{"content":"\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":46,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":70,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4ddfa5f","elType":"widget","settings":{"slides":[{"content":"\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8fcd61b","elType":"widget","settings":{"slides":[{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":48,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","alt":"","source":"library","size":""},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"079c0c4","elType":"widget","settings":{"slides":[{"content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"8afa1fe","elType":"widget","settings":{"slides":[{"content":"If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.","name":"Jamillia","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","slides_per_view":"1","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"_flex_align_self":"center"},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5c62cce","elType":"widget","settings":{"slides":[{"content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"cff761e","elType":"widget","settings":{"slides":[{"content":"\\"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine.\\"","name":"Anna B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"de1686f","elType":"widget","settings":{"slides":[{"content":"\\"I wish I could transfer all the knowledge and experience that I''ve gained since starting my consulting with Jesse to everyone I talk with, but it''s hard to just tell you without going through it all! Life has just been such a big struggle for sooo many years and now I finally feel like I have control in my life and I can have things that I enjoy and do things that I like with people I love. Like seriously, I went from the bottom of a deep dark pit, living in a musty, very old basement apartment with no electricity several years ago with a newborn and my husband trying to just survive, to the top of the mountain. We just got our dream house and are living so many other dreams that I often doubted I would ever see in reality with my little family. And the best part of it is that Jesse doesn''t create dependency on him to continue living a happy life. I know I won''t need to continue my sessions with him forever because he has taught me be able to help myself solve problems and get the things I want to experience. ","name":"J.C. ","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"3fbfccd","elType":"widget","settings":{"slides":[{"content":"\\"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action.\\"","name":"Amanda T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"5706d16","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve always struggled with setting boundaries in relationships. Jesse\\u2019s guidance gave me the confidence to express my needs and build healthier connections with those around me.\\"","name":"Tyler W","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"b7a549a","elType":"widget","settings":{"slides":[{"content":"\\"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I\\u2019ve since found balance, set boundaries, and created a home where my children and I thrive.\\"","name":"Mark B","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c479fb4","elType":"widget","settings":{"slides":[{"content":"\\"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn\\u2019t think I\\u2019d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I\\u2019m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before.\\"","name":"Sophia L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"2279ee8","elType":"widget","settings":{"slides":[{"content":"\\"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse\\u2019s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I\\u2019m living the life I was meant to.\\"","name":"Lisa","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"ddbad62","elType":"widget","settings":{"slides":[{"content":"Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!","name":"Suzi S","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"4c39e96","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!\\"","name":"Chris M","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7f8c879","elType":"widget","settings":{"slides":[{"content":"\\"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself.\\"","name":"Emily J","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"c94e82b","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I\\u2019m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what\\u2019s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life.\\"","name":"David L","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"333b1a5","elType":"widget","settings":{"slides":[{"content":"\\"Jesse\\u2019s teachings helped me see myself as a creator of my reality, not a victim of my circumstances.\\"","name":"Erin V","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"},{"id":"7986e06","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019ve developed a deeper understanding of who I am and what I\\u2019m capable of, and I feel more at peace than I ever thought possible.\\"","name":"Sam N","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"id":187,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg"},"_id":"ec29e86"}],"layout":"image_left","alignment":"left","show_arrows":"","pagination":"","slide_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"image_size":{"unit":"px","size":90,"sizes":[]},"image_border_color":"#C8D5DC","image_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"image_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"image_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":"1"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":73,"sizes":[]},"__globals__":[],"space_between":{"unit":"px","size":12,"sizes":[]},"content_gap":{"unit":"px","size":30,"sizes":[]},"image_gap":{"unit":"px","size":0,"sizes":[]},"arrows_size":{"unit":"px","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_custom_width_tablet":{"unit":"%","size":42,"sizes":[]},"_element_custom_width_mobile":{"unit":"%","size":"","sizes":[]},"width":{"unit":"%","size":100,"sizes":[]},"space_between_tablet":{"unit":"px","size":"","sizes":[]},"content_gap_tablet":{"unit":"px","size":20,"sizes":[]},"image_size_tablet":{"unit":"px","size":64,"sizes":[]},"_element_width_mobile":"inherit","content_color":"#324A6D","content_typography_typography":"custom","content_typography_font_family":"Poppins","content_typography_font_size":{"unit":"px","size":16,"sizes":[]},"content_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"content_typography_font_weight":"300","content_typography_text_transform":"none","content_typography_font_style":"normal","content_typography_text_decoration":"none","content_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"content_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"name_color":"#324A6D","name_typography_typography":"custom","name_typography_font_family":"Poppins","name_typography_font_size":{"unit":"px","size":16,"sizes":[]},"name_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]},"name_typography_font_weight":"500","name_typography_text_transform":"capitalize","name_typography_font_style":"italic","name_typography_text_decoration":"none","name_typography_line_height":{"unit":"em","size":1.3,"sizes":[]},"name_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"title_color":"#1C244B","title_typography_typography":"custom","title_typography_font_family":"Poppins","title_typography_font_size":{"unit":"px","size":36,"sizes":[]},"title_typography_font_size_tablet":{"unit":"px","size":25,"sizes":[]},"title_typography_font_size_mobile":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","title_typography_font_style":"normal","title_typography_text_decoration":"none","title_typography_line_height":{"unit":"em","size":1.1,"sizes":[]},"title_typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"slides_name":"Slides","_padding":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":false},{"id":"51a8f620","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"21aac5b3","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"79e42e65","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"7a8988bc","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1818, 172, '_elementor_controls_usage', 'a:5:{s:7:"heading";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_title";a:1:{s:5:"title";i:3;}s:15:"section_effects";a:2:{s:10:"_animation";i:2;s:18:"animation_duration";i:2;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:9:"container";a:3:{s:5:"count";i:3;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:18:"section_background";a:3:{s:21:"background_background";i:3;s:16:"background_color";i:2;s:16:"background_image";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:1;}}}}s:20:"testimonial-carousel";a:3:{s:5:"count";i:19;s:15:"control_percent";i:4;s:8:"controls";a:1:{s:7:"content";a:4:{s:14:"section_slides";a:4:{s:6:"slides";i:19;s:6:"layout";i:19;s:9:"alignment";i:19;s:15:"slides_per_view";i:1;}s:26:"section_additional_options";a:2:{s:11:"show_arrows";i:19;s:10:"pagination";i:19;}s:14:"_section_style";a:2:{s:14:"_element_width";i:19;s:21:"_element_width_mobile";i:19;}s:20:"section_slides_style";a:2:{s:13:"space_between";i:19;s:20:"space_between_tablet";i:19;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"size";i:1;}s:13:"section_style";a:4:{s:5:"align";i:1;s:29:"button_background_hover_color";i:1;s:15:"hover_animation";i:1;s:18:"background_color_b";i:1;}}}}}'),
(1819, 181, '_wp_page_template', 'default'),
(1820, 181, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]},"image_border_border":"solid","image_border_width":{"unit":"px","top":"11","right":"11","bottom":"11","left":"11","isLinked":true},"__globals__":{"image_border_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":4,"unit":"%","column":"4","row":"4","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":4,"unit":"%","column":"4","row":"4","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":55},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>Are you ready to take control of your life, transform your mindset, and create the future you\\u2019ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.<\\/p><p><span style=\\"color: #000000;\\"><strong>This program is a great fit if you:<\\/strong><\\/span><\\/p><p>\\u00a0<\\/p><ul style=\\"font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;\\"><li><span style=\\"color: #000000;\\"><strong>Feel stuck<\\/strong>\\u00a0in your current circumstances and are searching for purpose and direction.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Struggle with stress, self-doubt, or negative patterns<\\/strong>\\u00a0and want practical strategies to regain control of your life.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Desire deeper, more meaningful relationships<\\/strong>\\u00a0and stronger communication skills.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Have big dreams or goals<\\/strong>\\u00a0but don\\u2019t know how to take the first step or overcome fear.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Want to learn tools to manifest a life<\\/strong>\\u00a0filled with health, joy, and abundance.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Value a personalized, holistic approach<\\/strong>\\u00a0that blends timeless wisdom with actionable steps.<\\/span><\\/li><\\/ul>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":64,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]},"_element_width":"inherit"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1822, 208, '_wp_attached_file', '2025/01/Place-holder-about-4.jpg'),
(1823, 208, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:345;s:6:"height";i:418;s:4:"file";s:32:"2025/01/Place-holder-about-4.jpg";s:8:"filesize";i:1311;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:32:"Place-holder-about-4-248x300.jpg";s:5:"width";i:248;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2191;}s:9:"thumbnail";a:5:{s:4:"file";s:32:"Place-holder-about-4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1227;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1824, 208, '_elementor_source_image_hash', '2ec0a45005295ab7cbf35a5af5c792a300e835e8'),
(1825, 209, '_wp_attached_file', '2025/01/Img-About-3.jpg'),
(1826, 209, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:572;s:6:"height";i:491;s:4:"file";s:23:"2025/01/Img-About-3.jpg";s:8:"filesize";i:1867;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:23:"Img-About-3-300x258.jpg";s:5:"width";i:300;s:6:"height";i:258;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:2220;}s:9:"thumbnail";a:5:{s:4:"file";s:23:"Img-About-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1220;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1827, 209, '_elementor_source_image_hash', 'd33e883a995a17418bda28837d09e257c76b582c'),
(1828, 181, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1830, 210, '_elementor_edit_mode', 'builder'),
(1831, 210, '_elementor_template_type', 'wp-page'),
(1832, 210, '_elementor_version', '3.27.1'),
(1833, 210, '_elementor_pro_version', '3.27.0'),
(1834, 210, '_wp_page_template', 'default'),
(1835, 210, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","background_color":"#F3F5F8","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":30,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":50.272},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[],"widgetType":"text-editor"},{"id":"7666cbce","elType":"widget","settings":{"icon_list":[{"text":"Feature\\/Benefit 1","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"_id":"82c8e45","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Feature\\/Benefit 2","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"2d7e8ae"},{"text":"Feature\\/Benefit 3","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"e01955d"},{"text":"Feature\\/Benefit 4","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"0f88a74"}],"space_between":{"unit":"px","size":"17","sizes":[]},"icon_align":"left","icon_color":"#467FF7","icon_size":{"unit":"px","size":"4","sizes":[]},"text_color":"#1C244B","text_indent":{"unit":"px","size":"9","sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_weight":"300","icon_typography_font_size":{"unit":"px","size":"16","sizes":[]},"icon_typography_text_transform":"capitalize","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"icon_typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"icon_typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":209,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/Img-About-3.jpg"},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1837, 210, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1838, 211, '_elementor_edit_mode', 'builder'),
(1839, 211, '_elementor_template_type', 'wp-page'),
(1840, 211, '_elementor_version', '3.27.1'),
(1841, 211, '_elementor_pro_version', '3.27.0'),
(1842, 211, '_wp_page_template', 'default'),
(1843, 211, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","background_color":"#F3F5F8","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":30,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":50.272},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[],"widgetType":"text-editor"},{"id":"7666cbce","elType":"widget","settings":{"icon_list":[{"text":"Feature\\/Benefit 1","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"_id":"82c8e45","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Feature\\/Benefit 2","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"2d7e8ae"},{"text":"Feature\\/Benefit 3","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"e01955d"},{"text":"Feature\\/Benefit 4","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"0f88a74"}],"space_between":{"unit":"px","size":"17","sizes":[]},"icon_align":"left","icon_color":"#467FF7","icon_size":{"unit":"px","size":"4","sizes":[]},"text_color":"#1C244B","text_indent":{"unit":"px","size":"9","sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_weight":"300","icon_typography_font_size":{"unit":"px","size":"16","sizes":[]},"icon_typography_text_transform":"capitalize","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"icon_typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"icon_typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":209,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/Img-About-3.jpg"},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1845, 211, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1846, 212, '_elementor_edit_mode', 'builder'),
(1847, 212, '_elementor_template_type', 'wp-page'),
(1848, 212, '_elementor_version', '3.27.1'),
(1849, 212, '_elementor_pro_version', '3.27.0'),
(1850, 212, '_wp_page_template', 'default'),
(1851, 212, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","background_color":"#F3F5F8","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":30,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":50.272},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[],"widgetType":"text-editor"},{"id":"7666cbce","elType":"widget","settings":{"icon_list":[{"text":"Feature\\/Benefit 1","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"_id":"82c8e45","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Feature\\/Benefit 2","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"2d7e8ae"},{"text":"Feature\\/Benefit 3","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"e01955d"},{"text":"Feature\\/Benefit 4","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"0f88a74"}],"space_between":{"unit":"px","size":"17","sizes":[]},"icon_align":"left","icon_color":"#467FF7","icon_size":{"unit":"px","size":"4","sizes":[]},"text_color":"#1C244B","text_indent":{"unit":"px","size":"9","sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_weight":"300","icon_typography_font_size":{"unit":"px","size":"16","sizes":[]},"icon_typography_text_transform":"capitalize","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"icon_typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"icon_typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":209,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/Img-About-3.jpg"},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1853, 212, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1855, 213, '_elementor_edit_mode', 'builder'),
(1856, 213, '_elementor_template_type', 'wp-page'),
(1857, 213, '_elementor_version', '3.27.1'),
(1858, 213, '_elementor_pro_version', '3.27.0'),
(1859, 213, '_wp_page_template', 'default'),
(1860, 213, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","background_color":"#F3F5F8","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":30,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":50.272},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[],"widgetType":"text-editor"},{"id":"7666cbce","elType":"widget","settings":{"icon_list":[{"text":"Feature\\/Benefit 1","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"_id":"82c8e45","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Feature\\/Benefit 2","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"2d7e8ae"},{"text":"Feature\\/Benefit 3","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"e01955d"},{"text":"Feature\\/Benefit 4","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"0f88a74"}],"space_between":{"unit":"px","size":"17","sizes":[]},"icon_align":"left","icon_color":"#467FF7","icon_size":{"unit":"px","size":"4","sizes":[]},"text_color":"#1C244B","text_indent":{"unit":"px","size":"9","sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_weight":"300","icon_typography_font_size":{"unit":"px","size":"16","sizes":[]},"icon_typography_text_transform":"capitalize","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"icon_typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"icon_typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":209,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/Img-About-3.jpg"},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1862, 213, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1863, 214, '_elementor_edit_mode', 'builder'),
(1864, 214, '_elementor_template_type', 'wp-page'),
(1865, 214, '_elementor_version', '3.27.1'),
(1866, 214, '_elementor_pro_version', '3.27.0'),
(1867, 214, '_wp_page_template', 'default'),
(1868, 214, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","background_color":"#F3F5F8","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":30,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":50.272},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","text_color":"#324A6D","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[],"widgetType":"text-editor"},{"id":"7666cbce","elType":"widget","settings":{"icon_list":[{"text":"Feature\\/Benefit 1","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"_id":"82c8e45","link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Feature\\/Benefit 2","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"2d7e8ae"},{"text":"Feature\\/Benefit 3","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"e01955d"},{"text":"Feature\\/Benefit 4","selected_icon":{"value":"fas fa-square-full","library":"fa-solid"},"link":{"url":"#","is_external":"","nofollow":"","custom_attributes":""},"_id":"0f88a74"}],"space_between":{"unit":"px","size":"17","sizes":[]},"icon_align":"left","icon_color":"#467FF7","icon_size":{"unit":"px","size":"4","sizes":[]},"text_color":"#1C244B","text_indent":{"unit":"px","size":"9","sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Poppins","icon_typography_font_weight":"300","icon_typography_font_size":{"unit":"px","size":"16","sizes":[]},"icon_typography_text_transform":"capitalize","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"icon_typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"icon_typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":14,"sizes":[]}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":209,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/Img-About-3.jpg"},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1870, 214, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1871, 215, '_elementor_edit_mode', 'builder'),
(1872, 215, '_elementor_template_type', 'wp-page'),
(1873, 215, '_elementor_version', '3.27.1'),
(1874, 215, '_elementor_pro_version', '3.27.0'),
(1875, 215, '_wp_page_template', 'default'),
(1876, 215, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","background_color":"#F3F5F8","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":30,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":55},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>Are you ready to take control of your life, transform your mindset, and create the future you\\u2019ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.<\\/p><p><span style=\\"color: #000000;\\"><strong>This program is a great fit if you:<\\/strong><\\/span><\\/p><p>\\u00a0<\\/p><ul style=\\"font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;\\"><li><span style=\\"color: #000000;\\"><strong>Feel stuck<\\/strong>\\u00a0in your current circumstances and are searching for purpose and direction.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Struggle with stress, self-doubt, or negative patterns<\\/strong>\\u00a0and want practical strategies to regain control of your life.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Desire deeper, more meaningful relationships<\\/strong>\\u00a0and stronger communication skills.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Have big dreams or goals<\\/strong>\\u00a0but don\\u2019t know how to take the first step or overcome fear.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Want to learn tools to manifest a life<\\/strong>\\u00a0filled with health, joy, and abundance.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Value a personalized, holistic approach<\\/strong>\\u00a0that blends timeless wisdom with actionable steps.<\\/span><\\/li><\\/ul>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":209,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/Img-About-3.jpg"},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1878, 215, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1880, 216, '_elementor_edit_mode', 'builder'),
(1881, 216, '_elementor_template_type', 'wp-page'),
(1882, 216, '_elementor_version', '3.27.1'),
(1883, 216, '_elementor_pro_version', '3.27.0'),
(1884, 216, '_wp_page_template', 'default'),
(1885, 216, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","background_color":"#F3F5F8","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":30,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":55},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>Are you ready to take control of your life, transform your mindset, and create the future you\\u2019ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.<\\/p><p><span style=\\"color: #000000;\\"><strong>This program is a great fit if you:<\\/strong><\\/span><\\/p><p>\\u00a0<\\/p><ul style=\\"font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;\\"><li><span style=\\"color: #000000;\\"><strong>Feel stuck<\\/strong>\\u00a0in your current circumstances and are searching for purpose and direction.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Struggle with stress, self-doubt, or negative patterns<\\/strong>\\u00a0and want practical strategies to regain control of your life.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Desire deeper, more meaningful relationships<\\/strong>\\u00a0and stronger communication skills.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Have big dreams or goals<\\/strong>\\u00a0but don\\u2019t know how to take the first step or overcome fear.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Want to learn tools to manifest a life<\\/strong>\\u00a0filled with health, joy, and abundance.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Value a personalized, holistic approach<\\/strong>\\u00a0that blends timeless wisdom with actionable steps.<\\/span><\\/li><\\/ul>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":209,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/Img-About-3.jpg"},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1887, 216, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1888, 217, '_elementor_edit_mode', 'builder'),
(1889, 217, '_elementor_template_type', 'wp-page'),
(1890, 217, '_elementor_version', '3.27.1'),
(1891, 217, '_elementor_pro_version', '3.27.0'),
(1892, 217, '_wp_page_template', 'default'),
(1893, 217, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","background_color":"#F3F5F8","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":30,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":15,"unit":"%","column":"15","row":"15","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":55},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","title_color":"#1C244B","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>Are you ready to take control of your life, transform your mindset, and create the future you\\u2019ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.<\\/p><p><span style=\\"color: #000000;\\"><strong>This program is a great fit if you:<\\/strong><\\/span><\\/p><p>\\u00a0<\\/p><ul style=\\"font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;\\"><li><span style=\\"color: #000000;\\"><strong>Feel stuck<\\/strong>\\u00a0in your current circumstances and are searching for purpose and direction.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Struggle with stress, self-doubt, or negative patterns<\\/strong>\\u00a0and want practical strategies to regain control of your life.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Desire deeper, more meaningful relationships<\\/strong>\\u00a0and stronger communication skills.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Have big dreams or goals<\\/strong>\\u00a0but don\\u2019t know how to take the first step or overcome fear.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Want to learn tools to manifest a life<\\/strong>\\u00a0filled with health, joy, and abundance.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Value a personalized, holistic approach<\\/strong>\\u00a0that blends timeless wisdom with actionable steps.<\\/span><\\/li><\\/ul>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":209,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/Img-About-3.jpg"},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1895, 217, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1896, 218, '_elementor_edit_mode', 'builder'),
(1897, 218, '_elementor_template_type', 'wp-page'),
(1898, 218, '_elementor_version', '3.27.1'),
(1899, 218, '_elementor_pro_version', '3.27.0'),
(1900, 218, '_wp_page_template', 'default'),
(1901, 218, '_elementor_data', '[{"id":"2cf184b5","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"177145ec","elType":"widget","settings":{"title":"The Life Strategies Consultant","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"52242342","elType":"widget","settings":{"title":"About Jesse","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3b88fb02","elType":"container","settings":{"flex_gap":{"size":0,"unit":"%","column":"0","row":"0","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"05","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"5","right":0,"bottom":"0","left":0,"isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_title":"About Us\\u200b","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","min_height":{"unit":"vh","size":90,"sizes":[]},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"min_height_mobile":{"unit":"vw","size":"","sizes":[]},"flex_align_items":"stretch","min_height_tablet":{"unit":"px","size":0,"sizes":[]},"flex_direction":"row","content_width":"full","flex_direction_tablet":"column","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"30316c61","elType":"container","settings":{"_column_size":"50","padding":{"unit":"px","top":"0","right":"35","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":15,"unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":false},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"px","size":674,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"79a519c2","elType":"widget","settings":{"title":"Why Hello There!","header_size":"h1","align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"5bab9035","elType":"widget","settings":{"editor":"<div class=\\"elementor-element elementor-element-406e2deb elementor-widget elementor-widget-text-editor\\" data-id=\\"406e2deb\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I help people learn to love life again.<\\/p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I\\u2019ve been able to help people heal themselves and their relationships and found what works and what doesn\\u2019t.<\\/p><\\/div><\\/div><div class=\\"elementor-element elementor-element-25335e4 elementor-widget elementor-widget-text-editor\\" data-id=\\"25335e4\\" data-element_type=\\"widget\\" data-widget_type=\\"text-editor.default\\"><div class=\\"elementor-widget-container\\"><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.<\\/p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I\\u2019ve helped hundreds of people get relief and find their own happiness in life. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>I\\u2019m the type of guy that is motivated by fun. If it\\u2019s fun, I\\u2019ll be there!\\u00a0<\\/p><p>I have a beautiful wife and \\u00a04 young children. We love making memories with each other by getting out to try new things and meet new people. And because I\\u2019m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too!\\u00a0<\\/p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve.\\u00a0<\\/p><p>People who do get better results, have more fun, and live more comfortable lives. <span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>If you\\u2019d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!<\\/p><p>I promise that it\\u2019ll be your best money spent on changing your life for the better.<span class=\\"Apple-converted-space\\">\\u00a0<\\/span><\\/p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.<\\/p><\\/div><\\/div>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2529a76d","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"0","bottom":"15","left":"0","isLinked":false},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"background_background":"classic","margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_tablet":{"unit":"%","top":"8","right":"0","bottom":"8","left":"0","isLinked":false},"content_width":"full","width":{"unit":"%","size":55,"sizes":[]},"flex_direction":"column","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"08","bottom":"0","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"20c93393","elType":"widget","settings":{"image":{"id":33,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","alt":"","source":"library","size":""},"width_tablet":{"unit":"%","size":50,"sizes":[]},"width_mobile":{"unit":"%","size":70,"sizes":[]},"image_border_border":"solid","image_border_width":{"unit":"px","top":"11","right":"11","bottom":"11","left":"11","isLinked":true},"__globals__":{"image_border_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"5fdd984a","elType":"container","settings":{"flex_gap":{"size":4,"unit":"%","column":"4","row":"4","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"0","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":false},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"reverse_order_mobile":"reverse-mobile","flex_direction":"row","flex_align_items":"center","flex_direction_mobile":"column-reverse","flex_align_items_tablet":"flex-start","flex_gap_tablet":{"unit":"%","size":3,"sizes":[],"column":"3","row":"3","isLinked":true},"flex_gap_mobile":{"unit":"px","size":50,"sizes":[],"column":"50","row":"50","isLinked":true}},"elements":[{"id":"50f80b5","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"27a4c8c2","elType":"widget","settings":{"image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"58c4ad95","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":""},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column"},"elements":[{"id":"67f9d35e","elType":"widget","settings":{"title":"My Mission","align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"24490299","elType":"widget","settings":{"editor":"<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.\\u201d<\\/p>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"f8dc5f4","elType":"container","settings":{"flex_gap":{"size":4,"unit":"%","column":"4","row":"4","isLinked":true},"content_position":"middle","margin":{"unit":"%","top":"12","right":"0","bottom":"0","left":"0","isLinked":""},"padding":{"unit":"%","top":"0","right":"12","bottom":"020","left":"12","isLinked":""},"padding_tablet":{"unit":"%","top":"0","right":"5","bottom":"0","left":"5","isLinked":""},"margin_tablet":{"unit":"%","top":"15","right":"0","bottom":"0","left":"0","isLinked":""},"margin_mobile":{"unit":"%","top":"25","right":"0","bottom":"0","left":"0","isLinked":""},"_title":"Our Mission","boxed_width":{"unit":"px","size":1360,"sizes":[]},"layout":"full_width","structure":"20","padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_gap_tablet":{"unit":"px","size":40,"sizes":[],"column":"40","row":"40","isLinked":true},"flex_gap_mobile":{"unit":"%","size":"","sizes":[],"column":"","row":"","isLinked":true}},"elements":[{"id":"3baf90f6","elType":"container","settings":{"_column_size":"50","padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_gap":{"size":"15","unit":"px","column":"15","row":"15","isLinked":true},"padding_tablet":{"unit":"%","top":"0","right":"25","bottom":"0","left":"0","isLinked":""},"width_tablet":{"size":100,"unit":"%"},"content_width":"full","width":{"unit":"%","size":55},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"312dcc88","elType":"widget","settings":{"title":"Am I A Good Fit For You??","align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"65","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":42,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":"28","sizes":[]},"typography_font_weight":"600","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.2","sizes":[]},"typography_line_height_mobile":{"unit":"em","size":"1.1","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"4a39b90e","elType":"widget","settings":{"editor":"<p>Are you ready to take control of your life, transform your mindset, and create the future you\\u2019ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.<\\/p><p><span style=\\"color: #000000;\\"><strong>This program is a great fit if you:<\\/strong><\\/span><\\/p><p>\\u00a0<\\/p><ul style=\\"font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;\\"><li><span style=\\"color: #000000;\\"><strong>Feel stuck<\\/strong>\\u00a0in your current circumstances and are searching for purpose and direction.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Struggle with stress, self-doubt, or negative patterns<\\/strong>\\u00a0and want practical strategies to regain control of your life.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Desire deeper, more meaningful relationships<\\/strong>\\u00a0and stronger communication skills.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Have big dreams or goals<\\/strong>\\u00a0but don\\u2019t know how to take the first step or overcome fear.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Want to learn tools to manifest a life<\\/strong>\\u00a0filled with health, joy, and abundance.<\\/span><\\/li><li><span style=\\"color: #000000;\\"><strong>Value a personalized, holistic approach<\\/strong>\\u00a0that blends timeless wisdom with actionable steps.<\\/span><\\/li><\\/ul>","_padding":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"_padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"align":"left","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":"16","sizes":[]},"typography_font_size_tablet":{"unit":"px","size":"14","sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":"1.5","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"67e7e9da","elType":"container","settings":{"_column_size":"50","flex_gap":{"size":"0","unit":"px","column":"0","row":"0","isLinked":true},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":"1"},"margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"width_tablet":{"size":100,"unit":"%"},"margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"content_width":"full","width":{"unit":"%","size":50,"sizes":[]},"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"7ed2fc3c","elType":"widget","settings":{"image":{"id":64,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","alt":"","source":"library","size":""},"align":"right","width":{"unit":"%","size":"100","sizes":[]},"_element_width":"inherit"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":false},{"id":"20a6806d","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=6ff1059"}},"elements":[{"id":"592572ab","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"275e66ab","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"4300a01f","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1903, 218, '_elementor_page_settings', 'a:6:{s:7:"padding";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:21:"background_background";s:7:"classic";s:16:"background_color";s:7:"#FFFFFF";s:14:"padding_tablet";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:14:"padding_mobile";a:6:{s:4:"unit";s:1:"%";s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:8:"isLinked";s:1:"1";}s:24:"content_wrapper_html_tag";s:6:"footer";}'),
(1904, 181, '_elementor_controls_usage', 'a:5:{s:7:"heading";a:3:{s:5:"count";i:6;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_title";a:2:{s:5:"title";i:6;s:11:"header_size";i:1;}s:15:"section_effects";a:2:{s:10:"_animation";i:2;s:18:"animation_duration";i:2;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:9:"container";a:3:{s:5:"count";i:11;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:18:"section_background";a:3:{s:21:"background_background";i:3;s:16:"background_color";i:1;s:16:"background_image";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:8;}}}}s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_image";a:1:{s:5:"image";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"size";i:1;}s:13:"section_style";a:4:{s:5:"align";i:1;s:29:"button_background_hover_color";i:1;s:15:"hover_animation";i:1;s:18:"background_color_b";i:1;}}}}}'),
(1905, 219, '_menu_item_type', 'post_type'),
(1906, 219, '_menu_item_menu_item_parent', '0'),
(1907, 219, '_menu_item_object_id', '181'),
(1908, 219, '_menu_item_object', 'page'),
(1909, 219, '_menu_item_target', ''),
(1910, 219, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1911, 219, '_menu_item_xfn', ''),
(1912, 219, '_menu_item_url', ''),
(1914, 220, '_menu_item_type', 'post_type'),
(1915, 220, '_menu_item_menu_item_parent', '0'),
(1916, 220, '_menu_item_object_id', '172'),
(1917, 220, '_menu_item_object', 'page'),
(1918, 220, '_menu_item_target', ''),
(1919, 220, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1920, 220, '_menu_item_xfn', ''),
(1921, 220, '_menu_item_url', ''),
(1923, 171, '_wp_old_date', '2024-12-06'),
(1925, 169, '_wp_old_date', '2024-12-06'),
(1926, 168, '_wp_old_date', '2024-12-06'),
(1927, 170, '_wp_old_date', '2024-12-06'),
(1928, 182, '_wp_old_date', '2024-12-06'),
(1929, 221, '_edit_lock', '1738031412:1'),
(1930, 221, '_elementor_edit_mode', 'builder'),
(1931, 221, '_elementor_template_type', 'wp-page'),
(1932, 221, '_elementor_version', '3.27.1'),
(1933, 221, '_elementor_pro_version', '3.27.0'),
(1934, 221, '_wp_page_template', 'default'),
(1935, 221, '_elementor_data', '[{"id":"76a371db","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"42c2a2df","elType":"widget","settings":{"title":"Life Strategies Coaching","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"37538fa7","elType":"widget","settings":{"title":"Services","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"22109293","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1ec95edd","elType":"widget","settings":{"image":{"id":233,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"4f97940","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"250c19b1","elType":"widget","settings":{"title":"Private Consulting","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"5d19ef08","elType":"widget","settings":{"title":"One-On-One Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"18ea88b8","elType":"widget","settings":{"editor":"<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"20","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5a97ac02","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0}},"elements":[{"id":"fc6dab3","elType":"widget","settings":{"icon_list":[{"text":"Six 75-minute private consultations (virtual or in-person).","_id":"35bb36b"},{"_id":"1733ee2","text":"Email\\/Messaging Support Between Sessions"},{"_id":"f0a2326","text":"17 Page Behavioral Assessment"},{"_id":"c232924","text":"A personalized action plan tailored to your unique goals."},{"text":"Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.","_id":"f1d6f92"},{"_id":"6f049ba","text":"There are several programs designed for specific goals, including: ''<i>Overcome<\\/i> <i>Addiction<\\/i>'' <i>Overcome<\\/i> <i>Depression<\\/i>'' ''<i>Transform<\\/i> <i>Your<\\/i> <i>Relationship<\\/i>'' and ''<i>The<\\/i> <i>Lost<\\/i> <i>Man<\\/i>''"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":100,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"15f1b55d","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"7239d5c","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"175bee7","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"12f0f08","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"9b320cb","elType":"widget","settings":{"image":{"id":130,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-scaled.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"c19f960","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"79bf5b1","elType":"widget","settings":{"title":"Private Consulting","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"b644d5c","elType":"widget","settings":{"title":"Relationship Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"c7afbc5","elType":"widget","settings":{"editor":"<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"be80467","elType":"widget","settings":{"icon_list":[{"text":"Six 75-minute private consultations Including Both Partners (virtual or in-person).","_id":"35bb36b"},{"_id":"1733ee2","text":"Email\\/Messaging Support Between Sessions"},{"_id":"f0a2326","text":"17 Page Behavioral Assessment"},{"_id":"c232924","text":"A personalized action plan tailored to your unique goals."},{"text":"Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":100,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"866cef5","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bf791dd","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"16a6d60","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"99408e4","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"3946bff","elType":"widget","settings":{"image":{"id":232,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-scaled.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"941caf1","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"6396242","elType":"widget","settings":{"title":"Events","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"25b5726","elType":"widget","settings":{"title":"Group Seminars","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"8a036ce","elType":"widget","settings":{"editor":"<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"752a0db","elType":"widget","settings":{"icon_list":[{"text":"A 2-hour live session exploring practical tools to calm your mind, shift your energy, and manifest peace.","_id":"35bb36b"},{"_id":"1733ee2","text":"A live Q&A segment."},{"_id":"f0a2326","text":"Access to session recordings for later review."},{"_id":"c232924","text":"Connect with others that are working towards similar goals and share successes."},{"text":"Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":100,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"e52cded","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bff10f9","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7b8de3f6","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5d0d28e4","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"52b5b47","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1937, 223, '_wp_attached_file', '2025/01/Services-3_1_N-Business-Consultant.jpg'),
(1938, 223, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:505;s:6:"height";i:427;s:4:"file";s:46:"2025/01/Services-3_1_N-Business-Consultant.jpg";s:8:"filesize";i:29671;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:46:"Services-3_1_N-Business-Consultant-300x254.jpg";s:5:"width";i:300;s:6:"height";i:254;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11446;}s:9:"thumbnail";a:5:{s:4:"file";s:46:"Services-3_1_N-Business-Consultant-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4692;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1939, 223, '_elementor_source_image_hash', 'c9c5bdfa47a6f54c35b03d4c766f8ecb389ee18b'),
(1940, 224, '_wp_attached_file', '2025/01/Services-5_2-Business-Consultant.jpg'),
(1941, 224, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:960;s:6:"height";i:427;s:4:"file";s:44:"2025/01/Services-5_2-Business-Consultant.jpg";s:8:"filesize";i:33195;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:44:"Services-5_2-Business-Consultant-300x133.jpg";s:5:"width";i:300;s:6:"height";i:133;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7116;}s:9:"thumbnail";a:5:{s:4:"file";s:44:"Services-5_2-Business-Consultant-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4694;}s:12:"medium_large";a:5:{s:4:"file";s:44:"Services-5_2-Business-Consultant-768x342.jpg";s:5:"width";i:768;s:6:"height";i:342;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:23015;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1942, 224, '_elementor_source_image_hash', '21bd9d974b33b29ffc9d9bba685c120c3dff59fd'),
(1943, 225, '_wp_attached_file', '2025/01/boxking_services_img_1.jpg'),
(1944, 225, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:540;s:6:"height";i:300;s:4:"file";s:34:"2025/01/boxking_services_img_1.jpg";s:8:"filesize";i:128175;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:34:"boxking_services_img_1-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7705;}s:9:"thumbnail";a:5:{s:4:"file";s:34:"boxking_services_img_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5240;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1945, 225, '_elementor_source_image_hash', '854e0a2c8ca7b06ea22a04244535cfae48c83fec'),
(1946, 226, '_elementor_edit_mode', 'builder'),
(1947, 226, '_elementor_template_type', 'container'),
(1948, 226, '_elementor_version', '3.27.1'),
(1949, 226, '_elementor_pro_version', '3.27.0'),
(1950, 227, '_elementor_edit_mode', 'builder'),
(1951, 227, '_elementor_template_type', 'container'),
(1952, 227, '_elementor_version', '3.27.1'),
(1953, 227, '_elementor_pro_version', '3.27.0'),
(1954, 226, '_wp_page_template', 'default'),
(1955, 226, '_elementor_data', '[{"id":"78c7e346","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"14115fbc","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"55c5112e","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"27366e67","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1956, 228, '_elementor_edit_mode', 'builder'),
(1957, 228, '_elementor_template_type', 'container'),
(1958, 228, '_elementor_version', '3.27.1'),
(1959, 228, '_elementor_pro_version', '3.27.0'),
(1960, 228, '_wp_page_template', 'default'),
(1961, 228, '_elementor_data', '[{"id":"78c7e346","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"14115fbc","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"55c5112e","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"27366e67","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1963, 226, '_elementor_controls_usage', 'a:4:{s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_title";a:1:{s:5:"title";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:1;s:4:"size";i:1;}s:13:"section_style";a:4:{s:5:"align";i:1;s:29:"button_background_hover_color";i:1;s:15:"hover_animation";i:1;s:18:"background_color_b";i:1;}}}}s:9:"container";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:18:"section_background";a:1:{s:21:"background_background";i:1;}}}}}'),
(1964, 229, '_elementor_edit_mode', 'builder'),
(1965, 229, '_elementor_template_type', 'wp-page'),
(1966, 229, '_elementor_version', '3.27.1'),
(1967, 229, '_elementor_pro_version', '3.27.0'),
(1968, 229, '_wp_page_template', 'default'),
(1969, 229, '_elementor_data', '[{"id":"76a371db","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"42c2a2df","elType":"widget","settings":{"title":"Life Strategies Coaching","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"37538fa7","elType":"widget","settings":{"title":"Services","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"22109293","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1ec95edd","elType":"widget","settings":{"image":{"id":225,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/boxking_services_img_1.jpg"},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"4f97940","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"250c19b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"5d19ef08","elType":"widget","settings":{"title":"One-On-One Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"18ea88b8","elType":"widget","settings":{"editor":"<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5a97ac02","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"fc6dab3","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"1add5321","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"6bd706a6","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"15f1b55d","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"7239d5c","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"175bee7","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"12f0f08","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"9b320cb","elType":"widget","settings":{"image":{"id":225,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/boxking_services_img_1.jpg"},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":34.414}},"elements":[],"widgetType":"image"},{"id":"c19f960","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"79bf5b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"b644d5c","elType":"widget","settings":{"title":"Relationship Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"c7afbc5","elType":"widget","settings":{"editor":"<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"df195cd","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1afcc21","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"9688c2c","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"81324c2","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"866cef5","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bf791dd","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"16a6d60","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"99408e4","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"3946bff","elType":"widget","settings":{"image":{"id":225,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/boxking_services_img_1.jpg"},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":31.679}},"elements":[],"widgetType":"image"},{"id":"941caf1","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"6396242","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"25b5726","elType":"widget","settings":{"title":"Group Seminars","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"8a036ce","elType":"widget","settings":{"editor":"<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"c2927fe","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"db833dd","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"05060cc","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"c97f772","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"e52cded","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bff10f9","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7b8de3f6","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5d0d28e4","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"52b5b47","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1971, 230, '_elementor_edit_mode', 'builder'),
(1972, 230, '_elementor_template_type', 'wp-page'),
(1973, 230, '_elementor_version', '3.27.1'),
(1974, 230, '_elementor_pro_version', '3.27.0'),
(1975, 230, '_wp_page_template', 'default'),
(1976, 230, '_elementor_data', '[{"id":"76a371db","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"42c2a2df","elType":"widget","settings":{"title":"Life Strategies Coaching","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"37538fa7","elType":"widget","settings":{"title":"Services","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"22109293","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1ec95edd","elType":"widget","settings":{"image":{"id":225,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/boxking_services_img_1.jpg"},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"4f97940","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"250c19b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"5d19ef08","elType":"widget","settings":{"title":"One-On-One Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"18ea88b8","elType":"widget","settings":{"editor":"<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5a97ac02","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"fc6dab3","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"1add5321","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"6bd706a6","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"15f1b55d","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"7239d5c","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"175bee7","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"12f0f08","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"9b320cb","elType":"widget","settings":{"image":{"id":225,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/boxking_services_img_1.jpg"},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":34.414}},"elements":[],"widgetType":"image"},{"id":"c19f960","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"79bf5b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"b644d5c","elType":"widget","settings":{"title":"Relationship Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"c7afbc5","elType":"widget","settings":{"editor":"<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"df195cd","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1afcc21","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"9688c2c","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"81324c2","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"866cef5","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bf791dd","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"16a6d60","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"99408e4","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"3946bff","elType":"widget","settings":{"image":{"id":225,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/boxking_services_img_1.jpg"},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":31.679}},"elements":[],"widgetType":"image"},{"id":"941caf1","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"6396242","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"25b5726","elType":"widget","settings":{"title":"Group Seminars","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"8a036ce","elType":"widget","settings":{"editor":"<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"c2927fe","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"db833dd","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"05060cc","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"c97f772","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"e52cded","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bff10f9","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7b8de3f6","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5d0d28e4","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"52b5b47","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(1978, 231, '_elementor_edit_mode', 'builder'),
(1979, 231, '_elementor_template_type', 'wp-page'),
(1980, 231, '_elementor_version', '3.27.1'),
(1981, 231, '_elementor_pro_version', '3.27.0'),
(1982, 231, '_wp_page_template', 'default'),
(1983, 231, '_elementor_data', '[{"id":"76a371db","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"42c2a2df","elType":"widget","settings":{"title":"Life Strategies Coaching","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"37538fa7","elType":"widget","settings":{"title":"Services","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"22109293","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1ec95edd","elType":"widget","settings":{"image":{"id":225,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/boxking_services_img_1.jpg"},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"4f97940","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"250c19b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"5d19ef08","elType":"widget","settings":{"title":"One-On-One Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"18ea88b8","elType":"widget","settings":{"editor":"<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5a97ac02","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"fc6dab3","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"1add5321","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"6bd706a6","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"15f1b55d","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"7239d5c","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"175bee7","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"12f0f08","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"9b320cb","elType":"widget","settings":{"image":{"id":225,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/boxking_services_img_1.jpg"},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":34.414}},"elements":[],"widgetType":"image"},{"id":"c19f960","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"79bf5b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"b644d5c","elType":"widget","settings":{"title":"Relationship Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"c7afbc5","elType":"widget","settings":{"editor":"<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"df195cd","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1afcc21","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"9688c2c","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"81324c2","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"866cef5","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bf791dd","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"16a6d60","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"99408e4","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"3946bff","elType":"widget","settings":{"image":{"id":225,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/boxking_services_img_1.jpg"},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":31.679}},"elements":[],"widgetType":"image"},{"id":"941caf1","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"6396242","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"25b5726","elType":"widget","settings":{"title":"Group Seminars","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"8a036ce","elType":"widget","settings":{"editor":"<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"c2927fe","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"db833dd","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"05060cc","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"c97f772","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"e52cded","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bff10f9","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7b8de3f6","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5d0d28e4","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"52b5b47","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(1989, 232, '_wp_attached_file', '2025/01/AdobeStock_204530028-scaled.jpeg'),
(1990, 232, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1707;s:4:"file";s:40:"2025/01/AdobeStock_204530028-scaled.jpeg";s:8:"filesize";i:488519;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:33:"AdobeStock_204530028-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17183;}s:5:"large";a:5:{s:4:"file";s:34:"AdobeStock_204530028-1024x683.jpeg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:115332;}s:9:"thumbnail";a:5:{s:4:"file";s:33:"AdobeStock_204530028-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8082;}s:12:"medium_large";a:5:{s:4:"file";s:33:"AdobeStock_204530028-768x512.jpeg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:73486;}s:9:"1536x1536";a:5:{s:4:"file";s:35:"AdobeStock_204530028-1536x1024.jpeg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:216045;}s:9:"2048x2048";a:5:{s:4:"file";s:35:"AdobeStock_204530028-2048x1365.jpeg";s:5:"width";i:2048;s:6:"height";i:1365;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:342498;}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"1.4";s:6:"credit";s:29:"Mediteraneo - stock.adobe.com";s:6:"camera";s:21:"Canon EOS 5D Mark III";s:7:"caption";s:70:"Group of young people walking through park. Friends having fun outdoor";s:17:"created_timestamp";s:10:"1507131730";s:9:"copyright";s:11:"MandicJovan";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.001";s:5:"title";s:64:"Group of young people walking through park. Friends having fun o";s:11:"orientation";s:1:"1";s:8:"keywords";a:37:{i:0;s:7:"friends";i:1;s:10:"friendship";i:2;s:10:"attractive";i:3;s:6:"autumn";i:4;s:6:"bright";i:5;s:8:"cheerful";i:6;s:4:"city";i:7;s:10:"springtime";i:8;s:7:"college";i:9;s:6:"couple";i:10;s:3:"day";i:11;s:4:"face";i:12;s:4:"fall";i:13;s:6:"female";i:14;s:4:"four";i:15;s:3:"fun";i:16;s:5:"girls";i:17;s:5:"group";i:18;s:9:"happiness";i:19;s:5:"happy";i:20;s:5:"laugh";i:21;s:8:"laughing";i:22;s:7:"leisure";i:23;s:9:"lifestyle";i:24;s:4:"male";i:25;s:3:"men";i:26;s:6:"nature";i:27;s:8:"outdoors";i:28;s:4:"park";i:29;s:6:"people";i:30;s:7:"smiling";i:31;s:11:"spontaneous";i:32;s:8:"students";i:33;s:8:"together";i:34;s:7:"walking";i:35;s:5:"women";i:36;s:5:"young";}}s:14:"original_image";s:25:"AdobeStock_204530028.jpeg";}'),
(1991, 233, '_wp_attached_file', '2025/01/AdobeStock_189305936-scaled-e1738030537815.jpeg'),
(1992, 233, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1709;s:4:"file";s:55:"2025/01/AdobeStock_189305936-scaled-e1738030537815.jpeg";s:8:"filesize";i:325553;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:55:"AdobeStock_189305936-scaled-e1738030537815-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11028;}s:5:"large";a:5:{s:4:"file";s:56:"AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:68453;}s:9:"thumbnail";a:5:{s:4:"file";s:55:"AdobeStock_189305936-scaled-e1738030537815-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5140;}s:12:"medium_large";a:5:{s:4:"file";s:55:"AdobeStock_189305936-scaled-e1738030537815-768x513.jpeg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:44039;}s:9:"1536x1536";a:5:{s:4:"file";s:57:"AdobeStock_189305936-scaled-e1738030537815-1536x1025.jpeg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:130977;}s:9:"2048x2048";a:5:{s:4:"file";s:57:"AdobeStock_189305936-scaled-e1738030537815-2048x1367.jpeg";s:5:"width";i:2048;s:6:"height";i:1367;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:211441;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"2";s:6:"credit";s:31:"reichdernatur - stock.adobe.com";s:6:"camera";s:10:"NIKON D600";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1500643796";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:64:"Mann entspannt in der Sonne - genießt Freizeit - macht Power Na";s:11:"orientation";s:1:"1";s:8:"keywords";a:5:{i:0;s:18:"Botanischer Garten";i:1;s:9:"Christian";i:2;s:8:"München";i:3;s:4:"bank";i:4;s:6:"sommer";}}s:14:"original_image";s:25:"AdobeStock_189305936.jpeg";}'),
(1993, 233, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:4:{s:5:"width";i:2560;s:6:"height";i:1709;s:8:"filesize";i:325004;s:4:"file";s:32:"AdobeStock_189305936-scaled.jpeg";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:33:"AdobeStock_189305936-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5182;}s:11:"medium-orig";a:5:{s:4:"file";s:33:"AdobeStock_189305936-300x200.jpeg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11096;}s:17:"medium_large-orig";a:5:{s:4:"file";s:33:"AdobeStock_189305936-768x513.jpeg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:44086;}s:10:"large-orig";a:5:{s:4:"file";s:34:"AdobeStock_189305936-1024x684.jpeg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:68385;}s:14:"1536x1536-orig";a:5:{s:4:"file";s:35:"AdobeStock_189305936-1536x1025.jpeg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:131349;}s:14:"2048x2048-orig";a:5:{s:4:"file";s:35:"AdobeStock_189305936-2048x1367.jpeg";s:5:"width";i:2048;s:6:"height";i:1367;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:215006;}}'),
(1994, 234, '_elementor_edit_mode', 'builder'),
(1995, 234, '_elementor_template_type', 'wp-page'),
(1996, 234, '_elementor_version', '3.27.1'),
(1997, 234, '_elementor_pro_version', '3.27.0'),
(1998, 234, '_wp_page_template', 'default'),
(1999, 234, '_elementor_data', '[{"id":"76a371db","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"42c2a2df","elType":"widget","settings":{"title":"Life Strategies Coaching","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"37538fa7","elType":"widget","settings":{"title":"Services","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"22109293","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1ec95edd","elType":"widget","settings":{"image":{"id":233,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"4f97940","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"250c19b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"5d19ef08","elType":"widget","settings":{"title":"One-On-One Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"18ea88b8","elType":"widget","settings":{"editor":"<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5a97ac02","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"fc6dab3","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"1add5321","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"6bd706a6","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"15f1b55d","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"7239d5c","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"175bee7","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"12f0f08","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"9b320cb","elType":"widget","settings":{"image":{"id":130,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-scaled.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":34.414}},"elements":[],"widgetType":"image"},{"id":"c19f960","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"79bf5b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"b644d5c","elType":"widget","settings":{"title":"Relationship Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"c7afbc5","elType":"widget","settings":{"editor":"<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"df195cd","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1afcc21","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"9688c2c","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"81324c2","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"866cef5","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bf791dd","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"16a6d60","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"99408e4","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"3946bff","elType":"widget","settings":{"image":{"id":232,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-scaled.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":31.679}},"elements":[],"widgetType":"image"},{"id":"941caf1","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"6396242","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"25b5726","elType":"widget","settings":{"title":"Group Seminars","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"8a036ce","elType":"widget","settings":{"editor":"<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"c2927fe","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"db833dd","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"05060cc","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"c97f772","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"e52cded","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bff10f9","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7b8de3f6","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5d0d28e4","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"52b5b47","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(2001, 235, '_elementor_edit_mode', 'builder'),
(2002, 235, '_elementor_template_type', 'wp-page'),
(2003, 235, '_elementor_version', '3.27.1'),
(2004, 235, '_elementor_pro_version', '3.27.0'),
(2005, 235, '_wp_page_template', 'default'),
(2006, 235, '_elementor_data', '[{"id":"76a371db","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"42c2a2df","elType":"widget","settings":{"title":"Life Strategies Coaching","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"37538fa7","elType":"widget","settings":{"title":"Services","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"22109293","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1ec95edd","elType":"widget","settings":{"image":{"id":233,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"4f97940","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"250c19b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"5d19ef08","elType":"widget","settings":{"title":"One-On-One Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"18ea88b8","elType":"widget","settings":{"editor":"<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5a97ac02","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"fc6dab3","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"1add5321","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"6bd706a6","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"15f1b55d","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"7239d5c","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"175bee7","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"12f0f08","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"9b320cb","elType":"widget","settings":{"image":{"id":130,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-scaled.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":34.414}},"elements":[],"widgetType":"image"},{"id":"c19f960","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"79bf5b1","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"b644d5c","elType":"widget","settings":{"title":"Relationship Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"c7afbc5","elType":"widget","settings":{"editor":"<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"df195cd","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1afcc21","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"9688c2c","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"81324c2","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"866cef5","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bf791dd","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"16a6d60","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"99408e4","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"3946bff","elType":"widget","settings":{"image":{"id":232,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-scaled.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":31.679}},"elements":[],"widgetType":"image"},{"id":"941caf1","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"6396242","elType":"widget","settings":{"title":"Our Classes","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"25b5726","elType":"widget","settings":{"title":"Group Seminars","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"8a036ce","elType":"widget","settings":{"editor":"<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"c2927fe","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"db833dd","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"05060cc","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"c97f772","elType":"widget","settings":{"icon_list":[{"text":"benefit 01","_id":"35bb36b"},{"text":"benefit 01","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":22,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":33,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"e52cded","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bff10f9","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7b8de3f6","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5d0d28e4","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"52b5b47","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(2008, 236, '_elementor_edit_mode', 'builder'),
(2009, 236, '_elementor_template_type', 'wp-page'),
(2010, 236, '_elementor_version', '3.27.1'),
(2011, 236, '_elementor_pro_version', '3.27.0'),
(2012, 236, '_wp_page_template', 'default'),
(2013, 236, '_elementor_data', '[{"id":"76a371db","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"min_height":{"unit":"px","size":492,"sizes":[]},"min_height_tablet":{"unit":"vh","size":29,"sizes":[]},"min_height_mobile":{"unit":"vh","size":21,"sizes":[]},"background_background":"classic","background_color":"#1B252F","background_image":{"id":42,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg","alt":"","source":"library","size":""},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","padding":{"unit":"%","top":"5","right":"8","bottom":"5","left":"8","isLinked":false},"padding_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"_title":"Contact","flex_direction":"column","flex_align_items":"center","content_width":"full","flex_justify_content":"center","flex_gap_tablet":{"unit":"px","size":20,"sizes":[],"column":"20","row":"20","isLinked":true},"background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"42c2a2df","elType":"widget","settings":{"title":"Life Strategies Coaching","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=6ff1059"}},"elements":[],"widgetType":"heading"},{"id":"37538fa7","elType":"widget","settings":{"title":"Services","align":"center","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"22109293","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"1ec95edd","elType":"widget","settings":{"image":{"id":233,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"4f97940","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"250c19b1","elType":"widget","settings":{"title":"Private Consulting","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"5d19ef08","elType":"widget","settings":{"title":"One-On-One Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"18ea88b8","elType":"widget","settings":{"editor":"<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"20","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5a97ac02","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"space-between","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0}},"elements":[{"id":"fc6dab3","elType":"widget","settings":{"icon_list":[{"text":"Six 75-minute private consultations (virtual or in-person).","_id":"35bb36b"},{"_id":"1733ee2","text":"Email\\/Messaging Support Between Sessions"},{"_id":"f0a2326","text":"17 Page Behavioral Assessment"},{"_id":"c232924","text":"A personalized action plan tailored to your unique goals."},{"text":"Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.","_id":"f1d6f92"},{"_id":"6f049ba","text":"There are several programs designed for specific goals, including: ''<i>Overcome<\\/i> <i>Addiction<\\/i>'' <i>Overcome<\\/i> <i>Depression<\\/i>'' ''<i>Transform<\\/i> <i>Your<\\/i> <i>Relationship<\\/i>'' and ''<i>The<\\/i> <i>Lost<\\/i> <i>Man<\\/i>''"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":100,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"15f1b55d","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"7239d5c","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"175bee7","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"12f0f08","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"9b320cb","elType":"widget","settings":{"image":{"id":130,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-scaled.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"c19f960","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"79bf5b1","elType":"widget","settings":{"title":"Private Consulting","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"b644d5c","elType":"widget","settings":{"title":"Relationship Consulting","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"c7afbc5","elType":"widget","settings":{"editor":"<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"be80467","elType":"widget","settings":{"icon_list":[{"text":"Six 75-minute private consultations Including Both Partners (virtual or in-person).","_id":"35bb36b"},{"_id":"1733ee2","text":"Email\\/Messaging Support Between Sessions"},{"_id":"f0a2326","text":"17 Page Behavioral Assessment"},{"_id":"c232924","text":"A personalized action plan tailored to your unique goals."},{"text":"Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":100,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"866cef5","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bf791dd","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"16a6d60","elType":"widget","settings":{"style":"slashes","text":"Divider","__globals__":{"color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"divider"}],"isInner":false},{"id":"99408e4","elType":"container","settings":{"layout":"full_width","flex_gap":{"size":0,"unit":"px","column":"0","row":"0","isLinked":true},"min_height":{"unit":"vh","size":"","sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"structure":"20","background_background":"classic","padding":{"unit":"%","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"padding_tablet":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"padding_mobile":{"unit":"%","top":"15","right":"5","bottom":"15","left":"5","isLinked":false},"reverse_order_tablet":"reverse-tablet","reverse_order_mobile":"reverse-mobile","_title":"Services","flex_direction":"row","flex_align_items":"center","flex_direction_tablet":"column","flex_direction_mobile":"column-reverse","flex_gap_tablet":{"unit":"px","size":62,"sizes":[],"column":"62","row":"62","isLinked":true},"flex_gap_mobile":{"unit":"px","size":53,"sizes":[],"column":"53","row":"53","isLinked":true},"boxed_width":{"unit":"px","size":1650,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"3946bff","elType":"widget","settings":{"image":{"id":232,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-scaled.jpeg","alt":"","source":"library","size":""},"width":{"unit":"%","size":100,"sizes":[]},"_border_color":"#D72C2C","width_mobile":{"unit":"%","size":100,"sizes":[]},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial","_element_custom_width":{"unit":"%","size":36.601}},"elements":[],"widgetType":"image"},{"id":"941caf1","elType":"container","settings":{"_column_size":50,"width":{"size":50,"unit":"%"},"width_tablet":{"size":100,"unit":"%"},"flex_gap":{"size":20,"unit":"px","column":"20","row":"20","isLinked":true},"padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"5","isLinked":false},"padding_tablet":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"flex_justify_content":"center","content_width":"full","flex_direction":"column"},"elements":[{"id":"6396242","elType":"widget","settings":{"title":"Events","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":17,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":26,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"heading"},{"id":"25b5726","elType":"widget","settings":{"title":"Group Seminars","align":"left","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":65,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":44,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":32,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_animation":"slideInUp","animation_duration":"slow","__globals__":{"title_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"heading"},{"id":"8a036ce","elType":"widget","settings":{"editor":"<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.<\\/p>","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1.2,"sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"752a0db","elType":"widget","settings":{"icon_list":[{"text":"A 2-hour live session exploring practical tools to calm your mind, shift your energy, and manifest peace.","_id":"35bb36b"},{"_id":"1733ee2","text":"A live Q&A segment."},{"_id":"f0a2326","text":"Access to session recordings for later review."},{"_id":"c232924","text":"Connect with others that are working towards similar goals and share successes."},{"text":"Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.","_id":"f1d6f92"}],"space_between":{"unit":"px","size":22,"sizes":[]},"icon_size":{"unit":"px","size":26,"sizes":[]},"icon_size_mobile":{"unit":"px","size":25,"sizes":[]},"text_indent":{"unit":"px","size":15,"sizes":[]},"icon_typography_typography":"custom","icon_typography_font_family":"Archivo","icon_typography_font_size":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"icon_typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]},"icon_typography_font_weight":"700","icon_typography_text_transform":"uppercase","icon_typography_font_style":"normal","icon_typography_text_decoration":"none","icon_typography_line_height":{"unit":"em","size":1.5,"sizes":[]},"icon_typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"icon_typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_width_mobile":"inherit","_element_custom_width":{"unit":"%","size":100,"sizes":[]},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f","icon_color":"globals\\/colors?id=27184a0"}},"elements":[],"widgetType":"icon-list"},{"id":"e52cded","elType":"widget","settings":{"text":"see pricing >","align":"left","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","button_text_color":"globals\\/colors?id=19d318c","hover_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":6,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"bff10f9","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"7b8de3f6","elType":"widget","settings":{"title":"The First Step to Freedom Starts Here","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":49,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5d0d28e4","elType":"widget","settings":{"editor":"<h3>You don\\u2019t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation<\\/strong> to learn how we can help.<\\/h3>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"52b5b47","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":5,"color":"rgba(0,0,0,0.5)"}},"elements":[],"widgetType":"button"}],"isInner":false}]'),
(2015, 221, '_elementor_controls_usage', 'a:7:{s:7:"heading";a:3:{s:5:"count";i:9;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_title";a:1:{s:5:"title";i:9;}s:15:"section_effects";a:2:{s:10:"_animation";i:8;s:18:"animation_duration";i:8;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:9:"container";a:3:{s:5:"count";i:11;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:18:"section_background";a:3:{s:21:"background_background";i:5;s:16:"background_color";i:1;s:16:"background_image";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:5;}}}}s:5:"image";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_image";a:1:{s:5:"image";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:9:"icon_list";i:3;}s:14:"_section_style";a:2:{s:14:"_element_width";i:3;s:21:"_element_width_mobile";i:3;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:4;s:4:"size";i:4;}s:13:"section_style";a:4:{s:5:"align";i:4;s:15:"hover_animation";i:4;s:29:"button_background_hover_color";i:1;s:18:"background_color_b";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:15:"section_divider";a:1:{s:5:"style";i:2;}}}}}'),
(2016, 237, '_menu_item_type', 'post_type'),
(2017, 237, '_menu_item_menu_item_parent', '0'),
(2018, 237, '_menu_item_object_id', '221'),
(2019, 237, '_menu_item_object', 'page'),
(2020, 237, '_menu_item_target', ''),
(2021, 237, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2022, 237, '_menu_item_xfn', ''),
(2023, 237, '_menu_item_url', ''),
(2025, 171, '_wp_old_date', '2025-01-27'),
(2026, 169, '_wp_old_date', '2025-01-27'),
(2027, 168, '_wp_old_date', '2025-01-27'),
(2028, 170, '_wp_old_date', '2025-01-27'),
(2029, 219, '_wp_old_date', '2025-01-27'),
(2030, 220, '_wp_old_date', '2025-01-27'),
(2031, 182, '_wp_old_date', '2025-01-27'),
(2032, 238, '_menu_item_type', 'post_type'),
(2033, 238, '_menu_item_menu_item_parent', '237'),
(2034, 238, '_menu_item_object_id', '221'),
(2035, 238, '_menu_item_object', 'page'),
(2036, 238, '_menu_item_target', ''),
(2037, 238, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2038, 238, '_menu_item_xfn', ''),
(2039, 238, '_menu_item_url', ''),
(2061, 5, '_elementor_css', 'a:6:{s:4:"time";i:1738036455;s:5:"fonts";a:2:{i:0;s:6:"Roboto";i:1;s:11:"Roboto Slab";}s:5:"icons";a:0:{}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2062, 95, '_elementor_page_assets', 'a:2:{s:6:"styles";a:3:{i:0;s:12:"widget-image";i:1;s:15:"widget-nav-menu";i:2;s:8:"e-sticky";}s:7:"scripts";a:2:{i:0;s:10:"smartmenus";i:1;s:8:"e-sticky";}}'),
(2063, 97, '_elementor_page_assets', 'a:2:{s:6:"styles";a:5:{i:0;s:16:"widget-image-box";i:1;s:14:"widget-heading";i:2;s:16:"widget-icon-list";i:3;s:15:"widget-nav-menu";i:4;s:18:"widget-text-editor";}s:7:"scripts";a:1:{i:0;s:10:"smartmenus";}}'),
(2064, 221, '_elementor_page_assets', 'a:1:{s:6:"styles";a:7:{i:0;s:21:"e-animation-slideInUp";i:1;s:14:"widget-heading";i:2;s:12:"widget-image";i:3;s:18:"widget-text-editor";i:4;s:16:"widget-icon-list";i:5;s:22:"e-animation-pulse-grow";i:6;s:14:"widget-divider";}}'),
(2065, 221, '_elementor_css', 'a:6:{s:4:"time";i:1738036456;s:5:"fonts";a:4:{i:0;s:10:"Montserrat";i:1;s:7:"Archivo";i:17;s:11:"Crimson Pro";i:18;s:6:"Roboto";}s:5:"icons";a:2:{i:0;s:8:"fa-solid";i:6;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2066, 95, '_elementor_css', 'a:6:{s:4:"time";i:1738036456;s:5:"fonts";a:1:{i:0;s:7:"Poppins";}s:5:"icons";a:2:{i:0;s:8:"fa-solid";i:1;s:0:"";}s:20:"dynamic_elements_ids";a:1:{i:0;s:8:"4232bca0";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2067, 97, '_elementor_css', 'a:6:{s:4:"time";i:1738036456;s:5:"fonts";a:1:{i:0;s:7:"Poppins";}s:5:"icons";a:2:{i:0;s:0:"";i:4;s:8:"fa-solid";}s:20:"dynamic_elements_ids";a:4:{i:0;s:8:"5103185a";i:1;s:7:"ed90a39";i:2;s:7:"ed90a39";i:3;s:8:"17f9a54b";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2068, 95, '_elementor_element_cache', '{"timeout":1738317788,"value":{"content":"<div class=\\"elementor-element elementor-element-7e375f6d e-con-full e-flex e-con e-parent\\" data-id=\\"7e375f6d\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;position&quot;:&quot;fixed&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-2953f467 e-con-full e-flex e-con e-child\\" data-id=\\"2953f467\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjQyMzJiY2EwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiX19keW5hbWljX18iOnsiaW1hZ2UiOiJbZWxlbWVudG9yLXRhZyBpZD1cIlwiIG5hbWU9XCJzaXRlLWxvZ29cIiBzZXR0aW5ncz1cIiU3QiU3RFwiXSIsImxpbmsiOiJbZWxlbWVudG9yLXRhZyBpZD1cIlwiIG5hbWU9XCJzaXRlLXVybFwiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJjc3NfZmlsdGVyc19icmlnaHRuZXNzIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImNzc19maWx0ZXJzX3NhdHVyYXRlIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImhlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNTAsInNpemVzIjpbXX0sIm9iamVjdC1maXQiOiJjb250YWluIiwid2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ3aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImhlaWdodF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjcsInNpemVzIjpbXX0sImhlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sImFsaWduIjoibGVmdCIsImltYWdlIjp7ImlkIjo5OSwidXJsIjoiaHR0cHM6XC9cL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMlwvcGxhY2Vob2xkZXItNC5wbmcifSwidGV4dF9jb2xvciI6IiMzMjRBNkQiLCJjYXB0aW9uX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImNhcHRpb25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJjYXB0aW9uX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJjYXB0aW9uX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwiY2FwdGlvbl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiY2FwdGlvbl90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsImNhcHRpb25fdHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwiY2FwdGlvbl90eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJjYXB0aW9uX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS41LCJzaXplcyI6W119LCJjYXB0aW9uX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY2FwdGlvbl90eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6W10sIm9iamVjdC1wb3NpdGlvbiI6ImNlbnRlciBsZWZ0In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXNpdGUtbG9nbyJ9\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-730efc24 e-con-full e-flex e-con e-child\\" data-id=\\"730efc24\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjY2OGRiOTNiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZnVsbF93aWR0aCI6InN0cmV0Y2giLCJwb2ludGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoiNSIsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiMzAiLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6W10sImFuaW1hdGlvbl90ZXh0Ijoic2tldyIsInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjE0Iiwic2l6ZXMiOltdfSwiZHJvcGRvd25fdG9wX2Rpc3RhbmNlX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiMTUiLCJzaXplcyI6W119LCJ0b2dnbGVfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjIwIiwic2l6ZXMiOltdfSwiY29sb3JfbWVudV9pdGVtIjoiIzFDMjQ0QiIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMzI0QTZEIiwiY29sb3JfZHJvcGRvd25faXRlbSI6IiMxQzI0NEIiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRjNGNUY4IiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0Y5RkFGRCIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjRjlGQUZEIiwidG9nZ2xlX2NvbG9yIjoiIzQ2N0ZGNyIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yIjoiIzAyMDEwMTAwIiwiYWxpZ25faXRlbXMiOiJyaWdodCIsImRyb3Bkb3duIjoibW9iaWxlIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwibWVudV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoiY2FwaXRhbGl6ZSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwibWVudV90eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzMyNEE2RCIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzMyNEE2RCIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiMzMjRBNkQiLCJuYXZfbWVudV9kaXZpZGVyX2NvbG9yIjoiIzMyNEE2RCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfbmFtZSI6Ik1lbnUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t","scripts":[],"styles":[]}}'),
(2069, 221, '_elementor_element_cache', '{"timeout":1738236649,"value":{"content":"<div class=\\"elementor-element elementor-element-76a371db e-con-full e-flex e-con e-parent\\" data-id=\\"76a371db\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-42c2a2df animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"42c2a2df\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Life Strategies Coaching<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-37538fa7 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"37538fa7\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Services<\\/h2>\\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-22109293 e-flex e-con-boxed e-con e-parent\\" data-id=\\"22109293\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-1ec95edd elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"1ec95edd\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"534\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg\\" class=\\"attachment-large size-large wp-image-233\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815-300x200.jpeg 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815-768x513.jpeg 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815-1536x1025.jpeg 1536w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_189305936-scaled-e1738030537815-2048x1367.jpeg 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-4f97940 e-con-full e-flex e-con e-child\\" data-id=\\"4f97940\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-250c19b1 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"250c19b1\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Private Consulting<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-5d19ef08 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"5d19ef08\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">One-On-One Consulting<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjE4ZWE4OGI4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+UGVyc29uYWxpemVkIHNlc3Npb25zIHRvIGhlbHAgY2xpZW50cyBvdmVyY29tZSBjaGFsbGVuZ2VzLCBkZXZlbG9wIHNlbGYtYXdhcmVuZXNzLCBhbmQgbWFuaWZlc3QgdGhlaXIgZGVzaXJlcy4gSWRlYWwgZm9yIGRlZXBlciBleHBsb3JhdGlvbiBhbmQgdGFpbG9yZWQgZ3VpZGFuY2UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNDAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIyMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]<div class=\\"elementor-element elementor-element-5a97ac02 e-con-full e-flex e-con e-child\\" data-id=\\"5a97ac02\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-fc6dab3 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\" data-id=\\"fc6dab3\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-list.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-icon-list-items\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Six 75-minute private consultations (virtual or in-person).<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Email\\/Messaging Support Between Sessions<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">17 Page Behavioral Assessment<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">A personalized action plan tailored to your unique goals.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">There are several programs designed for specific goals, including: ''<i>Overcome<\\/i> <i>Addiction<\\/i>'' <i>Overcome<\\/i> <i>Depression<\\/i>'' ''<i>Transform<\\/i> <i>Your<\\/i> <i>Relationship<\\/i>'' and ''<i>The<\\/i> <i>Lost<\\/i> <i>Man<\\/i>''<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-15f1b55d elementor-align-left elementor-widget elementor-widget-button\\" data-id=\\"15f1b55d\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">see pricing ><\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-7239d5c e-flex e-con-boxed e-con e-parent\\" data-id=\\"7239d5c\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-175bee7 elementor-widget-divider--separator-type-pattern elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\" data-id=\\"175bee7\\" data-element_type=\\"widget\\" data-widget_type=\\"divider.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-divider\\" style=\\"--divider-pattern-url: url(&quot;data:image\\/svg+xml,%3Csvg xmlns=&#039;http:\\/\\/www.w3.org\\/2000\\/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 20 16&#039; fill=&#039;none&#039; stroke=&#039;black&#039; stroke-width=&#039;1&#039; stroke-linecap=&#039;square&#039; stroke-miterlimit=&#039;10&#039;%3E%3Cg transform=&#039;translate(-12.000000, 0)&#039;%3E%3Cpath d=&#039;M28,0L10,18&#039;\\/%3E%3Cpath d=&#039;M18,0L0,18&#039;\\/%3E%3Cpath d=&#039;M48,0L30,18&#039;\\/%3E%3Cpath d=&#039;M38,0L20,18&#039;\\/%3E%3C\\/g%3E%3C\\/svg%3E&quot;);\\">\\n\\t\\t\\t<span class=\\"elementor-divider-separator\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\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-12f0f08 e-flex e-con-boxed e-con e-parent\\" data-id=\\"12f0f08\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-9b320cb elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"9b320cb\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"534\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-1024x684.jpeg\\" class=\\"attachment-large size-large wp-image-130\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-1024x684.jpeg 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-300x200.jpeg 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-768x513.jpeg 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-1536x1025.jpeg 1536w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_124078141-2048x1367.jpeg 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-c19f960 e-con-full e-flex e-con e-child\\" data-id=\\"c19f960\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-79bf5b1 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"79bf5b1\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Private Consulting<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-b644d5c animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"b644d5c\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Relationship Consulting<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImM3YWZiYzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Gb2N1cyBvbiBidWlsZGluZyBzdHJvbmdlciwgaGVhbHRoaWVyIHJlbGF0aW9uc2hpcHMgdGhyb3VnaCBjb21tdW5pY2F0aW9uIHN0cmF0ZWdpZXMsIGVtb3Rpb25hbCBhd2FyZW5lc3MsIGFuZCBwcmFjdGljYWwgZXhlcmNpc2VzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjQwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiNDAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-be80467 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\" data-id=\\"be80467\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-list.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-icon-list-items\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Six 75-minute private consultations Including Both Partners (virtual or in-person).<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Email\\/Messaging Support Between Sessions<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">17 Page Behavioral Assessment<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">A personalized action plan tailored to your unique goals.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-866cef5 elementor-align-left elementor-widget elementor-widget-button\\" data-id=\\"866cef5\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">see pricing ><\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-bf791dd e-flex e-con-boxed e-con e-parent\\" data-id=\\"bf791dd\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-16a6d60 elementor-widget-divider--separator-type-pattern elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\" data-id=\\"16a6d60\\" data-element_type=\\"widget\\" data-widget_type=\\"divider.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-divider\\" style=\\"--divider-pattern-url: url(&quot;data:image\\/svg+xml,%3Csvg xmlns=&#039;http:\\/\\/www.w3.org\\/2000\\/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 20 16&#039; fill=&#039;none&#039; stroke=&#039;black&#039; stroke-width=&#039;1&#039; stroke-linecap=&#039;square&#039; stroke-miterlimit=&#039;10&#039;%3E%3Cg transform=&#039;translate(-12.000000, 0)&#039;%3E%3Cpath d=&#039;M28,0L10,18&#039;\\/%3E%3Cpath d=&#039;M18,0L0,18&#039;\\/%3E%3Cpath d=&#039;M48,0L30,18&#039;\\/%3E%3Cpath d=&#039;M38,0L20,18&#039;\\/%3E%3C\\/g%3E%3C\\/svg%3E&quot;);\\">\\n\\t\\t\\t<span class=\\"elementor-divider-separator\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\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-99408e4 e-flex e-con-boxed e-con e-parent\\" data-id=\\"99408e4\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-3946bff elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"3946bff\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"534\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-1024x683.jpeg\\" class=\\"attachment-large size-large wp-image-232\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-1024x683.jpeg 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-300x200.jpeg 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-768x512.jpeg 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-1536x1024.jpeg 1536w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/AdobeStock_204530028-2048x1365.jpeg 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-941caf1 e-con-full e-flex e-con e-child\\" data-id=\\"941caf1\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-6396242 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"6396242\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Events<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-25b5726 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"25b5726\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Group Seminars<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjhhMDM2Y2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5UZWFjaCBjb3JlIHByaW5jaXBsZXMgKGUuZy4sIG1hbmlmZXN0aW5nIGRlc2lyZXMsIG92ZXJjb21pbmcgYWRkaWN0aW9uLCBvciBmaW5kaW5nIHB1cnBvc2UpIGluIGFuIGludGVyYWN0aXZlIGdyb3VwIHNldHRpbmcuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiNDAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI0MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<div class=\\"elementor-element elementor-element-752a0db elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\" data-id=\\"752a0db\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-list.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-icon-list-items\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">A 2-hour live session exploring practical tools to calm your mind, shift your energy, and manifest peace.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">A live Q&A segment.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Access to session recordings for later review.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Connect with others that are working towards similar goals and share successes.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-check\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-e52cded elementor-align-left elementor-widget elementor-widget-button\\" data-id=\\"e52cded\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">see pricing ><\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-bff10f9 e-flex e-con-boxed e-con e-parent\\" data-id=\\"bff10f9\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7b8de3f6 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"7b8de3f6\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">The First Step to Freedom Starts Here<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjVkMGQyOGU0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgzPllvdSBkb25cdTIwMTl0IGhhdmUgdG8gZmFjZSB0aGlzIGpvdXJuZXkgYWxvbmUuIFRha2UgdGhlIGZpcnN0IHN0ZXAgdG93YXJkIHJlY2xhaW1pbmcgeW91ciBsaWZlIHRvZGF5LiBTY2hlZHVsZSB5b3VyIDxzdHJvbmc+RlJFRSAyMC1taW51dGUgY29uc3VsdGF0aW9uPFwvc3Ryb25nPiB0byBsZWFybiBob3cgd2UgY2FuIGhlbHAuPFwvaDM+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo4NSwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-52b5b47 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"52b5b47\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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","scripts":[],"styles":[]}}');
INSERT INTO `FDQBA_postmeta` VALUES
(2070, 97, '_elementor_element_cache', '{"timeout":1738317788,"value":{"content":"<div class=\\"elementor-element elementor-element-249ef89b e-con-full e-flex e-con e-parent\\" data-id=\\"249ef89b\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-16b2305d e-con-full e-flex e-con e-child\\" data-id=\\"16b2305d\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjUxMDMxODVhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsidGl0bGVfdGV4dCI6IkxpZmUgU3RyYXRlZ2llcyBDb2FjaGluZyIsImRlc2NyaXB0aW9uX3RleHQiOiJPdmVyY29tZSBhZGRpY3Rpb24sIGJyZWFrIGZyZWUgZnJvbSBkZXByZXNzaW9uLCBhbmQgY3JlYXRlIGZ1bGZpbGxpbmcgcmVsYXRpb25zaGlwcy4iLCJ0aXRsZV9zaXplIjoic3BhbiIsImltYWdlX3NwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjYsInNpemVzIjpbXX0sImltYWdlX3NpemUiOnsidW5pdCI6IiUiLCJzaXplIjo0MCwic2l6ZXMiOltdfSwidGV4dF9hbGlnbiI6ImNlbnRlciIsIl9fZHluYW1pY19fIjp7ImltYWdlIjoiW2VsZW1lbnRvci10YWcgaWQ9XCI3NjhhYzFlXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImltYWdlX3NwYWNlX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sImltYWdlIjp7ImlkIjoxMDIsInVybCI6Imh0dHBzOlwvXC90aGVsaWZlc3RyYXRlZ2llc2NvYWNoLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMTJcL3BsYWNlaG9sZGVyLTEtMS5wbmcifSwidGl0bGVfY29sb3IiOiIjMUMyNDRCIiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjQ1LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjgsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInRpdGxlX3R5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInRpdGxlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjEsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fY29sb3IiOiIjMzI0QTZEIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6W10sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjg2LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UtYm94In0=\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-1b2c2077 e-con-full e-flex e-con e-child\\" data-id=\\"1b2c2077\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-38d27120 elementor-widget elementor-widget-heading\\" data-id=\\"38d27120\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h6 class=\\"elementor-heading-title elementor-size-default\\">Services<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-3f269ea elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\" data-id=\\"3f269ea\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-list.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-icon-list-items\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_1\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Relationship Coaching<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_2\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Overcoming Addiction<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_3\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Overcoming Depression<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\"https:\\/\\/library.elementor.com\\/local-services-wireframe-1-flexbox\\/services\\/#service_4\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">The Lost Man Project<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-67cfd3a0 e-con-full e-flex e-con e-child\\" data-id=\\"67cfd3a0\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-718a8864 elementor-widget elementor-widget-heading\\" data-id=\\"718a8864\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h6 class=\\"elementor-heading-title elementor-size-default\\">Quick Links<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjcwOGI3OWI0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsibGF5b3V0IjoidmVydGljYWwiLCJwb2ludGVyIjoibm9uZSIsImRyb3Bkb3duIjoibm9uZSIsInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJwYWRkaW5nX3ZlcnRpY2FsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjoiMTAiLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6W10sIm1lbnVfc3BhY2VfYmV0d2Vlbl9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjgiLCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwibWVudV90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwibWVudV90eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJtZW51X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS41LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY29sb3JfbWVudV9pdGVtIjoiIzMyNEE2RCIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiNDOEQ1REMiLCJwb2ludGVyX2NvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiM0NjdGRjciLCJuYXZfbWVudV9kaXZpZGVyX2NvbG9yIjoiIzMyNEE2RCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwiZHJvcGRvd25fdHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wZG93bl90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sIm1lbnVfbmFtZSI6Ik1lbnUiLCJtZW51IjoiaGVhZGVyLW1lbnUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-55ee2c0f e-con-full e-flex e-con e-child\\" data-id=\\"55ee2c0f\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-3cf6ed27 elementor-widget elementor-widget-heading\\" data-id=\\"3cf6ed27\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h6 class=\\"elementor-heading-title elementor-size-default\\">Get In Touch<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjY4ZjQ0Y2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD4xMjMgTWFpbiBTdHJlZXQ8YnIgXC8+TmV3IFlvcmssIE5ZIDEwMDAxPFwvcD4iLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiItMTYiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInRleHRfY29sb3IiOiIjMzI0QTZEIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJkcm9wX2NhcF9wcmltYXJ5X2NvbG9yIjoiIzFDMjQ0QiIsIl9fZ2xvYmFsc19fIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"][elementor-element data=\\"eyJpZCI6ImVkOTBhMzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpY29uX2xpc3QiOlt7InRleHQiOiJFbWFpbDogY29udGFjdEBteXNpdGUuY29tIiwic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6IiIsImxpYnJhcnkiOiIifSwiX2lkIjoiYTVjYWE5MiIsImxpbmsiOnsidXJsIjoiIyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfX2R5bmFtaWNfXyI6eyJsaW5rIjoiW2VsZW1lbnRvci10YWcgaWQ9XCIwYzBkZGMzXCIgbmFtZT1cImNvbnRhY3QtdXJsXCIgc2V0dGluZ3M9XCIlN0IlMjJsaW5rX3R5cGUlMjIlM0ElMjJlbWFpbCUyMiUyQyUyMm1haWxfdG8lMjIlM0ElMjJjb250YWN0JTQwbXlzaXRlLmNvbSUyMiU3RFwiXSJ9fSx7InRleHQiOiJQaG9uZTogMTIzLTQ1Ni03ODkwIiwic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6IiIsImxpYnJhcnkiOiIifSwiX2lkIjoiYWQ2ZWM3ZiIsIl9fZHluYW1pY19fIjp7ImxpbmsiOiJbZWxlbWVudG9yLXRhZyBpZD1cIjMyOWFmMzFcIiBuYW1lPVwiY29udGFjdC11cmxcIiBzZXR0aW5ncz1cIiU3QiUyMmxpbmtfdHlwZSUyMiUzQSUyMnRlbCUyMiUyQyUyMnRlbF9udW1iZXIlMjIlM0ElMjIxMjMtNDU2LTc4OTAlMjIlN0RcIl0ifX0seyJ0ZXh0IjoiSG91cnM6IE1vbi1GcmkgOTowMEFNIC0gNTowMFBNIiwic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6IiIsImxpYnJhcnkiOiIifSwiX2lkIjoiMWVlYWM5YSJ9XSwic3BhY2VfYmV0d2VlbiI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6W10sInNwYWNlX2JldHdlZW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiI4Iiwic2l6ZXMiOltdfSwiaWNvbl9jb2xvciI6IiMzMjRBNkQiLCJ0ZXh0X2NvbG9yIjoiIzMyNEE2RCIsImljb25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiaWNvbl90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsImljb25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sImljb25fdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJpY29uX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJpY29uX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwiaWNvbl90eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJpY29uX3R5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsImljb25fdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjUsInNpemVzIjpbXX0sImljb25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaWNvbi1saXN0In0=\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-6653e92f e-flex e-con-boxed e-con e-parent\\" data-id=\\"6653e92f\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjE3ZjlhNTRiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsidGl0bGUiOiJcdTAwYTkgQWxsIFJpZ2h0cyBSZXNlcnZlZC4iLCJoZWFkZXJfc2l6ZSI6InAiLCJhbGlnbiI6ImNlbnRlciIsIl9fZ2xvYmFsc19fIjpbXSwiX19keW5hbWljX18iOnsidGl0bGUiOiJbZWxlbWVudG9yLXRhZyBpZD1cIjE3ZjljYmJcIiBuYW1lPVwiY3VycmVudC1kYXRlLXRpbWVcIiBzZXR0aW5ncz1cIiU3QiUyMmRhdGVfZm9ybWF0JTIyJTNBJTIyY3VzdG9tJTIyJTJDJTIyY3VzdG9tX2Zvcm1hdCUyMiUzQSUyMlklMjIlMkMlMjJiZWZvcmUlMjIlM0ElMjIlNUN1MDBhOSslMjIlMkMlMjJhZnRlciUyMiUzQSUyMitBbGwrUmlnaHRzK1Jlc2VydmVkLiUyMiUyQyUyMnRpbWVfZm9ybWF0JTIyJTNBJTIyZGVmYXVsdCUyMiUyQyUyMmZhbGxiYWNrJTIyJTNBJTIyJTIyJTdEXCJdIn0sInRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImhlYWRpbmcifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t","scripts":[],"styles":[]}}'),
(2071, 181, '_elementor_page_assets', 'a:1:{s:6:"styles";a:5:{i:0;s:21:"e-animation-slideInUp";i:1;s:14:"widget-heading";i:2;s:18:"widget-text-editor";i:3;s:12:"widget-image";i:4;s:22:"e-animation-pulse-grow";}}'),
(2072, 181, '_elementor_css', 'a:6:{s:4:"time";i:1738036503;s:5:"fonts";a:5:{i:0;s:10:"Montserrat";i:1;s:7:"Archivo";i:2;s:7:"Poppins";i:8;s:11:"Crimson Pro";i:9;s:6:"Roboto";}s:5:"icons";a:1:{i:0;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2073, 181, '_elementor_element_cache', '{"timeout":1738213804,"value":{"content":"<div class=\\"elementor-element elementor-element-2cf184b5 e-con-full e-flex e-con e-parent\\" data-id=\\"2cf184b5\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-177145ec animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"177145ec\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">The Life Strategies Consultant<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-52242342 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"52242342\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">About Jesse<\\/h2>\\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-3b88fb02 e-con-full e-flex e-con e-parent\\" data-id=\\"3b88fb02\\" data-element_type=\\"container\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-30316c61 e-con-full e-flex e-con e-child\\" data-id=\\"30316c61\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-79a519c2 elementor-widget elementor-widget-heading\\" data-id=\\"79a519c2\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h1 class=\\"elementor-heading-title elementor-size-default\\">Why Hello There!<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjViYWI5MDM1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGRpdiBjbGFzcz1cImVsZW1lbnRvci1lbGVtZW50IGVsZW1lbnRvci1lbGVtZW50LTQwNmUyZGViIGVsZW1lbnRvci13aWRnZXQgZWxlbWVudG9yLXdpZGdldC10ZXh0LWVkaXRvclwiIGRhdGEtaWQ9XCI0MDZlMmRlYlwiIGRhdGEtZWxlbWVudF90eXBlPVwid2lkZ2V0XCIgZGF0YS13aWRnZXRfdHlwZT1cInRleHQtZWRpdG9yLmRlZmF1bHRcIj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLXdpZGdldC1jb250YWluZXJcIj48cD5JIGhlbHAgcGVvcGxlIGxlYXJuIHRvIGxvdmUgbGlmZSBhZ2Fpbi48XC9wPjxwPkkgYW0gYSBjZXJ0aWZpZWQgYmVoYXZpb3JhbCBjb25zdWx0YW50IHNwZWNpYWxpemluZyBpbiBoZWxwaW5nIHBlb3BsZSBqdXN0IGxpa2UgeW91IG92ZXJjb21lIGRlcHJlc3Npb24sIGFueGlldHksIGFuZCBhZGRpY3Rpb25zLiBJXHUyMDE5dmUgYmVlbiBhYmxlIHRvIGhlbHAgcGVvcGxlIGhlYWwgdGhlbXNlbHZlcyBhbmQgdGhlaXIgcmVsYXRpb25zaGlwcyBhbmQgZm91bmQgd2hhdCB3b3JrcyBhbmQgd2hhdCBkb2Vzblx1MjAxOXQuPFwvcD48XC9kaXY+PFwvZGl2PjxkaXYgY2xhc3M9XCJlbGVtZW50b3ItZWxlbWVudCBlbGVtZW50b3ItZWxlbWVudC0yNTMzNWU0IGVsZW1lbnRvci13aWRnZXQgZWxlbWVudG9yLXdpZGdldC10ZXh0LWVkaXRvclwiIGRhdGEtaWQ9XCIyNTMzNWU0XCIgZGF0YS1lbGVtZW50X3R5cGU9XCJ3aWRnZXRcIiBkYXRhLXdpZGdldF90eXBlPVwidGV4dC1lZGl0b3IuZGVmYXVsdFwiPjxkaXYgY2xhc3M9XCJlbGVtZW50b3Itd2lkZ2V0LWNvbnRhaW5lclwiPjxwPkkndmUgZXhwZXJpZW5jZWQgZGVwcmVzc2lvbiwgbG93IHNlbGYgY29uZmlkZW5jZSwgYW5kIGV2ZW4gd2FzIHN1aWNpZGFsIHdoZW4gSSB3YXMgeW91bmdlci4gSSd2ZSBzdHJ1Z2dsZWQgd2l0aCBteSB3aWZlIGF0IHRpbWVzIGluIG91ciBtYXJyaWFnZS4gQW5kIEkndmUgb3ZlcmNvbWUgYWRkaWN0aW9ucyBpbiBteSBvd24gbGlmZS4gRmVlbGluZyB0aGUgdHJpdW1waCBvbiB0aGUgb3RoZXIgc2lkZSBvZiB0aGVzZSBzdHJ1Z2dsZXMgYW5kIGhhdmluZyBhIGRlc2lyZSB0byBoZWxwIGZhbWlseSBhbmQgZnJpZW5kcyB3aXRoIHNpbWlsYXIgcHJvYmxlbXMgaW4gbGlmZSBsZWQgbWUgdG8gYmVjb21lIGEgY29uc3VsdGFudC48XC9wPjxwPlNvIHllYWgsIEkndmUgYmVlbiB0aGVyZSBhbmQga25vdyBob3cgbXVjaCBpdCBzdWNrcy4gSSBrbm93IGhvdyBmcmVlaW5nIGFuZCBiZWF1dGlmdWwgbGlmZSBpcyB3aGVuIHlvdSBmaW5hbGx5IGdldCBvdXQgb2YgdGhhdCBhbmQgZW5qb3kgbGlmZSB0b28uIE5vdyBJXHUyMDE5dmUgaGVscGVkIGh1bmRyZWRzIG9mIHBlb3BsZSBnZXQgcmVsaWVmIGFuZCBmaW5kIHRoZWlyIG93biBoYXBwaW5lc3MgaW4gbGlmZS4gPHNwYW4gY2xhc3M9XCJBcHBsZS1jb252ZXJ0ZWQtc3BhY2VcIj5cdTAwYTA8XC9zcGFuPjxcL3A+PHA+SVx1MjAxOW0gdGhlIHR5cGUgb2YgZ3V5IHRoYXQgaXMgbW90aXZhdGVkIGJ5IGZ1bi4gSWYgaXRcdTIwMTlzIGZ1biwgSVx1MjAxOWxsIGJlIHRoZXJlIVx1MDBhMDxcL3A+PHA+SSBoYXZlIGEgYmVhdXRpZnVsIHdpZmUgYW5kIFx1MDBhMDQgeW91bmcgY2hpbGRyZW4uIFdlIGxvdmUgbWFraW5nIG1lbW9yaWVzIHdpdGggZWFjaCBvdGhlciBieSBnZXR0aW5nIG91dCB0byB0cnkgbmV3IHRoaW5ncyBhbmQgbWVldCBuZXcgcGVvcGxlLiBBbmQgYmVjYXVzZSBJXHUyMDE5bSBhIHBlb3BsZSBwZXJzb24gYW5kIGhhdmluZyBmdW4gaXMgaW1wb3J0YW50IHRvIG1lLCBJIHdhbnQgdG8gaGVscCBvdGhlciBwZW9wbGUgaGF2ZSBmdW4gYW5kIGVuam95IHRoZWlyIGxpdmVzIHRvbyFcdTAwYTA8XC9wPjxwPkkgcHV0IG15IDEwMCUgaW50byBldmVyeSBzZXNzaW9uLiBJIHJlYWxseSB3YW50IHRvIHBlcnNvbmFsaXplIGVhY2ggc2Vzc2lvbiB3aXRoIHlvdSB0byBtYWtlIHN1cmUgeW91IGFyZSBnZXR0aW5nIHRoZSByZXN1bHRzIHlvdSBkZXNlcnZlLlx1MDBhMDxcL3A+PHA+UGVvcGxlIHdobyBkbyBnZXQgYmV0dGVyIHJlc3VsdHMsIGhhdmUgbW9yZSBmdW4sIGFuZCBsaXZlIG1vcmUgY29tZm9ydGFibGUgbGl2ZXMuIDxzcGFuIGNsYXNzPVwiQXBwbGUtY29udmVydGVkLXNwYWNlXCI+XHUwMGEwPFwvc3Bhbj48XC9wPjxwPklmIHlvdVx1MjAxOWQgbGlrZSB0byB0cnkgb3V0IGV2aWRlbmNlLWJhc2VkIHByYWN0aWNlcywgZ2V0IHRvb2xzIGFuZCB0ZWNobmlxdWVzIGZvciBsaWZlIHRoYXQgcmVhbGx5IHdvcmssIGFuZCBzdGFydCBoZWFsaW5nIHlvdXIgbGlmZSwgc2NoZWR1bGUgeW91ciBmaXJzdCBzZXNzaW9uIHdpdGggbWUgdG9kYXkhPFwvcD48cD5JIHByb21pc2UgdGhhdCBpdFx1MjAxOWxsIGJlIHlvdXIgYmVzdCBtb25leSBzcGVudCBvbiBjaGFuZ2luZyB5b3VyIGxpZmUgZm9yIHRoZSBiZXR0ZXIuPHNwYW4gY2xhc3M9XCJBcHBsZS1jb252ZXJ0ZWQtc3BhY2VcIj5cdTAwYTA8XC9zcGFuPjxcL3A+PHA+WW91IHJlYWxseSBjYW4gZ2V0IHJpZCBvZiB5b3VyIHByb2JsZW1zIHRoYXQgYXJlIHBsYWd1aW5nIHlvdSBBTkQgaGF2ZSBhbiBlbmpveWFibGUgbGlmZSBhZ2Fpbi48XC9wPjxcL2Rpdj48XC9kaXY+IiwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6IjEifSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOiIxIn0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjoiMSJ9LCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOiIxNiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiMTQiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOiIxLjUiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-2529a76d e-con-full e-flex e-con e-child\\" data-id=\\"2529a76d\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-20c93393 elementor-widget elementor-widget-image\\" data-id=\\"20c93393\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"450\\" height=\\"600\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg\\" class=\\"attachment-large size-large wp-image-33\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg 450w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-225x300.jpeg 225w\\" sizes=\\"(max-width: 450px) 100vw, 450px\\" \\/>\\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\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-5fdd984a e-flex e-con-boxed e-con e-parent\\" data-id=\\"5fdd984a\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-50f80b5 e-con-full e-flex e-con e-child\\" data-id=\\"50f80b5\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-27a4c8c2 elementor-widget elementor-widget-image\\" data-id=\\"27a4c8c2\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"534\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-1024x683.jpeg\\" class=\\"attachment-large size-large wp-image-31\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-1024x683.jpeg 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-300x200.jpeg 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-768x512.jpeg 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-1536x1024.jpeg 1536w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-2048x1365.jpeg 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-58c4ad95 e-con-full e-flex e-con e-child\\" data-id=\\"58c4ad95\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-67f9d35e elementor-widget elementor-widget-heading\\" data-id=\\"67f9d35e\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">My Mission<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjI0NDkwMjk5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+QXQgTGlmZSBTdHJhdGVnaWVzIENvbnN1bHRpbmcsIG15IG1pc3Npb24gaXMgdG8gYXdha2VuIGluZGl2aWR1YWxzIHRvIHRoZWlyIGRpdmluZSBpZGVudGl0eSwgZW1wb3dlciB0aGVtIHRvIG1hbmlmZXN0IHRoZWlyIGRlc2lyZXMsIGFuZCBjcmVhdGUgbGl2ZXMgb2YgbWVhbmluZyBhbmQgam95IHRocm91Z2ggdHJhbnNmb3JtYXRpdmUgY29uc3VsdGluZywgdGltZWxlc3MgdGVhY2hpbmdzLCBhbmQgcHJhY3RpY2FsIHRvb2xzIGZvciBzZWxmLW1hc3RlcnkuXHUyMDFkPFwvcD4iLCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjoiMSJ9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6IjEifSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOiIxIn0sImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjE2Iiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIxNCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6IjEuNSIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\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-f8dc5f4 e-flex e-con-boxed e-con e-parent\\" data-id=\\"f8dc5f4\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-3baf90f6 e-con-full e-flex e-con e-child\\" data-id=\\"3baf90f6\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-312dcc88 elementor-widget elementor-widget-heading\\" data-id=\\"312dcc88\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Am I A Good Fit For You??<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjRhMzliOTBlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+QXJlIHlvdSByZWFkeSB0byB0YWtlIGNvbnRyb2wgb2YgeW91ciBsaWZlLCB0cmFuc2Zvcm0geW91ciBtaW5kc2V0LCBhbmQgY3JlYXRlIHRoZSBmdXR1cmUgeW91XHUyMDE5dmUgYWx3YXlzIGRyZWFtZWQgb2Y\\/IE15IHByb2dyYW0gaXMgZGVzaWduZWQgZm9yIGluZGl2aWR1YWxzIHdobyBhcmUgcmVhZHkgdG8gYnJlYWsgZnJlZSBmcm9tIGxpbWl0YXRpb25zLCBnYWluIGNsYXJpdHksIGFuZCBhbGlnbiB3aXRoIHRoZWlyIGhpZ2hlc3QgcG90ZW50aWFsLjxcL3A+PHA+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzAwMDAwMDtcIj48c3Ryb25nPlRoaXMgcHJvZ3JhbSBpcyBhIGdyZWF0IGZpdCBpZiB5b3U6PFwvc3Ryb25nPjxcL3NwYW4+PFwvcD48cD5cdTAwYTA8XC9wPjx1bCBzdHlsZT1cImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC12YXJpYW50LWNhcHM6IG5vcm1hbDsgZm9udC13ZWlnaHQ6IDQwMDsgbGV0dGVyLXNwYWNpbmc6IG5vcm1hbDsgb3JwaGFuczogYXV0bzsgdGV4dC1hbGlnbjogc3RhcnQ7IHRleHQtaW5kZW50OiAwcHg7IHRleHQtdHJhbnNmb3JtOiBub25lOyB3aGl0ZS1zcGFjZTogbm9ybWFsOyB3aWRvd3M6IGF1dG87IHdvcmQtc3BhY2luZzogMHB4OyAtd2Via2l0LXRleHQtc3Ryb2tlLXdpZHRoOiAwcHg7IHRleHQtZGVjb3JhdGlvbjogbm9uZTsgY2FyZXQtY29sb3I6ICMwMDAwMDA7IGNvbG9yOiAjMDAwMDAwO1wiPjxsaT48c3BhbiBzdHlsZT1cImNvbG9yOiAjMDAwMDAwO1wiPjxzdHJvbmc+RmVlbCBzdHVjazxcL3N0cm9uZz5cdTAwYTBpbiB5b3VyIGN1cnJlbnQgY2lyY3Vtc3RhbmNlcyBhbmQgYXJlIHNlYXJjaGluZyBmb3IgcHVycG9zZSBhbmQgZGlyZWN0aW9uLjxcL3NwYW4+PFwvbGk+PGxpPjxzcGFuIHN0eWxlPVwiY29sb3I6ICMwMDAwMDA7XCI+PHN0cm9uZz5TdHJ1Z2dsZSB3aXRoIHN0cmVzcywgc2VsZi1kb3VidCwgb3IgbmVnYXRpdmUgcGF0dGVybnM8XC9zdHJvbmc+XHUwMGEwYW5kIHdhbnQgcHJhY3RpY2FsIHN0cmF0ZWdpZXMgdG8gcmVnYWluIGNvbnRyb2wgb2YgeW91ciBsaWZlLjxcL3NwYW4+PFwvbGk+PGxpPjxzcGFuIHN0eWxlPVwiY29sb3I6ICMwMDAwMDA7XCI+PHN0cm9uZz5EZXNpcmUgZGVlcGVyLCBtb3JlIG1lYW5pbmdmdWwgcmVsYXRpb25zaGlwczxcL3N0cm9uZz5cdTAwYTBhbmQgc3Ryb25nZXIgY29tbXVuaWNhdGlvbiBza2lsbHMuPFwvc3Bhbj48XC9saT48bGk+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzAwMDAwMDtcIj48c3Ryb25nPkhhdmUgYmlnIGRyZWFtcyBvciBnb2FsczxcL3N0cm9uZz5cdTAwYTBidXQgZG9uXHUyMDE5dCBrbm93IGhvdyB0byB0YWtlIHRoZSBmaXJzdCBzdGVwIG9yIG92ZXJjb21lIGZlYXIuPFwvc3Bhbj48XC9saT48bGk+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzAwMDAwMDtcIj48c3Ryb25nPldhbnQgdG8gbGVhcm4gdG9vbHMgdG8gbWFuaWZlc3QgYSBsaWZlPFwvc3Ryb25nPlx1MDBhMGZpbGxlZCB3aXRoIGhlYWx0aCwgam95LCBhbmQgYWJ1bmRhbmNlLjxcL3NwYW4+PFwvbGk+PGxpPjxzcGFuIHN0eWxlPVwiY29sb3I6ICMwMDAwMDA7XCI+PHN0cm9uZz5WYWx1ZSBhIHBlcnNvbmFsaXplZCwgaG9saXN0aWMgYXBwcm9hY2g8XC9zdHJvbmc+XHUwMGEwdGhhdCBibGVuZHMgdGltZWxlc3Mgd2lzZG9tIHdpdGggYWN0aW9uYWJsZSBzdGVwcy48XC9zcGFuPjxcL2xpPjxcL3VsPiIsIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOiIxIn0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjoiMSJ9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6IjEifSwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiMTYiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjE0Iiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMS41Iiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-67e7e9da e-con-full e-flex e-con e-child\\" data-id=\\"67e7e9da\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7ed2fc3c elementor-widget__width-inherit elementor-widget elementor-widget-image\\" data-id=\\"7ed2fc3c\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"529\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png\\" class=\\"attachment-large size-large wp-image-64\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w\\" 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\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-20a6806d e-flex e-con-boxed e-con e-parent\\" data-id=\\"20a6806d\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-592572ab elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"592572ab\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">The First Step to Freedom Starts Here<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjI3NWU2NmFiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgzPllvdSBkb25cdTIwMTl0IGhhdmUgdG8gZmFjZSB0aGlzIGpvdXJuZXkgYWxvbmUuIFRha2UgdGhlIGZpcnN0IHN0ZXAgdG93YXJkIHJlY2xhaW1pbmcgeW91ciBsaWZlIHRvZGF5LiBTY2hlZHVsZSB5b3VyIDxzdHJvbmc+RlJFRSAyMC1taW51dGUgY29uc3VsdGF0aW9uPFwvc3Ryb25nPiB0byBsZWFybiBob3cgd2UgY2FuIGhlbHAuPFwvaDM+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo4NSwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-4300a01f elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"4300a01f\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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","scripts":[],"styles":[]}}'),
(2074, 172, '_elementor_page_assets', 'a:2:{s:6:"styles";a:7:{i:0;s:21:"e-animation-slideInUp";i:1;s:14:"widget-heading";i:2;s:8:"e-swiper";i:3;s:27:"widget-testimonial-carousel";i:4;s:27:"widget-carousel-module-base";i:5;s:18:"widget-text-editor";i:6;s:22:"e-animation-pulse-grow";}s:7:"scripts";a:1:{i:0;s:6:"swiper";}}'),
(2075, 172, '_elementor_css', 'a:6:{s:4:"time";i:1738036571;s:5:"fonts";a:5:{i:0;s:10:"Montserrat";i:1;s:7:"Archivo";i:2;s:7:"Poppins";i:59;s:11:"Crimson Pro";i:60;s:6:"Roboto";}s:5:"icons";a:1:{i:0;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2076, 172, '_elementor_element_cache', '{"timeout":1738339410,"value":{"content":"<div class=\\"elementor-element elementor-element-5c51333b e-con-full e-flex e-con e-parent\\" data-id=\\"5c51333b\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7fcca70e animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"7fcca70e\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Check out the success others have had!<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-5807c880 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"5807c880\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Client Testimonials<\\/h2>\\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-01c46c1 e-flex e-con-boxed e-con e-parent\\" data-id=\\"01c46c1\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-64ae296f elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"64ae296f\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\u201cI\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Marilyn<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg\\" alt=\\"Marilyn\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-4ddfa5f elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"4ddfa5f\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\u201cI struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Michael R<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Michael R\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-8fcd61b elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"8fcd61b\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d \\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Sara and John D<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg\\" alt=\\"Sara and John D\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-079c0c4 elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"079c0c4\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Jason T<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Jason T\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-8afa1fe elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"8afa1fe\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;slides_per_view&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\tIf you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Jamillia<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Jamillia\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-5c62cce elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"5c62cce\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Brandon<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Brandon\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-cff761e elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"cff761e\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Anna B<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Anna B\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-de1686f elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"de1686f\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I wish I could transfer all the knowledge and experience that I''ve gained since starting my consulting with Jesse to everyone I talk with, but it''s hard to just tell you without going through it all! Life has just been such a big struggle for sooo many years and now I finally feel like I have control in my life and I can have things that I enjoy and do things that I like with people I love. Like seriously, I went from the bottom of a deep dark pit, living in a musty, very old basement apartment with no electricity several years ago with a newborn and my husband trying to just survive, to the top of the mountain. We just got our dream house and are living so many other dreams that I often doubted I would ever see in reality with my little family. And the best part of it is that Jesse doesn''t create dependency on him to continue living a happy life. I know I won''t need to continue my sessions with him forever because he has taught me be able to help myself solve problems and get the things I want to experience. \\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">J.C. <\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"J.C. \\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-3fbfccd elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"3fbfccd\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Amanda T<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Amanda T\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-5706d16 elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"5706d16\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I\\u2019ve always struggled with setting boundaries in relationships. Jesse\\u2019s guidance gave me the confidence to express my needs and build healthier connections with those around me.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Tyler W<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Tyler W\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-b7a549a elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"b7a549a\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I\\u2019ve since found balance, set boundaries, and created a home where my children and I thrive.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Mark B<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Mark B\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-c479fb4 elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"c479fb4\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn\\u2019t think I\\u2019d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I\\u2019m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Sophia L<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Sophia L\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-2279ee8 elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"2279ee8\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse\\u2019s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I\\u2019m living the life I was meant to.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Lisa<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Lisa\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-ddbad62 elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"ddbad62\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\tJesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Suzi S<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Suzi S\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-4c39e96 elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"4c39e96\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I\\u2019d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Chris M<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Chris M\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7f8c879 elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"7f8c879\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Emily J<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Emily J\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-c94e82b elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"c94e82b\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I\\u2019ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I\\u2019m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what\\u2019s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">David L<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"David L\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-333b1a5 elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"333b1a5\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"Jesse\\u2019s teachings helped me see myself as a creator of my reality, not a victim of my circumstances.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Erin V<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Erin V\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7986e06 elementor-testimonial--layout-image_left elementor-testimonial--align-left elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"7986e06\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I\\u2019ve developed a deeper understanding of who I am and what I\\u2019m capable of, and I feel more at peace than I ever thought possible.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Sam N<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2025\\/01\\/testiminials-pic-light.jpg\\" alt=\\"Sam N\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\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-51a8f620 e-flex e-con-boxed e-con e-parent\\" data-id=\\"51a8f620\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-21aac5b3 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"21aac5b3\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">The First Step to Freedom Starts Here<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6Ijc5ZTQyZTY1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgzPllvdSBkb25cdTIwMTl0IGhhdmUgdG8gZmFjZSB0aGlzIGpvdXJuZXkgYWxvbmUuIFRha2UgdGhlIGZpcnN0IHN0ZXAgdG93YXJkIHJlY2xhaW1pbmcgeW91ciBsaWZlIHRvZGF5LiBTY2hlZHVsZSB5b3VyIDxzdHJvbmc+RlJFRSAyMC1taW51dGUgY29uc3VsdGF0aW9uPFwvc3Ryb25nPiB0byBsZWFybiBob3cgd2UgY2FuIGhlbHAuPFwvaDM+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo4NSwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-7a8988bc elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"7a8988bc\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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","scripts":[],"styles":[]}}');
INSERT INTO `FDQBA_postmeta` VALUES
(2077, 8, '_elementor_page_assets', 'a:2:{s:6:"styles";a:14:{i:0;s:14:"widget-heading";i:1;s:18:"widget-text-editor";i:2;s:22:"e-animation-pulse-grow";i:3;s:8:"e-shapes";i:4;s:11:"e-motion-fx";i:5;s:12:"widget-image";i:6;s:14:"widget-divider";i:7;s:16:"widget-icon-list";i:8;s:8:"e-swiper";i:9;s:27:"widget-testimonial-carousel";i:10;s:27:"widget-carousel-module-base";i:11;s:18:"widget-price-table";i:12;s:24:"widget-animated-headline";i:13;s:23:"widget-nested-accordion";}s:7:"scripts";a:1:{i:0;s:6:"swiper";}}'),
(2079, 8, '_elementor_element_cache', '{"timeout":1738333300,"value":{"content":"<div class=\\"elementor-element elementor-element-488e5ec1 e-flex e-con-boxed e-con e-parent\\" data-id=\\"488e5ec1\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-bottom\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-46df1f2a elementor-widget elementor-widget-heading\\" data-id=\\"46df1f2a\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h1 class=\\"elementor-heading-title elementor-size-default\\">Navigate Life, Love, and Purpose<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdhYzdjZmM2IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+T25lLW9uLU9uZSBDb2FjaGluZyBkZXNpZ25lZCB0byBoZWxwIHlvdSBhY2hpZXZlIGEgaGVhbHRoaWVyLCBtb3JlIGF0dHJhY3RpdmUgYm9keSwgc3Ryb25nZXIgcmVsYXRpb25zaGlwcywgYW5kIGxhc3Rpbmcgc2VsZi1jb25maWRlbmNlLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-5404f8a2 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"5404f8a2\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-581f549 e-flex e-con-boxed e-con e-parent\\" data-id=\\"581f549\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-ccf844f elementor-widget elementor-widget-heading\\" data-id=\\"ccf844f\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Your life isn''t going to fix itself.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImJiMTA4NjIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EbyB0aGVzZSBmZWVsIGZhbWlsaWFyLi4uPzxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Iml0YWxpYyIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]<div class=\\"elementor-element elementor-element-21143f7 e-con-full e-flex e-con e-child\\" data-id=\\"21143f7\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-265c282 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"265c282\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-heartbeat\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjczYjUyZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Zb3UncmUgVHJhcHBlZCBpbiBhIEN5Y2xlIG9mIEZydXN0cmF0aW9uIGFuZCBFeGhhdXN0aW9uLCBTd2luZ2luZyBCZXR3ZWVuIEFuZ2VyIGFuZCBGZWVsaW5nIEVtb3Rpb25hbGx5IERyYWluZWQ8XC9wPiIsImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MzAuMDg4fSwiX2ZsZXhfc2l6ZSI6Im5vbmUiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<div class=\\"elementor-element elementor-element-aa43b2e elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"aa43b2e\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-sync-alt\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjZjZWM4YzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Zb3UncmUgU3R1Y2sgaW4gdGhlIFNhbWUgUGF0dGVybnMsIEZlZWxpbmcgTGlrZSBZb3UncmUgSnVzdCBHZXR0aW5nIGJ5IEluc3RlYWQgb2YgUmVhbGx5IExpdmluZzxcL3A+IiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjozMC43NDR9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-93ad8fc e-con-full e-flex e-con e-child\\" data-id=\\"93ad8fc\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-d67d4f6 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"d67d4f6\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-lightbulb\\" viewBox=\\"0 0 352 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjYxYzQ5YjIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Zb3UgRmVlbCBQaHlzaWNhbGx5IFdvcm4gT3V0IGFuZCBEaXNjb25uZWN0ZWQsIFN0cnVnZ2xpbmcgdG8gRmluZCBBbnkgRW5lcmd5IG9yIERyaXZlPFwvcD4iLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjMwLjA4OH0sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<div class=\\"elementor-element elementor-element-5801bce elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"5801bce\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-people-arrows\\" viewBox=\\"0 0 576 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjM0ZDg1MmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Zb3UgRmVlbCBEaXN0YW50IEZyb20gWW91ciBQYXJ0bmVyLCBXaXNoaW5nIGZvciB0aGUgQ29ubmVjdGlvbiBhbmQgSm95IFlvdSBPbmNlIEhhZCBUb2dldGhlcjxcL3A+IiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjozMC43NDR9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImZjMDkxMjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5JZiBzby4uLjxcL3A+PHA+PHN0cm9uZz5Zb3UgY2FuIHR1cm4gdGhpbmdzIGFyb3VuZCBhbmQgZmluZCA8ZW0+U2VjdXJpdHk8XC9lbT4sIDxlbT5Mb3ZlPFwvZW0+LCBhbmQgPGVtPkZyZWVkb208XC9lbT4uPFwvc3Ryb25nPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Iml0YWxpYyIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-10ce372 e-flex e-con-boxed e-con e-parent\\" data-id=\\"10ce372\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-18f2367 elementor-widget elementor-widget-heading\\" data-id=\\"18f2367\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Hi, I''m Jesse, and I''m here to help you create a life you love.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-0f10d26 e-con-full e-flex e-con e-child\\" data-id=\\"0f10d26\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-f768d80 elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"f768d80\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"450\\" height=\\"600\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg\\" class=\\"attachment-large size-large wp-image-33\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg 450w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-225x300.jpeg 225w\\" sizes=\\"(max-width: 450px) 100vw, 450px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjA1MjUzYTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5JIGtub3cgd2hhdCBpdCBmZWVscyBsaWtlIHRvIHdhdGNoIG90aGVycyB0aHJpdmVcdTIwMTRpbiB0aGVpciBoZWFsdGgsIHRoZWlyIHJlbGF0aW9uc2hpcHMsIGFuZCB0aGVpciBjb25maWRlbmNlXHUyMDE0d2hpbGUgSSB3YXMgZmVlbGluZyB0cmFwcGVkIGluIGN5Y2xlcyBvZiBmcnVzdHJhdGlvbiwgZXhoYXVzdGlvbiwgYW5kIHVuY2VydGFpbnR5LiA8c3Ryb25nPklcdTIwMTl2ZSBiZWVuIHRoZXJlPFwvc3Ryb25nPiwgd29uZGVyaW5nIGlmIElcdTIwMTlkIGV2ZXIgZmVlbCBzdHJvbmcgaW4gbXkgb3duIGJvZHksIGhhcHB5IGluIG15IHJlbGF0aW9uc2hpcHMsIGFuZCBjb25maWRlbnQgaW4gbXlzZWxmLiBJIHVuZGVyc3RhbmQgZXhhY3RseSB3aGVyZSB5b3VcdTIwMTlyZSBjb21pbmcgZnJvbSBiZWNhdXNlIElcdTIwMTl2ZSBmYWNlZCB0aG9zZSBzYW1lIHN0cnVnZ2xlczxzdHJvbmc+LjxcL3N0cm9uZz48XC9wPjxwPkJ1dCBJIGRpZG5cdTIwMTl0IHN0YXkgdGhlcmUuIE92ZXIgdGhlIHllYXJzLCBJIGRpc2NvdmVyZWQgPHN0cm9uZz5wb3dlcmZ1bCB0b29scyBhbmQgc3RyYXRlZ2llczxcL3N0cm9uZz4gdGhhdCBjcmVhdGUgPHN0cm9uZz5yZWFsLCBsYXN0aW5nIGNoYW5nZTxcL3N0cm9uZz4uIFRvZGF5LCBJXHUyMDE5dmUgaGVscGVkIGNsaWVudHMgYnVpbGQgaGVhbHRoaWVyIGJvZGllcywgcmVwYWlyIGFuZCBzdHJlbmd0aGVuIHJlbGF0aW9uc2hpcHMsIGFuZCByZWRpc2NvdmVyIHRoZWlyIG93biBzZWxmLXdvcnRoLjxcL3A+PHA+QW5kIG5vdywgSVx1MjAxOWQgbG92ZSB0byBoZWxwIHlvdSBkbyB0aGUgc2FtZS4gVG9nZXRoZXIsIHdlXHUyMDE5bGwgd29yayB0byBicmluZyBwYXNzaW9uLCBjb25maWRlbmNlLCBhbmQgYmFsYW5jZSBiYWNrIGludG8geW91ciBsaWZlXHUyMDE0c28geW91IGNhbiBmaW5hbGx5IDxzdHJvbmc+YnJlYWsgZnJlZSBhbmQgZXhwZXJpZW5jZSB0aGUgam95IGFuZCBmdWxmaWxsbWVudDxcL3N0cm9uZz4geW91XHUyMDE5dmUgYmVlbiBsb29raW5nIGZvci48XC9wPiIsImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoiaXRhbGljIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-45c6718 elementor-widget-divider--separator-type-pattern elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\" data-id=\\"45c6718\\" data-element_type=\\"widget\\" data-widget_type=\\"divider.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-divider\\" style=\\"--divider-pattern-url: url(&quot;data:image\\/svg+xml,%3Csvg xmlns=&#039;http:\\/\\/www.w3.org\\/2000\\/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 20 16&#039; fill=&#039;none&#039; stroke=&#039;black&#039; stroke-width=&#039;1&#039; stroke-linecap=&#039;square&#039; stroke-miterlimit=&#039;10&#039;%3E%3Cg transform=&#039;translate(-12.000000, 0)&#039;%3E%3Cpath d=&#039;M28,0L10,18&#039;\\/%3E%3Cpath d=&#039;M18,0L0,18&#039;\\/%3E%3Cpath d=&#039;M48,0L30,18&#039;\\/%3E%3Cpath d=&#039;M38,0L20,18&#039;\\/%3E%3C\\/g%3E%3C\\/svg%3E&quot;);\\">\\n\\t\\t\\t<span class=\\"elementor-divider-separator\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-2cee4cd elementor-widget elementor-widget-heading\\" data-id=\\"2cee4cd\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Here\\u2019s How We Can Work Together<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjMzYWExZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5XaXRoIHNwZWNpYWxpemVkIHRyYWluaW5nIGFuZCBleHBlcmllbmNlIGluIEJlaGF2aW9yYWwgQW5hbHlzaXMsIFN0cmVzcyBNYW5hZ2VtZW50LCBhbmQgRW1vdGlvbmFsbHkgRm9jdXNlZCBUaGVyYXB5LCBJXHUyMDE5bGwgZ3VpZGUgeW91IHRvd2FyZCBob2xpc3RpYyB3ZWxsLWJlaW5nXHUyMDE0aGVscGluZyB5b3UgcmVjbGFpbSBjYWxtLCBwdXJwb3NlLCBhbmQgc3Ryb25nZXIgY29ubmVjdGlvbnMgaW4gbGlmZS48XC9wPjx1bD48bGk+PHN0cm9uZz5VbmNvdmVyaW5nICZhbXA7IENoYW5naW5nIFBhdHRlcm5zPFwvc3Ryb25nPjxiciBcLz5Vc2luZyA8c3Ryb25nPmJlaGF2aW9yYWwgYW5hbHlzaXMsPFwvc3Ryb25nPiB3ZVx1MjAxOWxsIGV4cGxvcmUgd2hhdFx1MjAxOXMgYmVuZWF0aCB5b3VyIHN0cmVzcy4gVG9nZXRoZXIsIHdlXHUyMDE5bGwgaWRlbnRpZnkgcGF0dGVybnMgdGhhdCBob2xkIHlvdSBiYWNrLCB0aGVuIGNyZWF0ZSBwcmFjdGljYWwgc3RyYXRlZ2llcyB0byBtYWtlIGhlYWx0aGllciBjaG9pY2VzIGFuZCBtb3ZlIHRvd2FyZCByZWFsIHRyYW5zZm9ybWF0aW9uLjxcL2xpPjxcL3VsPjx1bD48bGk+PHN0cm9uZz5JZ25pdGluZyBZb3VyIFB1cnBvc2UgJmFtcDsgUGFzc2lvbjxcL3N0cm9uZz48YnIgXC8+RHVyaW5nIG91ciBjb2FjaGluZyBzZXNzaW9ucywgd2VcdTIwMTlsbCBmb2N1cyBvbiB5b3VyIHVuaXF1ZSBnb2FscyBhbmQgYXNwaXJhdGlvbnMuIFdpdGggPHN0cm9uZz5wZXJzb25hbGl6ZWQgZ3VpZGFuY2UgYW5kIHN1cHBvcnQsPFwvc3Ryb25nPiBJXHUyMDE5bGwgaGVscCB5b3UgYnVpbGQgYSBsaWZlIGFsaWduZWQgd2l0aCB3aGF0IHRydWx5IG1hdHRlcnMgdG8geW91LiBOb3Qgb25seSB3aWxsIEkgZ3VpZGUgeW91IHRvd2FyZCB0aGUgbGlmZSB5b3Ugd2FudCwgYnV0IElcdTIwMTlsbCBhbHNvIDxzdHJvbmc+ZXF1aXA8XC9zdHJvbmc+IDxzdHJvbmc+eW91IHdpdGggdGhlIHRvb2xzPFwvc3Ryb25nPiBhbmQgaW5zaWdodHMgdG8gbWFrZSB0aGVzZSBjaGFuZ2VzIGluZGVwZW5kZW50bHlcdTIwMTRzbyB5b3UgY2FuIGNvbnRpbnVlIGNyZWF0aW5nIGEgZnVsZmlsbGluZywgcHVycG9zZS1kcml2ZW4gbGlmZSBsb25nIGFmdGVyIG91ciB3b3JrIHRvZ2V0aGVyLjxcL2xpPjxcL3VsPjx1bD48bGk+PHN0cm9uZz5CdWlsZGluZyBTdHJvbmdlciBDb25uZWN0aW9uczxcL3N0cm9uZz48cD5Vc2luZyA8c3Ryb25nPmVtb3Rpb25hbGx5IGZvY3VzZWQgY29hY2hpbmcsPFwvc3Ryb25nPiB3ZVx1MjAxOWxsIHdvcmsgb24gYnVpbGRpbmcgaGVhbHRoaWVyIGNvbW11bmljYXRpb24sIGFsbG93aW5nIHlvdSB0byBiZXR0ZXIgdW5kZXJzdGFuZCBhbmQgZXhwcmVzcyB5b3VyIG5lZWRzXHUyMDE0YW5kIHRvIGJlIG1vcmUgYXR0dW5lZCB0byBvdGhlcnMuIFRoaXMgb3BlbnMgdGhlIGRvb3IgdG8gZGVlcGVyLCBtb3JlIG1lYW5pbmdmdWwgcmVsYXRpb25zaGlwcyBhbmQgYSBmb3VuZGF0aW9uIGZvciBsYXN0aW5nIGdyb3d0aC48XC9wPjxcL2xpPjxcL3VsPjxwPkxldFx1MjAxOXMgd29yayB0b2dldGhlciB0byBoZWxwIHlvdSBmaW5kIDxzdHJvbmc+Y2xhcml0eSwgY29uZmlkZW5jZSw8XC9zdHJvbmc+IGFuZCBhIHdob2xlIG5ldyBsZXZlbCBvZiA8c3Ryb25nPndlbGwtYmVpbmc8XC9zdHJvbmc+Li4gUmVhZHkgdG8gc3RhcnQgeW91ciBqb3VybmV5PyBJXHUyMDE5bSBoZXJlIGZvciB5b3UgZXZlcnkgc3RlcCBvZiB0aGUgd2F5LjxcL3A+IiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJpdGFsaWMiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<div class=\\"elementor-element elementor-element-7079df8 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"7079df8\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-ff1201f e-flex e-con-boxed e-con e-parent\\" data-id=\\"ff1201f\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-top\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-96e6e24 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\" data-id=\\"96e6e24\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">\\n\\nA Journey to Total Well-Being<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImI2NmZmNjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48ZW0+SnVzdCBJbWFnaW5lLi4uPFwvZW0+PFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjcsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NTkuMzcyfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<div class=\\"elementor-element elementor-element-1284dc0 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\" data-id=\\"1284dc0\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-list.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-icon-list-items\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Having clarity, confidence, and purpose in life. Knowing exactly what you want.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Knowing that you are in complete control of your life.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Feeling connected with and supported by people you love deeply.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\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-b350a7f e-flex e-con-boxed e-con e-parent\\" data-id=\\"b350a7f\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-451a9d0 e-con-full e-flex e-con e-child\\" data-id=\\"451a9d0\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImQ4NWE2ODQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8aDE+PHN0cm9uZz5XaGF0IDxlbT5MaWZlIFN0cmF0ZWdpZXM8XC9lbT4gQ2xpZW50cyBIYXZlIFRvIFNheTxcL3N0cm9uZz48XC9oMT48aDY+KGhvdmVyIG1vdXNlIHRvIHBhdXNlIHNjcm9sbGluZyk8XC9oNj4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJDcmltc29uIFBybyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMzLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-9ff9a18 elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"9ff9a18\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg\\" alt=\\"Marilyn\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Marilyn<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\\" alt=\\"Michael R\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Michael R<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d \\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg\\" alt=\\"Sara and John D\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Sara and John D<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Jason T<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg\\" alt=\\"Brandon\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Brandon<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper-button elementor-swiper-button-prev\\" role=\\"button\\" tabindex=\\"0\\" aria-label=\\"Previous\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-eicon-chevron-left\\" viewBox=\\"0 0 1000 1000\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper-button elementor-swiper-button-next\\" role=\\"button\\" tabindex=\\"0\\" aria-label=\\"Next\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-eicon-chevron-right\\" viewBox=\\"0 0 1000 1000\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-pagination\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-5f0ca3f e-flex e-con-boxed e-con e-parent\\" data-id=\\"5f0ca3f\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-1adbac7 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"1adbac7\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Ready to get started?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-5fc9ae0 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"5fc9ae0\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Your Journey to Alignment: \\nHow It Works<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-7f8a56c e-con-full e-flex e-con e-child\\" data-id=\\"7f8a56c\\" data-element_type=\\"container\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-bd97024 e-con-full e-flex e-con e-child\\" data-id=\\"bd97024\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-14cf4eb elementor-widget elementor-widget-image\\" data-id=\\"14cf4eb\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"600\\" height=\\"397\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png\\" class=\\"attachment-large size-large wp-image-59\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png 600w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228-300x199.png 300w\\" sizes=\\"(max-width: 600px) 100vw, 600px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6ImM0MDI1NTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPlN0ZXAgMTogPFwvc3Ryb25nPjxcL3A+PHA+PHN0cm9uZz5Jbml0aWFsIENvbnN1bHRhdGlvbjxcL3N0cm9uZz48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"][elementor-element data=\\"eyJpZCI6ImMwZDg0MWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjdXNzIHlvdXIgZ29hbHMgYW5kIHJldmlldyB5b3VyIHBlcnNvbmFsaXplZCB3ZWxsLWJlaW5nIHBsYW4uPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-e6f295c e-con-full e-flex e-con e-child\\" data-id=\\"e6f295c\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-0cdf041 elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"0cdf041\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"600\\" height=\\"397\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png\\" class=\\"attachment-large size-large wp-image-60\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png 600w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-300x199.png 300w\\" sizes=\\"(max-width: 600px) 100vw, 600px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjE0YzlkNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPlN0ZXAgMjpcdTAwYTA8XC9zdHJvbmc+PFwvcD48cD48c3Ryb25nPkJlaGF2aW9yYWwgQXNzZXNzbWVudDxcL3N0cm9uZz48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"][elementor-element data=\\"eyJpZCI6ImNlM2M3N2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5VbmRlcnN0YW5kIGhvdyB5b3VyIGJyYWluIGlzIHdpcmVkIGFuZCB3aGF0IG1vdGl2YXRlcyB5b3UuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-1b545f7 e-con-full e-flex e-con e-child\\" data-id=\\"1b545f7\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-ba8fd72 elementor-widget elementor-widget-image\\" data-id=\\"ba8fd72\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"529\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png\\" class=\\"attachment-large size-large wp-image-64\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w\\" 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[elementor-element data=\\"eyJpZCI6IjdlZjZkMmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPlN0ZXAgMzogPFwvc3Ryb25nPjxcL3A+PHA+PHN0cm9uZz5Zb3VyIEN1c3RvbWl6ZWQgU2Vzc2lvbnM8XC9zdHJvbmc+PFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTksInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5oZXJpdCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"][elementor-element data=\\"eyJpZCI6ImMzOTI3OTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5UYWlsb3JlZCBjb2FjaGluZyB3aXRoIHlvdSBhbmRcL29yIHlvdXIgcGFydG5lciB0byBoZWxwIHlvdSBidWlsZCB0aGUgbGlmZSB5b3UgcmVhbGx5IHdhbnQuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-c8322f9 e-con-full e-flex e-con e-child\\" data-id=\\"c8322f9\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-6550142 elementor-widget elementor-widget-image\\" data-id=\\"6550142\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"600\\" height=\\"397\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg\\" class=\\"attachment-large size-large wp-image-61\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg 600w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w\\" sizes=\\"(max-width: 600px) 100vw, 600px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjI1MmI5MDkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPlN0ZXAgNDogPFwvc3Ryb25nPjxcL3A+PHA+PHN0cm9uZz5BY2hpZXZlIFlvdXIgRHJlYW1zPFwvc3Ryb25nPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE5LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaGVyaXQiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMTAuNTIzfSwiX2ZsZXhfc2l6ZSI6Im5vbmUiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"][elementor-element data=\\"eyJpZCI6IjgyMzkyNjIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5FbmpveSB5b3VyIG5ldyBsaWZlIGluIGhhdmluZyBhbmQgYmVjb21pbmcgd2hhdCBZT1Ugd2FudC48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMTAuNTIzfSwiX2ZsZXhfc2l6ZSI6Im5vbmUiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\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-ca9aeca e-flex e-con-boxed e-con e-parent\\" data-id=\\"ca9aeca\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-526c49c e-con-full e-flex e-con e-child\\" data-id=\\"526c49c\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImQwN2JmZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8aDE+PHN0cm9uZz5XaHkgQXJlIE15IENsaWVudHMgR2V0dGluZyBTdWNoIEdvb2QgUmVzdWx0cz88XC9zdHJvbmc+PFwvaDE+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiQ3JpbXNvbiBQcm8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjgiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"][elementor-element data=\\"eyJpZCI6IjhmOWZkMTYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Db250cmFyeSB0byB0cmFkaXRpb25hbCB0aGVyYXB5LCB3aGljaCBvZnRlbiBmb2N1c2VzIG9uIHJldmlzaXRpbmcgPHN0cm9uZz5wYXN0PFwvc3Ryb25nPiA8c3Ryb25nPnByb2JsZW1zPFwvc3Ryb25nPiBhbmQgcmUtZXhwZXJpZW5jaW5nIG5lZ2F0aXZlIGVtb3Rpb25zLCBteSBhcHByb2FjaCBpcyA8c3Ryb25nPmZvcndhcmQtZm9jdXNlZDxcL3N0cm9uZz4uPFwvcD48cD5Ub2dldGhlciwgd2VcdTIwMTlsbCBpZGVudGlmeSB3aGF0IHlvdSB0cnVseSB3YW50IHRvIGFjaGlldmUsIGV4cGVyaWVuY2UsIGFuZCBiZWNvbWVcdTIwMTRhbmQgY3JlYXRlIGEgY2xlYXIgcGF0aCB0byBoZWxwIHlvdSBnZXQgdGhlcmUuPFwvcD48cD5Ed2VsbGluZyBvbiBwYXN0IG5lZ2F0aXZlcyBjYW4ga2VlcCB5b3UgdHJhcHBlZCBpbiByZXBlYXRpbmcgY3ljbGVzIGFuZCBwYXR0ZXJucy4gV2hlbiB5b3UgZm9jdXMgb24gYmVjb21pbmcsIGhhdmluZywgYW5kIGV4cGVyaWVuY2luZyB3aGF0IHlvdSB3YW50ICh2ZXJzdXMgd2hhdCB5b3UgZG9uJ3Qgd2FudCkgeW91IGJlZ2luIGEgc2hpZnQgdGhhdCBoZWxwcyB5b3UgdG8gZ2V0IGV4YWN0bHkgd2hhdCB5b3UndmUgYWx3YXlzIGRyZWFtZWQgb2YuPFwvcD48cD5JIHNwZWNpYWxpemUgaW4gaGVscGluZyB5b3UgZ2V0IHRoZXNlIGZvcndhcmQtZGlyZWN0ZWQgcmVzdWx0cyB3aXRoOjxcL3A+PHVsPjxsaT48c3Ryb25nPlRhaWxvcmVkIENvYWNoaW5nOjxcL3N0cm9uZz4gRXZlcnkgY291cGxlIGlzIHVuaXF1ZS4gSSBjcmVhdGUgcGVyc29uYWxpemVkIHN0cmF0ZWdpZXMgdGhhdCB3b3JrIGZvciB5b3VyIHNwZWNpZmljIGNoYWxsZW5nZXMuPFwvbGk+PFwvdWw+PHVsPjxsaT48c3Ryb25nPkVtb3Rpb25hbGx5IEZvY3VzZWQgQ29hY2hpbmc6PFwvc3Ryb25nPiBMZWFybiB0byB1bmRlcnN0YW5kIHlvdXIgZW1vdGlvbnMgYW5kIHlvdXIgcGFydG5lclx1MjAxOXMsIHRyYW5zZm9ybWluZyBob3cgeW91IGNvbm5lY3QuPFwvbGk+PFwvdWw+PHVsPjxsaT48c3Ryb25nPkJlaGF2aW9yYWwgVHJhaW5pbmc6PFwvc3Ryb25nPiBCdWlsZCBwcmFjdGljYWwgaGFiaXRzIHRoYXQgZm9zdGVyIHJlc3BlY3QsIGxvdmUsIGFuZCBwYXJ0bmVyc2hpcCBldmVyeSBkYXkuPFwvbGk+PFwvdWw+PHVsPjxsaT48c3Ryb25nPkVtb3Rpb25hbCBMYWRkZXIgR3VpZGFuY2U6PFwvc3Ryb25nPiBUcmFjayB5b3VyIGZlZWxpbmdzIGFuZCBwcm9ncmVzcyBhcyBJIGd1aWRlIHlvdSB0b3dhcmQgaGVhbHRoaWVyIHBhdHRlcm5zIG9mIGludGVyYWN0aW9uLjxcL2xpPjxcL3VsPiIsImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoiaXRhbGljIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6ODAsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\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-a0a7d25 e-flex e-con-boxed e-con e-parent\\" data-id=\\"a0a7d25\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-aa7bbe4 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"aa7bbe4\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Flexible Payment Options<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-3fbedad e-con-full e-flex e-con e-child\\" data-id=\\"3fbedad\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-28fbe36 elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"28fbe36\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\t3 Month Payment Plan\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t500\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">Monthly<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-611c042 elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"611c042\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\tFull Payment\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t1,500\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">One-Time Payment<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ff3c9a9\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<b>Bonus 60 Minute Session<\\/b>\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-0208003\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<b>Gift Voucher For A Friend<\\/b>\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__ribbon\\">\\n\\t\\t\\t\\t<div class=\\"elementor-price-table__ribbon-inner\\">\\n\\t\\t\\t\\t\\tMost Popular\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-e4385e1 elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"e4385e1\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\t2 Month Payment Plan\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t750\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">Monthly<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-1bebde5 e-flex e-con-boxed e-con e-parent\\" data-id=\\"1bebde5\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-bottom\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-e8aeac6 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\\" data-id=\\"e8aeac6\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;Exclusive&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;highlight_iteration_delay&quot;:8000}\\" data-widget_type=\\"animated-headline.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-headline\\">\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-plain-text elementor-headline-text-wrapper\\">Pay In Full & Receive<\\/span>\\n\\t\\t\\t\\t<span class=\\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\\">\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-dynamic-text elementor-headline-text-active\\">Exclusive<\\/span>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-plain-text elementor-headline-text-wrapper\\">Bonuses<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImY2YmQyNTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPkJvbnVzIDYwLU1pbnV0ZSBTZXNzaW9uPFwvc3Ryb25nPjogQWRkIGFuIGV4dHJhIGNvYWNoaW5nIHNlc3Npb24gdG8geW91ciBwYWNrYWdlITxcL3A+PHA+PHN0cm9uZz5HaWZ0IFZvdWNoZXIgZm9yIGEgRnJpZW5kOjxcL3N0cm9uZz4gQSAzMC1taW51dGUgbWluaS1jb25zdWx0YXRpb24gdm91Y2hlciB0byBzaGFyZSB0aGUgZXhwZXJpZW5jZS48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI3LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6ODUsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-8b92e37 e-flex e-con-boxed e-con e-parent\\" data-id=\\"8b92e37\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-485a247 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"485a247\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Ready to Transform Your Life?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjZkZDY0NjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8aDI+VGFrZSB0aGUgZmlyc3Qgc3RlcCB0b3dhcmQgYWxpZ25pbmcgeW91ciBtaW5kIGFuZCBib2R5Llx1MDBhMDxcL2gyPjxoMj5FeHBlcmllbmNlIGEgbmV3IGxldmVsIG9mIGVhc2UgYW5kIHBlcnNvbmFsIGdyb3d0aC48XC9oMj4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjg1LCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<div class=\\"elementor-element elementor-element-f1bfe04 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"f1bfe04\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-0ad6077 e-flex e-con-boxed e-con e-parent\\" data-id=\\"0ad6077\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-cd5cad3 e-con-full e-flex e-con e-child\\" data-id=\\"cd5cad3\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjUyNzVhZTYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8aDE+PHN0cm9uZz5TdGlsbCBIYXZlIFF1ZXN0aW9ucz88XC9zdHJvbmc+PFwvaDE+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiQ3JpbXNvbiBQcm8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjgiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaGVyaXQiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<div class=\\"elementor-element elementor-element-934925e elementor-widget__width-initial elementor-widget elementor-widget-n-accordion\\" data-id=\\"934925e\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"nested-accordion.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"e-n-accordion\\" aria-label=\\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\\">\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1540\\" class=\\"e-n-accordion-item\\" open>\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"1\\" tabindex=\\"0\\" aria-expanded=\\"true\\" aria-controls=\\"e-n-accordion-item-1540\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How is coaching different from therapy or counseling? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1540\\" class=\\"elementor-element elementor-element-91c2f50 e-con-full e-flex e-con e-child\\" data-id=\\"91c2f50\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImE3YmJlMDQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5MaWZlIHN0cmF0ZWdpZXMgY29hY2hpbmcgZm9jdXNlcyBvbiBoZWxwaW5nIHlvdSBpZGVudGlmeSB5b3VyIGdvYWxzLCBvdmVyY29tZSBvYnN0YWNsZXMsIGFuZCBjcmVhdGUgYWN0aW9uYWJsZSBwbGFucyB0byBhY2hpZXZlIHRoZSBsaWZlIHlvdSB3YW50LiBVbmxpa2UgdGhlcmFweSwgd2hpY2ggb2Z0ZW4gZGVsdmVzIGludG8gcGFzdCB0cmF1bWFzIGFuZCBjbGluaWNhbCBpc3N1ZXMsIGNvYWNoaW5nIGlzIGZ1dHVyZS1mb2N1c2VkIGFuZCBlbXBoYXNpemVzIHBlcnNvbmFsIGdyb3d0aCwgcHJhY3RpY2FsIHRvb2xzLCBhbmQgZW1wb3dlcm1lbnQuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1iN2JlY2EyIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1541\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"2\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1541\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Who is this program for? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1541\\" class=\\"elementor-element elementor-element-2d233d5 e-con-full e-flex e-con e-child\\" data-id=\\"2d233d5\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImY0MjkzZjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5UaGlzIHByb2dyYW0gaXMgaWRlYWwgZm9yIGluZGl2aWR1YWxzIHdobyBmZWVsIHN0dWNrLCBvdmVyd2hlbG1lZCwgb3IgdW5mdWxmaWxsZWQgYW5kIGFyZSByZWFkeSB0byB0YWtlIGFjdGlvbi4gV2hldGhlciB5b3UncmUgc2Vla2luZyBjbGFyaXR5LCBiZXR0ZXIgcmVsYXRpb25zaGlwcywgZnJlZWRvbSBmcm9tIG5lZ2F0aXZlIHBhdHRlcm5zLCBvciByZW5ld2VkIHB1cnBvc2UsIHRoaXMgcHJvZ3JhbSB3aWxsIGhlbHAgeW91IGFjaGlldmUgeW91ciBnb2Fscy48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1542\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"3\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1542\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How long does the program take? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1542\\" class=\\"elementor-element elementor-element-512de5d e-con-full e-flex e-con e-child\\" data-id=\\"512de5d\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjhjZTY4YzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5UaGUgc3RhbmRhcmQgcHJvZ3JhbSBpbmNsdWRlcyBzaXggc2Vzc2lvbnMsIHR5cGljYWxseSBzcHJlYWQgb3ZlciB0d28gdG8gdGhyZWUgbW9udGhzLiBIb3dldmVyLCB0aGUgcGFjZSBjYW4gYmUgYWRqdXN0ZWQgYmFzZWQgb24geW91ciBuZWVkcyBhbmQgc2NoZWR1bGUuIFRoZSBnb2FsIGlzIGZvciB5b3UgdG8gYmUgYWJsZSB0byBjb250aW51ZSB3aXRoIHlvdXIgcHJvZ3Jlc3MgYWxsIG9uIHlvdXIgb3duIGJ5IHRoZSBlbmQsIHdpdGhvdXQgdGhlIG5lZWQgb2YgYSBjb2FjaCBhbnltb3JlLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1543\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"4\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1543\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Do you only do appointments in-person? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1543\\" class=\\"elementor-element elementor-element-6f8b8e3 e-flex e-con-boxed e-con e-child\\" data-id=\\"6f8b8e3\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImUyZjIxYWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5ObyEgQ29hY2hpbmcgc2Vzc2lvbnMgYXJlIGF2YWlsYWJsZSBpbi1wZXJzb24gb3Igb25saW5lIHZpYSB2aWRlbyBjb25mZXJlbmNpbmcsIHNvIHlvdSBjYW4gYmVuZWZpdCBmcm9tIHRoZSBwcm9ncmFtIG5vIG1hdHRlciB3aGVyZSB5b3VcdTIwMTlyZSBsb2NhdGVkLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1544\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"5\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1544\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> What can I expect during a coaching session? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1544\\" class=\\"elementor-element elementor-element-ef5f099 e-flex e-con-boxed e-con e-child\\" data-id=\\"ef5f099\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjZlNjBjM2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5FYWNoIHNlc3Npb24gaXMgNzUgbWludXRlcyBhbmQgaW5jbHVkZXMgYSBtaXggb2YgZ3VpZGVkIGRpc2N1c3Npb25zLCBwZXJzb25hbGl6ZWQgZXhlcmNpc2VzLCBhbmQgYWN0aW9uYWJsZSBzdHJhdGVnaWVzIHRhaWxvcmVkIHRvIHlvdXIgZ29hbHMuIFlvdVx1MjAxOWxsIGxlYXZlIGVhY2ggc2Vzc2lvbiB3aXRoIGNsZWFyIHN0ZXBzIHRvIG1vdmUgZm9yd2FyZCBhbmQgdG9vbHMgdG8gYXBwbHkgaW1tZWRpYXRlbHkuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1iN2JlY2EyIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1545\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"6\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1545\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> What happens between sessions? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1545\\" class=\\"elementor-element elementor-element-2cd5653 e-flex e-con-boxed e-con e-child\\" data-id=\\"2cd5653\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjY1ZmM4NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZXR3ZWVuIHNlc3Npb25zLCB5b3VcdTIwMTlsbCBoYXZlIGFjY2VzcyB0byBvbmdvaW5nIHN1cHBvcnQgdmlhIGVtYWlsIG9yIG1lc3NhZ2luZy4gVGhpcyBlbnN1cmVzIHlvdSBzdGF5IG9uIHRyYWNrLCBvdmVyY29tZSBvYnN0YWNsZXMsIGFuZCBnZXQgdGhlIG1vc3Qgb3V0IG9mIHRoZSBwcm9ncmFtLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1546\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"7\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1546\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Is coaching confidential? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1546\\" class=\\"elementor-element elementor-element-810f552 e-flex e-con-boxed e-con e-child\\" data-id=\\"810f552\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjVlOGE2ZTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5ZZXMsIGV2ZXJ5dGhpbmcgc2hhcmVkIGR1cmluZyBjb2FjaGluZyBzZXNzaW9ucyBpcyAxMDAlIGNvbmZpZGVudGlhbC4gWW91ciBwcml2YWN5IGlzIGEgdG9wIHByaW9yaXR5LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1547\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"8\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1547\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How do I know if this program is right for me? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1547\\" class=\\"elementor-element elementor-element-e7de2e5 e-flex e-con-boxed e-con e-child\\" data-id=\\"e7de2e5\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImEyMDQ2OTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5JZiB5b3VcdTIwMTlyZSByZWFkeSB0byBpbnZlc3QgaW4geW91ciBncm93dGgsIG1ha2UgbWVhbmluZ2Z1bCBjaGFuZ2VzLCBhbmQgdGFrZSBjb250cm9sIG9mIHlvdXIgbGlmZSwgdGhpcyBwcm9ncmFtIGlzIGZvciB5b3UuIFNjaGVkdWxlIGEgZnJlZSBjb25zdWx0YXRpb24gdG8gZXhwbG9yZSB3aGV0aGVyIGl0XHUyMDE5cyB0aGUgcmlnaHQgZml0IGZvciB5b3UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1iN2JlY2EyIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1548\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"9\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1548\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> It''s too expensive <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1548\\" class=\\"elementor-element elementor-element-32fbbce e-flex e-con-boxed e-con e-child\\" data-id=\\"32fbbce\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjI4Njg3NzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5JIGNvbXBsZXRlbHkgdW5kZXJzdGFuZCB0aGF0IGNvc3QgaXMgYW4gaW1wb3J0YW50IGZhY3RvciB3aGVuIG1ha2luZyBhIGRlY2lzaW9uLCBhbmQgSSBhcHByZWNpYXRlIHlvdSBiZWluZyB1cGZyb250IGFib3V0IGl0LiBMZXQgbWUgc2hhcmUgYSBsaXR0bGUgYWJvdXQgd2hhdCBzZXRzIHRoaXMgZXhwZXJpZW5jZSBhcGFydC4gT3VyIG1pbmQtYm9keSBhbGlnbm1lbnQgc2Vzc2lvbnMgYXJlblx1MjAxOXQganVzdCBhIHRlbXBvcmFyeSBmaXhcdTIwMTR0aGV5XHUyMDE5cmUgYW4gaW52ZXN0bWVudCBpbiB5b3VyIG92ZXJhbGwgd2VsbC1iZWluZy4gVGhleSBvZmZlciBsYXN0aW5nIHBoeXNpY2FsIHJlbGllZiwgbWVudGFsIGNsYXJpdHksIGFuZCBlbW90aW9uYWwgYmFsYW5jZS4gTW9zdCBvZiBvdXIgY2xpZW50cyB0ZWxsIHVzIGl0XHUyMDE5cyBub3QganVzdCBhIHNlcnZpY2U7IGl0XHUyMDE5cyBhIHRyYW5zZm9ybWF0aXZlIGV4cGVyaWVuY2UgdGhhdCBpbXByb3ZlcyBtdWx0aXBsZSBhcmVhcyBvZiB0aGVpciBsaWZlLjxcL3A+PHA+VG8gbWFrZSBpdCBtb3JlIGFjY2Vzc2libGUsIHdlXHUyMDE5dmUgYWRkZWQgZmxleGlibGUgcGF5bWVudCBvcHRpb25zOiB5b3UgY2FuIGNob29zZSB0byBwYXkgaW4gdHdvIHBheW1lbnRzIG9mICQ3NTAgb3IgdGhyZWUgcGF5bWVudHMgb2YgJDUwMCwgcmF0aGVyIHRoYW4gJDE1MDAgYWxsIGF0IG9uY2UuIFdlIHdhbnQgdG8gZW5zdXJlIHRoaXMgbGlmZS1jaGFuZ2luZyBleHBlcmllbmNlIGZpdHMgaW50byB5b3VyIGJ1ZGdldCB3aXRob3V0IGNvbXByb21pc2luZyBvbiB0aGUgdmFsdWUgaXQgZGVsaXZlcnMuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1iN2JlY2EyIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1549\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"10\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1549\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How do I get started? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1549\\" class=\\"elementor-element elementor-element-d5bd1e1 e-flex e-con-boxed e-con e-child\\" data-id=\\"d5bd1e1\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImVmOWEwYzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5HZXR0aW5nIHN0YXJ0ZWQgaXMgZWFzeSEgQ2xpY2sgdGhlIFx1MjAxY1NjaGVkdWxlIE15IEZyZWUgQ29uc3VsdGF0aW9uXHUyMDFkIGJ1dHRvbiBhYm92ZSwgYW5kIHdlXHUyMDE5bGwgc2V0IHVwIGEgdGltZSB0byBkaXNjdXNzIHlvdXIgZ29hbHMgYW5kIGNyZWF0ZSBhIHBsYW4gdGFpbG9yZWQganVzdCBmb3IgeW91LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\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\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t","scripts":[],"styles":[]}}');
INSERT INTO `FDQBA_postmeta` VALUES
(2080, 119, '_elementor_page_assets', 'a:2:{s:6:"styles";a:14:{i:0;s:14:"widget-heading";i:1;s:18:"widget-text-editor";i:2;s:22:"e-animation-pulse-grow";i:3;s:8:"e-shapes";i:4;s:11:"e-motion-fx";i:5;s:12:"widget-image";i:6;s:14:"widget-divider";i:7;s:16:"widget-icon-list";i:8;s:8:"e-swiper";i:9;s:27:"widget-testimonial-carousel";i:10;s:27:"widget-carousel-module-base";i:11;s:18:"widget-price-table";i:12;s:24:"widget-animated-headline";i:13;s:23:"widget-nested-accordion";}s:7:"scripts";a:1:{i:0;s:6:"swiper";}}'),
(2081, 119, '_elementor_css', 'a:6:{s:4:"time";i:1738058040;s:5:"fonts";a:6:{i:0;s:12:"Josefin Sans";i:1;s:10:"Montserrat";i:2;s:7:"Archivo";i:3;s:11:"Crimson Pro";i:16;s:6:"Roboto";i:42;s:7:"Poppins";}s:5:"icons";a:3:{i:0;s:0:"";i:1;s:8:"fa-solid";i:5;s:10:"fa-regular";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2082, 119, '_elementor_element_cache', '{"timeout":1738285885,"value":{"content":"<div class=\\"elementor-element elementor-element-240ff618 e-flex e-con-boxed e-con e-parent\\" data-id=\\"240ff618\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-bottom\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-369a44cd elementor-widget elementor-widget-heading\\" data-id=\\"369a44cd\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h1 class=\\"elementor-heading-title elementor-size-default\\">Reignite the Love, Connection, and Joy in Your Relationship<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjFhMTFlN2JiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+U3RvcCBmZWVsaW5nIHN0dWNrIGFuZCBzdGFydCBidWlsZGluZyB0aGUgcmVsYXRpb25zaGlwIHlvdSBkZXNlcnZlLjxcL3A+PHA+RGlzY292ZXIgcHJvdmVuIHN0cmF0ZWdpZXMgdG8gcmVjb25uZWN0LCBjb21tdW5pY2F0ZSwgYW5kIHRocml2ZSB0b2dldGhlci48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<div class=\\"elementor-element elementor-element-5b2b8f0 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"5b2b8f0\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-53c2ca25 e-flex e-con-boxed e-con e-parent\\" data-id=\\"53c2ca25\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-674c18ce elementor-widget elementor-widget-heading\\" data-id=\\"674c18ce\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Your relationship isn''t going to fix itself.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjIxOGVjYjY0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+QXJlIHlvdSBmZWVsaW5nLi4uPzxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Iml0YWxpYyIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]<div class=\\"elementor-element elementor-element-449fb145 e-con-full e-flex e-con e-child\\" data-id=\\"449fb145\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-3995a963 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"3995a963\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-heart-broken\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6Ijc1ZjIxYjg1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+U3R1Y2sgaW4gZW5kbGVzcyBhcmd1bWVudHMgb3IgaWN5IHNpbGVuY2VzPzxcL3A+IiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo1NS40NDV9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-5a7e41f e-con-full e-flex e-con e-child\\" data-id=\\"5a7e41f\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-8128151 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"8128151\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-heart-broken\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjEyNjRiNjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Mb25lbHksIGV2ZW4gd2hlbiB5b3UncmUgdG9nZXRoZXI\\/PFwvcD4iLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjU1LjQ0NX0sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-9aa887c e-con-full e-flex e-con e-child\\" data-id=\\"9aa887c\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-4fa4589 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"4fa4589\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-heart-broken\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdiZWZiYmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5GcnVzdHJhdGVkIGJ5IHVubWV0IGVtb3Rpb25hbCBuZWVkcz88XC9wPiIsImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NTUuNDQ1fSwiX2ZsZXhfc2l6ZSI6Im5vbmUiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjMzMTliNWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5SZWxhdGlvbnNoaXBzIGNhbiBiZSB0b3VnaCwgYnV0IHRoZXkgZG9uXHUyMDE5dCBoYXZlIHRvIGZlZWwgaG9wZWxlc3MuIFdoZXRoZXIgeW91XHUyMDE5cmUgZmFjaW5nIGNvbW11bmljYXRpb24gYnJlYWtkb3ducywgZW1vdGlvbmFsIGRpc3RhbmNlLCBvciBsb3N0IHRydXN0LCB3ZVx1MjAxOXJlIGhlcmUgdG8gaGVscCB5b3UgcmVidWlsZCB5b3VyIGNvbm5lY3Rpb24gZnJvbSB0aGUgZ3JvdW5kIHVwLjxcL3A+PHA+PHN0cm9uZz5Zb3UgY2FuIHR1cm4gdGhpbmdzIGFyb3VuZCBhbmQgZmluZCA8ZW0+U2VjdXJpdHk8XC9lbT4sIDxlbT5Mb3ZlPFwvZW0+LCBhbmQgPGVtPkZyZWVkb208XC9lbT4uPFwvc3Ryb25nPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-32f85155 e-flex e-con-boxed e-con e-parent\\" data-id=\\"32f85155\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7815fc4f elementor-widget elementor-widget-heading\\" data-id=\\"7815fc4f\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-c84d42b e-con-full e-flex e-con e-child\\" data-id=\\"c84d42b\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-eeecb73 elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"eeecb73\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"450\\" height=\\"600\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg\\" class=\\"attachment-large size-large wp-image-33\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg 450w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-225x300.jpeg 225w\\" sizes=\\"(max-width: 450px) 100vw, 450px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjY1MTUxYzM1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SSBrbm93IHdoYXQgaXQgZmVlbHMgbGlrZSB0byB3YXRjaCBvdGhlcnMgdGhyaXZlIGluIHRoZWlyIHJlbGF0aW9uc2hpcHMgLS0tIHdoaWxlIEkgd2FzIGZlZWxpbmcgdHJhcHBlZCBpbiBjeWNsZXMgb2YgZnJ1c3RyYXRpb24sIGV4aGF1c3Rpb24sIGFuZCB1bmNlcnRhaW50eS4gPHN0cm9uZz5JXHUyMDE5dmUgYmVlbiB0aGVyZTxcL3N0cm9uZz4sIHdvbmRlcmluZyBpZiBJXHUyMDE5ZCBldmVyIGZlZWwgaGFwcHkgaW4gbXkgcmVsYXRpb25zaGlwcywgYW5kIGNvbmZpZGVudCBpbiBteXNlbGYuIEkgdW5kZXJzdGFuZCBleGFjdGx5IHdoZXJlIHlvdVx1MjAxOXJlIGNvbWluZyBmcm9tIGJlY2F1c2UgSVx1MjAxOXZlIGZhY2VkIHRob3NlIHNhbWUgc3RydWdnbGVzPHN0cm9uZz4uPFwvc3Ryb25nPjxcL3A+PHA+QnV0IEkgZGlkblx1MjAxOXQgc3RheSB0aGVyZS4gT3ZlciB0aGUgeWVhcnMsIEkgZGlzY292ZXJlZCA8c3Ryb25nPnBvd2VyZnVsIHRvb2xzIGFuZCBzdHJhdGVnaWVzPFwvc3Ryb25nPiB0aGF0IGNyZWF0ZSA8c3Ryb25nPnJlYWwsIGxhc3RpbmcgY2hhbmdlPFwvc3Ryb25nPi4gVG9kYXksIElcdTIwMTl2ZSBoZWxwZWQgbWFueSBjbGllbnRzIHJlcGFpciBhbmQgc3RyZW5ndGhlbiB0aGVpciByZWxhdGlvbnNoaXBzIHRvby48XC9wPjxwPkFuZCBub3csIElcdTIwMTlkIGxvdmUgdG8gaGVscCB5b3UgZG8gdGhlIHNhbWUuIFRvZ2V0aGVyLCB3ZVx1MjAxOWxsIHdvcmsgdG8gYnJpbmcgcGFzc2lvbiwgY29uZmlkZW5jZSwgYW5kIGJhbGFuY2UgYmFjayBpbnRvIHlvdXIgbG92ZSBsaWZlXHUyMDE0c28geW91IGNhbiBmaW5hbGx5IDxzdHJvbmc+YnJlYWsgZnJlZSBhbmQgZXhwZXJpZW5jZSB0aGUgam95IGFuZCBmdWxmaWxsbWVudDxcL3N0cm9uZz4geW91XHUyMDE5dmUgYmVlbiBsb29raW5nIGZvci48XC9wPiIsImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoiaXRhbGljIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-3d27a8eb elementor-widget-divider--separator-type-pattern elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\" data-id=\\"3d27a8eb\\" data-element_type=\\"widget\\" data-widget_type=\\"divider.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-divider\\" style=\\"--divider-pattern-url: url(&quot;data:image\\/svg+xml,%3Csvg xmlns=&#039;http:\\/\\/www.w3.org\\/2000\\/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 20 16&#039; fill=&#039;none&#039; stroke=&#039;black&#039; stroke-width=&#039;1&#039; stroke-linecap=&#039;square&#039; stroke-miterlimit=&#039;10&#039;%3E%3Cg transform=&#039;translate(-12.000000, 0)&#039;%3E%3Cpath d=&#039;M28,0L10,18&#039;\\/%3E%3Cpath d=&#039;M18,0L0,18&#039;\\/%3E%3Cpath d=&#039;M48,0L30,18&#039;\\/%3E%3Cpath d=&#039;M38,0L20,18&#039;\\/%3E%3C\\/g%3E%3C\\/svg%3E&quot;);\\">\\n\\t\\t\\t<span class=\\"elementor-divider-separator\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-55d3dac7 elementor-widget elementor-widget-heading\\" data-id=\\"55d3dac7\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Here\\u2019s How We Can Work Together<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjkzMmE0YzgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5NeSBwcm92ZW4gUmVsYXRpb25zaGlwIENvYWNoaW5nIHByb2dyYW0gY29tYmluZXMgPHN0cm9uZz5iZWhhdmlvcmFsIHRyYWluaW5nLCBlbW90aW9uYWxseSBmb2N1c2VkIHRoZXJhcHksIGFuZCAyNSBwcm92ZW4gcHJvY2Vzc2VzPFwvc3Ryb25nPiB0byBoZWxwIHlvdSBhbmQgeW91ciBwYXJ0bmVyIGxlYXJuIHRvOjxcL3A+PHA+PGltZyBjbGFzcz1cImVtb2ppXCIgcm9sZT1cImltZ1wiIGRyYWdnYWJsZT1cImZhbHNlXCIgc3JjPVwiaHR0cHM6XC9cL3Mudy5vcmdcL2ltYWdlc1wvY29yZVwvZW1vamlcLzE1LjAuM1wvc3ZnXC8yNzI4LnN2Z1wiIGFsdD1cIlx1MjcyOFwiIFwvPiBDb21tdW5pY2F0ZSBlZmZlY3RpdmVseSBhbmQgcmVzcGVjdGZ1bGx5LjxcL3A+PHA+PGltZyBjbGFzcz1cImVtb2ppXCIgcm9sZT1cImltZ1wiIGRyYWdnYWJsZT1cImZhbHNlXCIgc3JjPVwiaHR0cHM6XC9cL3Mudy5vcmdcL2ltYWdlc1wvY29yZVwvZW1vamlcLzE1LjAuM1wvc3ZnXC8yNzI4LnN2Z1wiIGFsdD1cIlx1MjcyOFwiIFwvPiBSZWtpbmRsZSBlbW90aW9uYWwgYW5kIHBoeXNpY2FsIGludGltYWN5LjxcL3A+PHA+PGltZyBjbGFzcz1cImVtb2ppXCIgcm9sZT1cImltZ1wiIGRyYWdnYWJsZT1cImZhbHNlXCIgc3JjPVwiaHR0cHM6XC9cL3Mudy5vcmdcL2ltYWdlc1wvY29yZVwvZW1vamlcLzE1LjAuM1wvc3ZnXC8yNzI4LnN2Z1wiIGFsdD1cIlx1MjcyOFwiIFwvPiBCdWlsZCB0cnVzdCBhbmQgbXV0dWFsIHVuZGVyc3RhbmRpbmcuPFwvcD48cD48aW1nIGNsYXNzPVwiZW1vamlcIiByb2xlPVwiaW1nXCIgZHJhZ2dhYmxlPVwiZmFsc2VcIiBzcmM9XCJodHRwczpcL1wvcy53Lm9yZ1wvaW1hZ2VzXC9jb3JlXC9lbW9qaVwvMTUuMC4zXC9zdmdcLzI3Mjguc3ZnXCIgYWx0PVwiXHUyNzI4XCIgXC8+IENyZWF0ZSBhIGRlZXBlciwgbGFzdGluZyBib25kLjxcL3A+PGRpdj5cdTAwYTA8XC9kaXY+PHA+TGV0XHUyMDE5cyB3b3JrIHRvZ2V0aGVyIHRvIGhlbHAgeW91IGZpbmQgPHN0cm9uZz5jbGFyaXR5LCBjb25maWRlbmNlLDxcL3N0cm9uZz4gYW5kIGEgd2hvbGUgbmV3IGxldmVsIG9mIDxzdHJvbmc+bG92ZTxcL3N0cm9uZz4uLiBSZWFkeSB0byBzdGFydCB5b3VyIGpvdXJuZXk\\/IElcdTIwMTltIGhlcmUgZm9yIHlvdSBldmVyeSBzdGVwIG9mIHRoZSB3YXkuPFwvcD48dWw+PGxpPlx1MDBhMDxcL2xpPjxcL3VsPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJpdGFsaWMiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<div class=\\"elementor-element elementor-element-3af3433a elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"3af3433a\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-28fecacc e-flex e-con-boxed e-con e-parent\\" data-id=\\"28fecacc\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-top\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-8918b59 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\" data-id=\\"8918b59\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">A Journey to Real Love<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjU4NDIyZjQ3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PGVtPkp1c3QgSW1hZ2luZS4uLjxcL2VtPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI3LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjU5LjM3Mn0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-282999f elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\" data-id=\\"282999f\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-list.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-icon-list-items\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Feeling the warmth and reassurance of your partner\\u2019s touch, a silent language that speaks volumes.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Knowing you are in complete control of how you give and receive love and connecting easily<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\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-38076153 e-flex e-con-boxed e-con e-parent\\" data-id=\\"38076153\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-1a3fd5b2 e-con-full e-flex e-con e-child\\" data-id=\\"1a3fd5b2\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjUzNGYwN2YwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgxPjxzdHJvbmc+V2hhdCA8ZW0+TGlmZSBTdHJhdGVnaWVzPFwvZW0+IENsaWVudHMgSGF2ZSBUbyBTYXk8XC9zdHJvbmc+PFwvaDE+PGg2Pihob3ZlciBtb3VzZSB0byBwYXVzZSBzY3JvbGxpbmcpPFwvaDY+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiQ3JpbXNvbiBQcm8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjgiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<div class=\\"elementor-element elementor-element-69baa7d elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"69baa7d\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg\\" alt=\\"Marilyn\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Marilyn<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\\" alt=\\"Michael R\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Michael R<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d \\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg\\" alt=\\"Sara and John D\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Sara and John D<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Jason T<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg\\" alt=\\"Brandon\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Brandon<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper-button elementor-swiper-button-prev\\" role=\\"button\\" tabindex=\\"0\\" aria-label=\\"Previous\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-eicon-chevron-left\\" viewBox=\\"0 0 1000 1000\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper-button elementor-swiper-button-next\\" role=\\"button\\" tabindex=\\"0\\" aria-label=\\"Next\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-eicon-chevron-right\\" viewBox=\\"0 0 1000 1000\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-pagination\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-128911ed e-flex e-con-boxed e-con e-parent\\" data-id=\\"128911ed\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-2e68a074 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"2e68a074\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Ready to get started?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-2b8e6236 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"2b8e6236\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Your Journey to Alignment: \\nHow It Works<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-2c332f91 e-con-full e-flex e-con e-child\\" data-id=\\"2c332f91\\" data-element_type=\\"container\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-2d9c7359 e-con-full e-flex e-con e-child\\" data-id=\\"2d9c7359\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-490ee70a elementor-widget elementor-widget-image\\" data-id=\\"490ee70a\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"534\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg\\" class=\\"attachment-large size-large wp-image-30\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 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[elementor-element data=\\"eyJpZCI6IjkxMjUyZjIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPlN0ZXAgMTogPFwvc3Ryb25nPjxcL3A+PHA+PHN0cm9uZz5Jbml0aWFsIENvbnN1bHRhdGlvbjxcL3N0cm9uZz48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"][elementor-element data=\\"eyJpZCI6IjY3NGI2ZmVjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGlzY3VzcyB5b3VyIGdvYWxzIGFuZCByZXZpZXcgeW91ciBwZXJzb25hbGl6ZWQgd2VsbC1iZWluZyBwbGFuLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-312b5f14 e-con-full e-flex e-con e-child\\" data-id=\\"312b5f14\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-6fa79dd7 elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"6fa79dd7\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"794\\" height=\\"522\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png\\" class=\\"attachment-large size-large wp-image-128\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w\\" sizes=\\"(max-width: 794px) 100vw, 794px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjI4NDcwMGU5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDI6XHUwMGEwPFwvc3Ryb25nPjxcL3A+PHA+PHN0cm9uZz5CZWhhdmlvcmFsIEFzc2Vzc21lbnQ8XC9zdHJvbmc+PFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTksInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5oZXJpdCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"][elementor-element data=\\"eyJpZCI6IjFhYzczMWQxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VW5kZXJzdGFuZCBob3cgeW91ciBicmFpbiBpcyB3aXJlZCBhbmQgd2hhdCBtb3RpdmF0ZXMgeW91LjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-65caa83 e-con-full e-flex e-con e-child\\" data-id=\\"65caa83\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-59b6f5e elementor-widget elementor-widget-image\\" data-id=\\"59b6f5e\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"451\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4-1024x577.png\\" class=\\"attachment-large size-large wp-image-62\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4-1024x577.png 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4-300x169.png 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4-768x433.png 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4-1536x865.png 1536w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Untitled-design-4.png 1640w\\" 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[elementor-element data=\\"eyJpZCI6ImE3ZmU1YzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPlN0ZXAgMzogPFwvc3Ryb25nPjxcL3A+PHA+PHN0cm9uZz5Zb3VyIEN1c3RvbWl6ZWQgU2Vzc2lvbnM8XC9zdHJvbmc+PFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTksInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5oZXJpdCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"][elementor-element data=\\"eyJpZCI6Ijc1MjAxMjA1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VGFpbG9yZWQgY29hY2hpbmcgd2l0aCB5b3UgYW5kXC9vciB5b3VyIHBhcnRuZXIgdG8gaGVscCB5b3UgYnVpbGQgYSBuZXcga2luZCBvZiByZWxhdGlvbnNoaXAgdGhhdCB5b3UgcmVhbGx5IHdhbnQuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-6696e660 e-con-full e-flex e-con e-child\\" data-id=\\"6696e660\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-1aa0e745 elementor-widget elementor-widget-image\\" data-id=\\"1aa0e745\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"534\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-1024x683.jpeg\\" class=\\"attachment-large size-large wp-image-129\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-1024x683.jpeg 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-300x200.jpeg 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-768x512.jpeg 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-1536x1024.jpeg 1536w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_102814628-2048x1365.jpeg 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[elementor-element data=\\"eyJpZCI6IjU3MDQ1M2ZkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDQ6IDxcL3N0cm9uZz48XC9wPjxwPjxzdHJvbmc+QWNoaWV2ZSBZb3VyIERyZWFtczxcL3N0cm9uZz48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"][elementor-element data=\\"eyJpZCI6IjQ2MmMzMmJhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RW5qb3kgbGl2aW5nIGluIGEgbG92aW5nIHJlbGF0aW9uc2hpcCB3aGVyZSB5b3UgZmVlbCB5b3VyIHBhcnRuZXIgaXMgYWNjZXNzaWJsZSwgcmVzcG9uc2l2ZSwgYW5kIGVtb3Rpb25hbGx5IGVuZ2FnZWQgd2l0aCB5b3UuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\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-4ad4698d e-flex e-con-boxed e-con e-parent\\" data-id=\\"4ad4698d\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-36297562 e-con-full e-flex e-con e-child\\" data-id=\\"36297562\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjE3N2FiMmE3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgxPjxzdHJvbmc+V2h5IEFyZSBNeSBDbGllbnRzIEdldHRpbmcgU3VjaCBHb29kIFJlc3VsdHM\\/PFwvc3Ryb25nPjxcL2gxPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkNyaW1zb24gUHJvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiI4IiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"][elementor-element data=\\"eyJpZCI6IjNkOGFhNzQ1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q29udHJhcnkgdG8gdHJhZGl0aW9uYWwgdGhlcmFweSwgd2hpY2ggb2Z0ZW4gZm9jdXNlcyBvbiByZXZpc2l0aW5nIDxzdHJvbmc+cGFzdDxcL3N0cm9uZz4gPHN0cm9uZz5wcm9ibGVtczxcL3N0cm9uZz4gYW5kIHJlLWV4cGVyaWVuY2luZyBuZWdhdGl2ZSBlbW90aW9ucywgbXkgYXBwcm9hY2ggaXMgPHN0cm9uZz5mb3J3YXJkLWZvY3VzZWQ8XC9zdHJvbmc+LjxcL3A+PHA+VG9nZXRoZXIsIHdlXHUyMDE5bGwgaWRlbnRpZnkgd2hhdCB5b3UgdHJ1bHkgd2FudCB0byBhY2hpZXZlLCBleHBlcmllbmNlLCBhbmQgYmVjb21lXHUyMDE0YW5kIGNyZWF0ZSBhIGNsZWFyIHBhdGggdG8gaGVscCB5b3UgZ2V0IHRoZXJlLjxcL3A+PHA+RHdlbGxpbmcgb24gcGFzdCBuZWdhdGl2ZXMgY2FuIGtlZXAgeW91IHRyYXBwZWQgaW4gcmVwZWF0aW5nIGN5Y2xlcyBhbmQgcGF0dGVybnMuIFdoZW4geW91IGZvY3VzIG9uIGJlY29taW5nLCBoYXZpbmcsIGFuZCBleHBlcmllbmNpbmcgd2hhdCB5b3Ugd2FudCAodmVyc3VzIHdoYXQgeW91IGRvbid0IHdhbnQpIHlvdSBiZWdpbiBhIHNoaWZ0IHRoYXQgaGVscHMgeW91IHRvIGdldCBleGFjdGx5IHdoYXQgeW91J3ZlIGFsd2F5cyBkcmVhbWVkIG9mLjxcL3A+PHA+SSBzcGVjaWFsaXplIGluIGhlbHBpbmcgeW91IGdldCB0aGVzZSBmb3J3YXJkLWRpcmVjdGVkIHJlc3VsdHMgd2l0aDo8XC9wPjx1bD48bGk+PHN0cm9uZz5UYWlsb3JlZCBDb2FjaGluZzo8XC9zdHJvbmc+IEV2ZXJ5IGNvdXBsZSBpcyB1bmlxdWUuIEkgY3JlYXRlIHBlcnNvbmFsaXplZCBzdHJhdGVnaWVzIHRoYXQgd29yayBmb3IgeW91ciBzcGVjaWZpYyBjaGFsbGVuZ2VzLjxcL2xpPjxcL3VsPjx1bD48bGk+PHN0cm9uZz5FbW90aW9uYWxseSBGb2N1c2VkIENvYWNoaW5nOjxcL3N0cm9uZz4gTGVhcm4gdG8gdW5kZXJzdGFuZCB5b3VyIGVtb3Rpb25zIGFuZCB5b3VyIHBhcnRuZXJcdTIwMTlzLCB0cmFuc2Zvcm1pbmcgaG93IHlvdSBjb25uZWN0LjxcL2xpPjxcL3VsPjx1bD48bGk+PHN0cm9uZz5CZWhhdmlvcmFsIFRyYWluaW5nOjxcL3N0cm9uZz4gQnVpbGQgcHJhY3RpY2FsIGhhYml0cyB0aGF0IGZvc3RlciByZXNwZWN0LCBsb3ZlLCBhbmQgcGFydG5lcnNoaXAgZXZlcnkgZGF5LjxcL2xpPjxcL3VsPjx1bD48bGk+PHN0cm9uZz5FbW90aW9uYWwgTGFkZGVyIEd1aWRhbmNlOjxcL3N0cm9uZz4gVHJhY2sgeW91ciBmZWVsaW5ncyBhbmQgcHJvZ3Jlc3MgYXMgSSBndWlkZSB5b3UgdG93YXJkIGhlYWx0aGllciBwYXR0ZXJucyBvZiBpbnRlcmFjdGlvbi48XC9saT48XC91bD4iLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Iml0YWxpYyIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjgwLCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\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-6c7fc988 e-flex e-con-boxed e-con e-parent\\" data-id=\\"6c7fc988\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7c954bf0 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"7c954bf0\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Flexible Payment Options<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-5765017f e-con-full e-flex e-con e-child\\" data-id=\\"5765017f\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-53faa3af elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"53faa3af\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\t3 Month Payment Plan\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t500\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">Monthly<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__additional_info\\">\\n\\t\\t\\t\\t\\t\\t\\t*No additional charge for partners to attend sessions together.\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7e85ec03 elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"7e85ec03\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\tFull Payment\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t1,500\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">One-Time Payment<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation \\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ff3c9a9\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<b>Bonus 60 Minute Session<\\/b>\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-0208003\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<b>Gift Voucher For A Friend<\\/b>\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__additional_info\\">\\n\\t\\t\\t\\t\\t\\t\\t*No additional charge for partners to attend sessions together.\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__ribbon\\">\\n\\t\\t\\t\\t<div class=\\"elementor-price-table__ribbon-inner\\">\\n\\t\\t\\t\\t\\tMost Popular\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-8b10011 elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"8b10011\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\t2 Month Payment Plan\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t750\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">Monthly<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__additional_info\\">\\n\\t\\t\\t\\t\\t\\t\\t*No additional charge for partners to attend sessions together.\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-30c7231 e-flex e-con-boxed e-con e-parent\\" data-id=\\"30c7231\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-bottom\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-625dafd9 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\\" data-id=\\"625dafd9\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;Exclusive&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;highlight_iteration_delay&quot;:8000}\\" data-widget_type=\\"animated-headline.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-headline\\">\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-plain-text elementor-headline-text-wrapper\\">Pay In Full & Receive<\\/span>\\n\\t\\t\\t\\t<span class=\\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\\">\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-dynamic-text elementor-headline-text-active\\">Exclusive<\\/span>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-plain-text elementor-headline-text-wrapper\\">Bonuses<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjEwYWM0MzBmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5Cb251cyA2MC1NaW51dGUgU2Vzc2lvbjxcL3N0cm9uZz46IEFkZCBhbiBleHRyYSBjb2FjaGluZyBzZXNzaW9uIHRvIHlvdXIgcGFja2FnZSE8XC9wPjxwPjxzdHJvbmc+R2lmdCBWb3VjaGVyIGZvciBhIEZyaWVuZDo8XC9zdHJvbmc+IEEgMzAtbWludXRlIG1pbmktY29uc3VsdGF0aW9uIHZvdWNoZXIgdG8gc2hhcmUgdGhlIGV4cGVyaWVuY2UuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjg1LCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-45634763 e-flex e-con-boxed e-con e-parent\\" data-id=\\"45634763\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-11f9521c elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"11f9521c\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Your Relationship Deserves This.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdjYjZkN2JjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgzPkRvblx1MjAxOXQgd2FpdCBmb3IgdGhpbmdzIHRvIGdldCB3b3JzZS4gVGFrZSB0aGUgZmlyc3Qgc3RlcCB0b3dhcmQgaGVhbGluZyBhbmQgaGFwcGluZXNzLiBTY2hlZHVsZSB5b3VyIDxzdHJvbmc+RlJFRSAyMC1taW51dGUgY29uc3VsdGF0aW9uPFwvc3Ryb25nPiB0b2RheSBhbmQgZGlzY292ZXIgaG93IEkgY2FuIGhlbHAuPFwvaDM+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo4NSwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-fd3aadf elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"fd3aadf\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-1a8f14be e-flex e-con-boxed e-con e-parent\\" data-id=\\"1a8f14be\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-30aabcd4 e-con-full e-flex e-con e-child\\" data-id=\\"30aabcd4\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdkOTY2MWE3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgxPjxzdHJvbmc+U3RpbGwgSGF2ZSBRdWVzdGlvbnM\\/PFwvc3Ryb25nPjxcL2gxPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkNyaW1zb24gUHJvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiI4IiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<div class=\\"elementor-element elementor-element-4d34583a elementor-widget__width-initial elementor-widget elementor-widget-n-accordion\\" data-id=\\"4d34583a\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"nested-accordion.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"e-n-accordion\\" aria-label=\\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\\">\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1290\\" class=\\"e-n-accordion-item\\" open>\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"1\\" tabindex=\\"0\\" aria-expanded=\\"true\\" aria-controls=\\"e-n-accordion-item-1290\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How is coaching different from therapy or counseling? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1290\\" class=\\"elementor-element elementor-element-463ebd50 e-con-full e-flex e-con e-child\\" data-id=\\"463ebd50\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjQxZTZjNWMwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGlmZSBzdHJhdGVnaWVzIGNvYWNoaW5nIGZvY3VzZXMgb24gaGVscGluZyB5b3UgaWRlbnRpZnkgeW91ciBnb2Fscywgb3ZlcmNvbWUgb2JzdGFjbGVzLCBhbmQgY3JlYXRlIGFjdGlvbmFibGUgcGxhbnMgdG8gYWNoaWV2ZSB0aGUgbGlmZSB5b3Ugd2FudC4gVW5saWtlIHRoZXJhcHksIHdoaWNoIG9mdGVuIGRlbHZlcyBpbnRvIHBhc3QgdHJhdW1hcyBhbmQgY2xpbmljYWwgaXNzdWVzLCBjb2FjaGluZyBpcyBmdXR1cmUtZm9jdXNlZCBhbmQgZW1waGFzaXplcyBwZXJzb25hbCBncm93dGgsIHByYWN0aWNhbCB0b29scywgYW5kIGVtcG93ZXJtZW50LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1291\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"2\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1291\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Who is this program for? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1291\\" class=\\"elementor-element elementor-element-5794b7f e-con-full e-flex e-con e-child\\" data-id=\\"5794b7f\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjVhNTdlOWYwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VGhpcyBwcm9ncmFtIGlzIGlkZWFsIGZvciBpbmRpdmlkdWFscyB3aG8gZmVlbCBzdHVjaywgb3ZlcndoZWxtZWQsIG9yIHVuZnVsZmlsbGVkIGFuZCBhcmUgcmVhZHkgdG8gdGFrZSBhY3Rpb24uIFdoZXRoZXIgeW91J3JlIHNlZWtpbmcgY2xhcml0eSwgYmV0dGVyIHJlbGF0aW9uc2hpcHMsIGZyZWVkb20gZnJvbSBuZWdhdGl2ZSBwYXR0ZXJucywgb3IgcmVuZXdlZCBwdXJwb3NlLCB0aGlzIHByb2dyYW0gd2lsbCBoZWxwIHlvdSBhY2hpZXZlIHlvdXIgZ29hbHMuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1iN2JlY2EyIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1292\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"3\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1292\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How long does the program take? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1292\\" class=\\"elementor-element elementor-element-7b90dd33 e-con-full e-flex e-con e-child\\" data-id=\\"7b90dd33\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjRhOGRiOGIxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VGhlIHN0YW5kYXJkIHByb2dyYW0gaW5jbHVkZXMgc2l4IHNlc3Npb25zLCB0eXBpY2FsbHkgc3ByZWFkIG92ZXIgdHdvIHRvIHRocmVlIG1vbnRocy4gSG93ZXZlciwgdGhlIHBhY2UgY2FuIGJlIGFkanVzdGVkIGJhc2VkIG9uIHlvdXIgbmVlZHMgYW5kIHNjaGVkdWxlLiBUaGUgZ29hbCBpcyBmb3IgeW91IHRvIGJlIGFibGUgdG8gY29udGludWUgd2l0aCB5b3VyIHByb2dyZXNzIGFsbCBvbiB5b3VyIG93biBieSB0aGUgZW5kLCB3aXRob3V0IHRoZSBuZWVkIG9mIGEgY29hY2ggYW55bW9yZS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1293\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"4\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1293\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Do you only do appointments in-person? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1293\\" class=\\"elementor-element elementor-element-6674bf25 e-flex e-con-boxed e-con e-child\\" data-id=\\"6674bf25\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjIxYzBlMzhkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Tm8hIENvYWNoaW5nIHNlc3Npb25zIGFyZSBhdmFpbGFibGUgaW4tcGVyc29uIG9yIG9ubGluZSB2aWEgdmlkZW8gY29uZmVyZW5jaW5nLCBzbyB5b3UgY2FuIGJlbmVmaXQgZnJvbSB0aGUgcHJvZ3JhbSBubyBtYXR0ZXIgd2hlcmUgeW91XHUyMDE5cmUgbG9jYXRlZC48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1294\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"5\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1294\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> What can I expect during a coaching session? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1294\\" class=\\"elementor-element elementor-element-42617502 e-flex e-con-boxed e-con e-child\\" data-id=\\"42617502\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImI1NGQyMjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5FYWNoIHNlc3Npb24gaXMgNzUgbWludXRlcyBhbmQgaW5jbHVkZXMgYSBtaXggb2YgZ3VpZGVkIGRpc2N1c3Npb25zLCBwZXJzb25hbGl6ZWQgZXhlcmNpc2VzLCBhbmQgYWN0aW9uYWJsZSBzdHJhdGVnaWVzIHRhaWxvcmVkIHRvIHlvdXIgZ29hbHMuIFlvdVx1MjAxOWxsIGxlYXZlIGVhY2ggc2Vzc2lvbiB3aXRoIGNsZWFyIHN0ZXBzIHRvIG1vdmUgZm9yd2FyZCBhbmQgdG9vbHMgdG8gYXBwbHkgaW1tZWRpYXRlbHkuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1iN2JlY2EyIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1295\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"6\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1295\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> What happens between sessions? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1295\\" class=\\"elementor-element elementor-element-57e8019d e-flex e-con-boxed e-con e-child\\" data-id=\\"57e8019d\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdmNzdlN2RkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+QmV0d2VlbiBzZXNzaW9ucywgeW91XHUyMDE5bGwgaGF2ZSBhY2Nlc3MgdG8gb25nb2luZyBzdXBwb3J0IHZpYSBlbWFpbCBvciBtZXNzYWdpbmcuIFRoaXMgZW5zdXJlcyB5b3Ugc3RheSBvbiB0cmFjaywgb3ZlcmNvbWUgb2JzdGFjbGVzLCBhbmQgZ2V0IHRoZSBtb3N0IG91dCBvZiB0aGUgcHJvZ3JhbS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1296\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"7\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1296\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Is coaching confidential? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1296\\" class=\\"elementor-element elementor-element-3fa1ad64 e-flex e-con-boxed e-con e-child\\" data-id=\\"3fa1ad64\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjIxODRmMmVlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+WWVzLCBldmVyeXRoaW5nIHNoYXJlZCBkdXJpbmcgY29hY2hpbmcgc2Vzc2lvbnMgaXMgMTAwJSBjb25maWRlbnRpYWwuIFlvdXIgcHJpdmFjeSBpcyBhIHRvcCBwcmlvcml0eS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1297\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"8\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1297\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How do I know if this program is right for me? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1297\\" class=\\"elementor-element elementor-element-42f962fb e-flex e-con-boxed e-con e-child\\" data-id=\\"42f962fb\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdmMThhZDg5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SWYgeW91XHUyMDE5cmUgcmVhZHkgdG8gaW52ZXN0IGluIHlvdXIgZ3Jvd3RoLCBtYWtlIG1lYW5pbmdmdWwgY2hhbmdlcywgYW5kIHRha2UgY29udHJvbCBvZiB5b3VyIGxpZmUsIHRoaXMgcHJvZ3JhbSBpcyBmb3IgeW91LiBTY2hlZHVsZSBhIGZyZWUgY29uc3VsdGF0aW9uIHRvIGV4cGxvcmUgd2hldGhlciBpdFx1MjAxOXMgdGhlIHJpZ2h0IGZpdCBmb3IgeW91LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1298\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"9\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1298\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> It''s too expensive <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1298\\" class=\\"elementor-element elementor-element-1441a9bb e-flex e-con-boxed e-con e-child\\" data-id=\\"1441a9bb\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjZjNTFjN2Y5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SSBjb21wbGV0ZWx5IHVuZGVyc3RhbmQgdGhhdCBjb3N0IGlzIGFuIGltcG9ydGFudCBmYWN0b3Igd2hlbiBtYWtpbmcgYSBkZWNpc2lvbiwgYW5kIEkgYXBwcmVjaWF0ZSB5b3UgYmVpbmcgdXBmcm9udCBhYm91dCBpdC4gTGV0IG1lIHNoYXJlIGEgbGl0dGxlIGFib3V0IHdoYXQgc2V0cyB0aGlzIGV4cGVyaWVuY2UgYXBhcnQuIE91ciBtaW5kLWJvZHkgYWxpZ25tZW50IHNlc3Npb25zIGFyZW5cdTIwMTl0IGp1c3QgYSB0ZW1wb3JhcnkgZml4XHUyMDE0dGhleVx1MjAxOXJlIGFuIGludmVzdG1lbnQgaW4geW91ciBvdmVyYWxsIHdlbGwtYmVpbmcuIFRoZXkgb2ZmZXIgbGFzdGluZyBwaHlzaWNhbCByZWxpZWYsIG1lbnRhbCBjbGFyaXR5LCBhbmQgZW1vdGlvbmFsIGJhbGFuY2UuIE1vc3Qgb2Ygb3VyIGNsaWVudHMgdGVsbCB1cyBpdFx1MjAxOXMgbm90IGp1c3QgYSBzZXJ2aWNlOyBpdFx1MjAxOXMgYSB0cmFuc2Zvcm1hdGl2ZSBleHBlcmllbmNlIHRoYXQgaW1wcm92ZXMgbXVsdGlwbGUgYXJlYXMgb2YgdGhlaXIgbGlmZS48XC9wPjxwPlRvIG1ha2UgaXQgbW9yZSBhY2Nlc3NpYmxlLCB3ZVx1MjAxOXZlIGFkZGVkIGZsZXhpYmxlIHBheW1lbnQgb3B0aW9uczogeW91IGNhbiBjaG9vc2UgdG8gcGF5IGluIHR3byBwYXltZW50cyBvZiAkNzUwIG9yIHRocmVlIHBheW1lbnRzIG9mICQ1MDAsIHJhdGhlciB0aGFuICQxNTAwIGFsbCBhdCBvbmNlLiBXZSB3YW50IHRvIGVuc3VyZSB0aGlzIGxpZmUtY2hhbmdpbmcgZXhwZXJpZW5jZSBmaXRzIGludG8geW91ciBidWRnZXQgd2l0aG91dCBjb21wcm9taXNpbmcgb24gdGhlIHZhbHVlIGl0IGRlbGl2ZXJzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1299\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"10\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1299\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How do I get started? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1299\\" class=\\"elementor-element elementor-element-3d9085bb e-flex e-con-boxed e-con e-child\\" data-id=\\"3d9085bb\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjcwYTY3ZWJkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+R2V0dGluZyBzdGFydGVkIGlzIGVhc3khIENsaWNrIHRoZSBcdTIwMWNTY2hlZHVsZSBNeSBGcmVlIENvbnN1bHRhdGlvblx1MjAxZCBidXR0b24gYWJvdmUsIGFuZCB3ZVx1MjAxOWxsIHNldCB1cCBhIHRpbWUgdG8gZGlzY3VzcyB5b3VyIGdvYWxzIGFuZCBjcmVhdGUgYSBwbGFuIHRhaWxvcmVkIGp1c3QgZm9yIHlvdS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\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\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t","scripts":[],"styles":[]}}');
INSERT INTO `FDQBA_postmeta` VALUES
(2083, 173, '_elementor_page_assets', 'a:1:{s:6:"styles";a:6:{i:0;s:21:"e-animation-slideInUp";i:1;s:14:"widget-heading";i:2;s:14:"widget-divider";i:3;s:15:"widget-icon-box";i:4;s:11:"widget-form";i:5;s:18:"widget-google_maps";}}'),
(2084, 173, '_elementor_css', 'a:6:{s:4:"time";i:1738082587;s:5:"fonts";a:3:{i:0;s:10:"Montserrat";i:1;s:7:"Archivo";i:8;s:11:"Crimson Pro";}s:5:"icons";a:1:{i:0;s:0:"";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2085, 173, '_elementor_element_cache', '{"timeout":1738286107,"value":{"content":"<div class=\\"elementor-element elementor-element-b233a86 e-con-full e-flex e-con e-parent\\" data-id=\\"b233a86\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-6d2c625 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"6d2c625\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">We''d Love To Hear From You<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-584e8baf animated-slow elementor-invisible elementor-widget elementor-widget-heading\\" data-id=\\"584e8baf\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">contact us<\\/h2>\\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-1f7006d2 e-flex e-con-boxed e-con e-parent\\" data-id=\\"1f7006d2\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-22cc43ed e-con-full e-flex e-con e-child\\" data-id=\\"22cc43ed\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-5971c1a9 elementor-widget__width-inherit elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\" data-id=\\"5971c1a9\\" data-element_type=\\"widget\\" data-widget_type=\\"divider.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-divider\\">\\n\\t\\t\\t<span class=\\"elementor-divider-separator\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-4a8cfed7 elementor-widget elementor-widget-icon-box\\" data-id=\\"4a8cfed7\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-box.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-box-wrapper\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-box-content\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-icon-box-title\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tFind us Here\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\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\\t910 Armory Road<BR>\\nlos Angeles, CA 90017\\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-4b6b3efc e-con-full e-flex e-con e-child\\" data-id=\\"4b6b3efc\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7fa8ed2d elementor-widget__width-inherit elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\" data-id=\\"7fa8ed2d\\" data-element_type=\\"widget\\" data-widget_type=\\"divider.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-divider\\">\\n\\t\\t\\t<span class=\\"elementor-divider-separator\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-714562c0 elementor-widget elementor-widget-icon-box\\" data-id=\\"714562c0\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-box.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-box-wrapper\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-box-content\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-icon-box-title\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tGet In touch\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\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\\t213-200-5078 <BR>\\nkevinclarkfit@training.com\\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-7d0c6a97 e-con-full e-flex e-con e-child\\" data-id=\\"7d0c6a97\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-14dc4c2 elementor-widget__width-inherit elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\" data-id=\\"14dc4c2\\" data-element_type=\\"widget\\" data-widget_type=\\"divider.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-divider\\">\\n\\t\\t\\t<span class=\\"elementor-divider-separator\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-64f080b4 elementor-widget elementor-widget-icon-box\\" data-id=\\"64f080b4\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-box.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-box-wrapper\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-box-content\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-icon-box-title\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tBusiness Hours\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\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\\tMon- Fri: 9am- 8pm <BR>\\nSaturday: 10am-4pm\\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\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-4e885a9f e-flex e-con-boxed e-con e-parent\\" data-id=\\"4e885a9f\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-1844a84 e-con-full e-flex e-con e-child\\" data-id=\\"1844a84\\" data-element_type=\\"container\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-dc1f623 e-con-full e-flex e-con e-child\\" data-id=\\"dc1f623\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-29f5cc6a elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"29f5cc6a\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Send a Message<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-afa86a0 elementor-widget__width-initial elementor-button-align-stretch elementor-widget elementor-widget-form\\" data-id=\\"afa86a0\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\\" data-widget_type=\\"form.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<form class=\\"elementor-form\\" method=\\"post\\" name=\\"New Form\\">\\n\\t\\t\\t<input type=\\"hidden\\" name=\\"post_id\\" value=\\"173\\"\\/>\\n\\t\\t\\t<input type=\\"hidden\\" name=\\"form_id\\" value=\\"afa86a0\\"\\/>\\n\\t\\t\\t<input type=\\"hidden\\" name=\\"referer_title\\" value=\\"Contact Us\\" \\/>\\n\\n\\t\\t\\t\\t\\t\\t\\t<input type=\\"hidden\\" name=\\"queried_id\\" value=\\"173\\"\\/>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-form-fields-wrapper elementor-labels-above\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\"form-field-name\\" class=\\"elementor-field-label\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tName\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\"1\\" type=\\"text\\" name=\\"form_fields[name]\\" id=\\"form-field-name\\" class=\\"elementor-field elementor-size-sm  elementor-field-textual\\" placeholder=\\"Name\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\"form-field-email\\" class=\\"elementor-field-label\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tEmail\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\"1\\" type=\\"email\\" name=\\"form_fields[email]\\" id=\\"form-field-email\\" class=\\"elementor-field elementor-size-sm  elementor-field-textual\\" placeholder=\\"Email\\" required=\\"required\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\"form-field-message\\" class=\\"elementor-field-label\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tMessage\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t<textarea class=\\"elementor-field-textual elementor-field  elementor-size-sm\\" name=\\"form_fields[message]\\" id=\\"form-field-message\\" rows=\\"4\\" placeholder=\\"Message\\"><\\/textarea>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\\">\\n\\t\\t\\t\\t\\t<button class=\\"elementor-button elementor-size-sm\\" type=\\"submit\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-button-content-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-button-text\\">Send<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/button>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/form>\\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-6026671 e-con-full e-flex e-con e-child\\" data-id=\\"6026671\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-c6bf760 elementor-widget elementor-widget-google_maps\\" data-id=\\"c6bf760\\" data-element_type=\\"widget\\" data-widget_type=\\"google_maps.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-custom-embed\\">\\n\\t\\t\\t<iframe loading=\\"lazy\\"\\n\\t\\t\\t\\t\\tsrc=\\"https:\\/\\/maps.google.com\\/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\\"\\n\\t\\t\\t\\t\\ttitle=\\"London Eye, London, United Kingdom\\"\\n\\t\\t\\t\\t\\taria-label=\\"London Eye, London, United Kingdom\\"\\n\\t\\t\\t><\\/iframe>\\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\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t","scripts":[],"styles":[]}}'),
(2086, 239, '_elementor_edit_mode', 'builder'),
(2087, 239, '_elementor_template_type', 'wp-page'),
(2088, 239, '_elementor_version', '3.27.2'),
(2089, 239, '_wp_page_template', 'elementor_header_footer'),
(2090, 239, '_elementor_data', '[{"id":"488e5ec1","elType":"container","settings":{"boxed_width":{"unit":"px","size":860,"sizes":[]},"flex_gap":{"size":30,"unit":"px","column":"30","row":"30","isLinked":true},"min_height":{"unit":"vh","size":100,"sizes":[]},"min_height_tablet":{"unit":"vh","size":100,"sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"background_background":"classic","background_image":{"id":31,"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/AdobeStock_235838619-scaled.jpeg","alt":"","source":"library","size":""},"background_position":"bottom left","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","flex_direction":"column","flex_align_items":"stretch","flex_justify_content":"center","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_title":"Hero","background_overlay_background":"classic","background_overlay_color":"#FFFFFF","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_width":{"unit":"%","size":138,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":29,"sizes":[]},"__globals__":{"shape_divider_bottom_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"46df1f2a","elType":"widget","settings":{"title":"Navigate Life, Love, and Purpose","align":"center","typography_typography":"custom","typography_font_family":"Josefin Sans","typography_font_size":{"unit":"px","size":79,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":78,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"900","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":95,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":0,"sizes":[]},"typography_letter_spacing_tablet":{"unit":"px","size":0,"sizes":[]},"typography_word_spacing":{"unit":"em","size":0,"sizes":[]},"typography_word_spacing_tablet":{"unit":"em","size":0,"sizes":[]},"header_size":"h1","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"7ac7cfc6","elType":"widget","settings":{"editor":"<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":26,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"5404f8a2","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"581f549","elType":"container","settings":{"flex_direction":"column","background_background":"classic","padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":""},"background_color":"#0A0A5AF5"},"elements":[{"id":"ccf844f","elType":"widget","settings":{"title":"Your life isn''t going to fix itself.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"bb10862","elType":"widget","settings":{"editor":"<p>Do these feel familiar...?<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"21143f7","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"265c282","elType":"widget","settings":{"selected_icon":{"value":"fas fa-heartbeat","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"73b52ff","elType":"widget","settings":{"editor":"<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"aa43b2e","elType":"widget","settings":{"selected_icon":{"value":"fas fa-sync-alt","library":"fa-solid"},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.952},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"6cec8c5","elType":"widget","settings":{"editor":"<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"93ad8fc","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":867,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"d67d4f6","elType":"widget","settings":{"selected_icon":{"value":"fas fa-lightbulb","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"61c49b2","elType":"widget","settings":{"editor":"<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.088},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"5801bce","elType":"widget","settings":{"selected_icon":{"value":"fas fa-people-arrows","library":"fa-solid"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":1.516},"_flex_size":"none","__globals__":{"primary_color":"globals\\/colors?id=fa3eeba"}},"elements":[],"widgetType":"icon"},{"id":"34d852d","elType":"widget","settings":{"editor":"<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30.744},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fc09126","elType":"widget","settings":{"editor":"<p>If so...<\\/p><p><strong>You can turn things around and find <em>Security<\\/em>, <em>Love<\\/em>, and <em>Freedom<\\/em>.<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":25,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"10ce372","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":907,"sizes":[]},"padding":{"unit":"px","top":"075","right":"0","bottom":"075","left":"0","isLinked":false}},"elements":[{"id":"18f2367","elType":"widget","settings":{"title":"Hi, I''m Jesse, and I''m here to help you create a life you love.","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"0f10d26","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"f768d80","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg","id":33,"size":"","alt":"","source":"library"},"image_border_border":"groove","image_border_width":{"unit":"px","top":"3","right":"3","bottom":"3","left":"3","isLinked":true},"image_box_shadow_box_shadow_type":"yes","image_box_shadow_box_shadow":{"horizontal":-8,"vertical":-8,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":32},"_flex_size":"none","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_direction":"negative","motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":50}}},"elements":[],"widgetType":"image"},{"id":"05253a7","elType":"widget","settings":{"editor":"<p>I know what it feels like to watch others thrive\\u2014in their health, their relationships, and their confidence\\u2014while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I\\u2019ve been there<\\/strong>, wondering if I\\u2019d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you\\u2019re coming from because I\\u2019ve faced those same struggles<strong>.<\\/strong><\\/p><p>But I didn\\u2019t stay there. Over the years, I discovered <strong>powerful tools and strategies<\\/strong> that create <strong>real, lasting change<\\/strong>. Today, I\\u2019ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.<\\/p><p>And now, I\\u2019d love to help you do the same. Together, we\\u2019ll work to bring passion, confidence, and balance back into your life\\u2014so you can finally <strong>break free and experience the joy and fulfillment<\\/strong> you\\u2019ve been looking for.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"45c6718","elType":"widget","settings":{"style":"slashes","text":"Divider","pattern_height":{"unit":"px","size":8.1,"sizes":[]},"__globals__":{"color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"divider"},{"id":"2cee4cd","elType":"widget","settings":{"title":"Here\\u2019s How We Can Work Together","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"33aa1ff","elType":"widget","settings":{"editor":"<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I\\u2019ll guide you toward holistic well-being\\u2014helping you reclaim calm, purpose, and stronger connections in life.<\\/p><ul><li><strong>Uncovering &amp; Changing Patterns<\\/strong><br \\/>Using <strong>behavioral analysis,<\\/strong> we\\u2019ll explore what\\u2019s beneath your stress. Together, we\\u2019ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.<\\/li><\\/ul><ul><li><strong>Igniting Your Purpose &amp; Passion<\\/strong><br \\/>During our coaching sessions, we\\u2019ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,<\\/strong> I\\u2019ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I\\u2019ll also <strong>equip<\\/strong> <strong>you with the tools<\\/strong> and insights to make these changes independently\\u2014so you can continue creating a fulfilling, purpose-driven life long after our work together.<\\/li><\\/ul><ul><li><strong>Building Stronger Connections<\\/strong><p>Using <strong>emotionally focused coaching,<\\/strong> we\\u2019ll work on building healthier communication, allowing you to better understand and express your needs\\u2014and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.<\\/p><\\/li><\\/ul><p>Let\\u2019s work together to help you find <strong>clarity, confidence,<\\/strong> and a whole new level of <strong>well-being<\\/strong>.. Ready to start your journey? I\\u2019m here for you every step of the way.<\\/p>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"7079df8","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ff1201f","elType":"container","settings":{"flex_direction":"column","boxed_width":{"unit":"px","size":832,"sizes":[]},"background_background":"classic","shape_divider_top":"opacity-tilt","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"96e6e24","elType":"widget","settings":{"title":"\\n\\nA Journey to Total Well-Being","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":75,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"b66ff64","elType":"widget","settings":{"editor":"<p><em>Just Imagine...<\\/em><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":38,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":59.372},"_flex_align_self":"center","_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"1284dc0","elType":"widget","settings":{"icon_list":[{"text":"Having clarity, confidence, and purpose in life. Knowing exactly what you want.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"0d25c42"},{"text":"Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"c608f00"},{"text":"Knowing that you are in complete control of your life.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"ac40e8a"},{"text":"Feeling connected with and supported by people you love deeply.","selected_icon":{"value":"far fa-check-circle","library":"fa-regular"},"_id":"5c5a329"}],"space_between":{"unit":"px","size":31,"sizes":[]},"icon_align":"left","icon_size":{"unit":"px","size":48,"sizes":[]},"icon_self_align":"left","icon_typography_typography":"custom","icon_typography_font_family":"Roboto","icon_typography_font_size":{"unit":"px","size":25,"sizes":[]},"icon_typography_font_weight":"400","text_shadow_text_shadow_type":"yes","__globals__":{"icon_color":"globals\\/colors?id=fa3eeba","text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"icon-list"}],"isInner":false},{"id":"b350a7f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg","id":36,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"451a9d0","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d85a684","elType":"widget","settings":{"editor":"<h1><strong>What <em>Life Strategies<\\/em> Clients Have To Say<\\/strong><\\/h1><h6>(hover mouse to pause scrolling)<\\/h6>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"9ff9a18","elType":"widget","settings":{"slides":[{"content":"\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"","name":"Marilyn","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg","id":46,"alt":"","source":"library","size":""},"_id":"85ae114"},{"content":"\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"","name":"Michael R","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png"},"_id":"76ceef8"},{"content":"\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d ","name":"Sara and John D","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg","id":48,"alt":"","source":"library","size":""},"_id":"72e93fb"},{"_id":"e693edb","content":"\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"","name":"Jason T","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"},{"_id":"9e9e40a","content":"\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"","image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg","id":49,"size":"","alt":"","source":"library"},"name":"Brandon","title":"\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f"}],"width":{"unit":"%","size":84,"sizes":[]},"content_typography_typography":"custom","content_typography_font_family":"Roboto","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"400","__globals__":{"slide_background_color":"globals\\/colors?id=19d318c","content_color":"globals\\/colors?id=9a8fd0f","name_color":"globals\\/colors?id=9a8fd0f"},"slides_name":"Slides"},"elements":[],"widgetType":"testimonial-carousel"}],"isInner":true}],"isInner":false},{"id":"5f0ca3f","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"1adbac7","elType":"widget","settings":{"title":"Ready to get started?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":31,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"5fc9ae0","elType":"widget","settings":{"title":"Your Journey to Alignment: \\nHow It Works","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"heading"},{"id":"7f8a56c","elType":"container","settings":{"presetTitle":"Container","presetIcon":"eicon-container","content_width":"full","boxed_width":{"unit":"px","size":895,"sizes":[]},"flex_direction":"row","flex_justify_content":"center","flex_align_items":"flex-start","flex_gap":{"column":"0","row":"0","isLinked":true,"unit":"px","size":0},"grid_columns_grid":{"unit":"fr","size":4,"sizes":[]},"grid_justify_items":"center","grid_align_items":"center"},"elements":[{"id":"bd97024","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"14cf4eb","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png","id":59,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"c402550","elType":"widget","settings":{"editor":"<p><strong>Step 1: <\\/strong><\\/p><p><strong>Initial Consultation<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c0d841e","elType":"widget","settings":{"editor":"<p>Discuss your goals and review your personalized well-being plan.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"e6f295c","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"0cdf041","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png","id":60,"size":"","alt":"","source":"library"},"_element_width":"initial","_element_custom_width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"14c9d6f","elType":"widget","settings":{"editor":"<p><strong>Step 2:\\u00a0<\\/strong><\\/p><p><strong>Behavioral Assessment<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"ce3c77c","elType":"widget","settings":{"editor":"<p>Understand how your brain is wired and what motivates you.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"1b545f7","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"_element_width":"initial"},"elements":[{"id":"ba8fd72","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png","id":64,"size":"","alt":"","source":"library"},"height":{"unit":"px","size":176,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"7ef6d2e","elType":"widget","settings":{"editor":"<p><strong>Step 3: <\\/strong><\\/p><p><strong>Your Customized Sessions<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"c392793","elType":"widget","settings":{"editor":"<p>Tailored coaching with you and\\/or your partner to help you build the life you really want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"c8322f9","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0}},"elements":[{"id":"6550142","elType":"widget","settings":{"image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg","id":61,"size":"","alt":"","source":"library"}},"elements":[],"widgetType":"image"},{"id":"252b909","elType":"widget","settings":{"editor":"<p><strong>Step 4: <\\/strong><\\/p><p><strong>Achieve Your Dreams<\\/strong><\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":19,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":15,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"},{"id":"8239262","elType":"widget","settings":{"editor":"<p>Enjoy your new life in having and becoming what YOU want.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":30,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":110.523},"_flex_size":"none","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"ca9aeca","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg","id":34,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"526c49c","elType":"container","settings":{"content_width":"full","background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"d07bfff","elType":"widget","settings":{"editor":"<h1><strong>Why Are My Clients Getting Such Good Results?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"8f9fd16","elType":"widget","settings":{"editor":"<p>Contrary to traditional therapy, which often focuses on revisiting <strong>past<\\/strong> <strong>problems<\\/strong> and re-experiencing negative emotions, my approach is <strong>forward-focused<\\/strong>.<\\/p><p>Together, we\\u2019ll identify what you truly want to achieve, experience, and become\\u2014and create a clear path to help you get there.<\\/p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.<\\/p><p>I specialize in helping you get these forward-directed results with:<\\/p><ul><li><strong>Tailored Coaching:<\\/strong> Every couple is unique. I create personalized strategies that work for your specific challenges.<\\/li><\\/ul><ul><li><strong>Emotionally Focused Coaching:<\\/strong> Learn to understand your emotions and your partner\\u2019s, transforming how you connect.<\\/li><\\/ul><ul><li><strong>Behavioral Training:<\\/strong> Build practical habits that foster respect, love, and partnership every day.<\\/li><\\/ul><ul><li><strong>Emotional Ladder Guidance:<\\/strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.<\\/li><\\/ul>","align":"left","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"400","typography_text_transform":"none","typography_font_style":"italic","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":25,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":false},{"id":"a0a7d25","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"aa7bbe4","elType":"widget","settings":{"title":"Flexible Payment Options","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":56,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"3fbedad","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"center","flex_gap":{"column":"20","row":"20","isLinked":true,"unit":"px","size":20}},"elements":[{"id":"28fbe36","elType":"widget","settings":{"heading":"3 Month Payment Plan","sub_heading":"","price":"500.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"},{"id":"611c042","elType":"widget","settings":{"heading":"Full Payment","sub_heading":"","price":"1,500.00","period":"One-Time Payment","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"},{"_id":"ff3c9a9","item_text":"<b>Bonus 60 Minute Session<\\/b>"},{"_id":"0208003","item_text":"<b>Gift Voucher For A Friend<\\/b>"}],"button_text":"Book Consultation Now","footer_additional_info":"","ribbon_title":"Most Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_typography_typography":"custom","features_list_typography_font_family":"Roboto","features_list_typography_font_size":{"unit":"px","size":16,"sizes":[]},"features_list_typography_font_weight":"400","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","ribbon_bg_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"price-table"},{"id":"e4385e1","elType":"widget","settings":{"heading":"2 Month Payment Plan","sub_heading":"","price":"750.00","period":"Monthly","features_list":[{"item_text":"Initial Consultation","_id":"4bc0a9a"},{"item_text":"Package of six 75-Minute Sessions","_id":"4adafc0"},{"item_text":"17 Page Behavioral Assessment","_id":"ca5924c"},{"_id":"111117f","item_text":"Belief Breakthrough Script"},{"_id":"36b2fc0","item_text":"Support Between Sessions (email\\/messaging)"}],"button_text":"Book Consultation Now","footer_additional_info":"","show_ribbon":"","ribbon_title":"Popular","header_bg_color":"#D0E1F999","heading_color":"#000000","heading_typography_typography":"custom","heading_typography_font_family":"Roboto","heading_typography_font_size":{"unit":"px","size":45,"sizes":[]},"heading_typography_font_weight":"600","sub_heading_color":"#000000","price_color":"#000000","period_color":"#000000","features_list_color":"#000000","features_list_alignment":"left","item_width":{"unit":"px","size":75,"sizes":[]},"button_background_color":"#007020","ribbon_bg_color":"#007020","_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"__globals__":{"header_bg_color":"","heading_color":"globals\\/colors?id=9a8fd0f","sub_heading_color":"globals\\/colors?id=9a8fd0f","period_color":"globals\\/colors?id=9a8fd0f","price_color":"globals\\/colors?id=9a8fd0f","button_background_color":"globals\\/colors?id=49d6c0d","features_list_color":"globals\\/colors?id=9a8fd0f","ribbon_bg_color":"globals\\/colors?id=49d6c0d"}},"elements":[],"widgetType":"price-table"}],"isInner":true}],"isInner":false},{"id":"1bebde5","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"shape_divider_bottom":"opacity-tilt","shape_divider_bottom_height":{"unit":"px","size":34,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=b7beca2"}},"elements":[{"id":"e8aeac6","elType":"widget","settings":{"marker":"underline","before_text":"Pay In Full & Receive","highlighted_text":"Exclusive","rotating_text":"Better\\nBigger\\nFaster","after_text":"Bonuses","title_typography_typography":"custom","title_typography_font_family":"Crimson Pro","title_typography_font_size":{"unit":"px","size":59,"sizes":[]},"title_typography_font_weight":"600","__globals__":{"marker_color":"globals\\/colors?id=27184a0","title_color":"globals\\/colors?id=19d318c","words_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"animated-headline"},{"id":"f6bd258","elType":"widget","settings":{"editor":"<p><strong>Bonus 60-Minute Session<\\/strong>: Add an extra coaching session to your package!<\\/p><p><strong>Gift Voucher for a Friend:<\\/strong> A 30-minute mini-consultation voucher to share the experience.<\\/p>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":27,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=19d318c"}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8b92e37","elType":"container","settings":{"flex_direction":"column","background_background":"classic","shape_divider_top_height":{"unit":"px","size":31,"sizes":[]},"padding":{"unit":"px","top":"75","right":"0","bottom":"075","left":"0","isLinked":false},"__globals__":{"background_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"485a247","elType":"widget","settings":{"title":"Ready to Transform Your Life?","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":52,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"px","size":58,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":78,"sizes":[]},"_flex_align_self":"center","__globals__":{"title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"heading"},{"id":"6dd6467","elType":"widget","settings":{"editor":"<h2>Take the first step toward aligning your mind and body.\\u00a0<\\/h2><h2>Experience a new level of ease and personal growth.<\\/h2>","align":"center","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":41,"sizes":[]},"typography_font_weight":"400","_element_width":"initial","_element_custom_width":{"unit":"%","size":85,"sizes":[]},"_flex_align_self":"center","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"f1bfe04","elType":"widget","settings":{"text":"SCHEDULE MY FREE CONSULTATION NOW","align":"center","size":"lg","typography_typography":"custom","typography_font_family":"Archivo","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_size_mobile":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"800","typography_text_transform":"uppercase","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"em","size":1,"sizes":[]},"typography_line_height_tablet":{"unit":"px","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"button_text_color":"#000000","hover_color":"#000000","button_background_hover_color":"#8EB8F0","hover_animation":"pulse-grow","border_radius":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"text_padding":{"unit":"px","top":"20","right":"55","bottom":"20","left":"55","isLinked":false},"__globals__":{"typography_typography":"","background_color":"globals\\/colors?id=49d6c0d","background_color_b":"globals\\/colors?id=c4a41ff","hover_color":"globals\\/colors?id=19d318c","button_text_color":"globals\\/colors?id=19d318c","button_background_hover_color":"globals\\/colors?id=49d6c0d"},"background_color_b":"#6BFC4F","button_hover_transition_duration":{"unit":"s","size":0,"sizes":[]}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"0ad6077","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_image":{"url":"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/pexels-pixabay-62433-scaled-1.jpg","id":43,"size":"","alt":"","source":"library"},"background_position":"center center","background_attachment":"fixed","background_repeat":"no-repeat","background_size":"cover","background_overlay_background":"classic","background_overlay_opacity":{"unit":"px","size":0.83,"sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"__globals__":{"background_overlay_color":"globals\\/colors?id=19d318c"}},"elements":[{"id":"cd5cad3","elType":"container","settings":{"content_width":"full","boxed_width":{"unit":"px","size":1412,"sizes":[]},"flex_align_items":"center","flex_gap":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"background_background":"gradient","background_color":"#FFFFFF","background_color_b":"#FFFFFF38","background_color_b_stop":{"unit":"%","size":56,"sizes":[]},"__globals__":{"background_color":"globals\\/colors?id=19d318c","background_color_b":""}},"elements":[{"id":"5275ae6","elType":"widget","settings":{"editor":"<h1><strong>Still Have Questions?<\\/strong><\\/h1>","align":"center","typography_typography":"custom","typography_font_family":"Crimson Pro","typography_font_size":{"unit":"px","size":33,"sizes":[]},"typography_font_size_tablet":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"300","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":36,"sizes":[]},"typography_line_height_tablet":{"unit":"em","size":1.2,"sizes":[]},"typography_line_height_mobile":{"unit":"px","size":"","sizes":[]},"typography_letter_spacing":{"unit":"px","size":"0","sizes":[]},"typography_word_spacing":{"unit":"em","size":"0","sizes":[]},"_padding":{"unit":"%","top":"0","right":"8","bottom":"0","left":"8","isLinked":false},"_padding_tablet":{"unit":"%","top":"0","right":"13","bottom":"0","left":"13","isLinked":false},"_padding_mobile":{"unit":"%","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"_element_width":"inherit","__globals__":{"text_color":"globals\\/colors?id=9a8fd0f"}},"elements":[],"widgetType":"text-editor"},{"id":"934925e","elType":"widget","widgetType":"nested-accordion","settings":{"items":[{"item_title":"How is coaching different from therapy or counseling?","_id":"c95b233"},{"item_title":"Who is this program for?","_id":"dddd32c"},{"item_title":"How long does the program take?","_id":"e111700"},{"_id":"8f1604d","item_title":"Do you only do appointments in-person?"},{"_id":"2c7c41e","item_title":"What can I expect during a coaching session?"},{"_id":"63ffc99","item_title":"What happens between sessions?"},{"_id":"0f3ccf1","item_title":"Is coaching confidential?"},{"_id":"8a0a69e","item_title":"How do I know if this program is right for me?"},{"_id":"d04876d","item_title":"It''s too expensive"},{"_id":"2fcff29","item_title":"How do I get started?"}],"accordion_item_title_position_horizontal":"center","_element_width":"initial","_element_custom_width":{"unit":"%","size":80,"sizes":[]},"__globals__":{"normal_title_color":"globals\\/colors?id=9a8fd0f"}},"elements":[{"id":"91c2f50","elType":"container","settings":{"_title":"item #1","content_width":"full"},"elements":[{"id":"a7bbe04","elType":"widget","settings":{"editor":"<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2d233d5","elType":"container","settings":{"_title":"item #2","content_width":"full"},"elements":[{"id":"f4293f7","elType":"widget","settings":{"editor":"<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"512de5d","elType":"container","settings":{"_title":"item #3","content_width":"full"},"elements":[{"id":"8ce68c3","elType":"widget","settings":{"editor":"<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"6f8b8e3","elType":"container","settings":{"_title":"Item #4"},"elements":[{"id":"e2f21ad","elType":"widget","settings":{"editor":"<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you\\u2019re located.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"ef5f099","elType":"container","settings":{"_title":"Item #5"},"elements":[{"id":"6e60c3f","elType":"widget","settings":{"editor":"<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You\\u2019ll leave each session with clear steps to move forward and tools to apply immediately.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"2cd5653","elType":"container","settings":{"_title":"Item #6"},"elements":[{"id":"65fc879","elType":"widget","settings":{"editor":"<p>Between sessions, you\\u2019ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"810f552","elType":"container","settings":{"_title":"Item #7"},"elements":[{"id":"5e8a6e4","elType":"widget","settings":{"editor":"<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"e7de2e5","elType":"container","settings":{"_title":"Item #8"},"elements":[{"id":"a204690","elType":"widget","settings":{"editor":"<p>If you\\u2019re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it\\u2019s the right fit for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"32fbbce","elType":"container","settings":{"_title":"Item #11"},"elements":[{"id":"2868778","elType":"widget","settings":{"editor":"<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren\\u2019t just a temporary fix\\u2014they\\u2019re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it\\u2019s not just a service; it\\u2019s a transformative experience that improves multiple areas of their life.<\\/p><p>To make it more accessible, we\\u2019ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true},{"id":"d5bd1e1","elType":"container","settings":{"_title":"Item #9"},"elements":[{"id":"ef9a0c0","elType":"widget","settings":{"editor":"<p>Getting started is easy! Click the \\u201cSchedule My Free Consultation\\u201d button above, and we\\u2019ll set up a time to discuss your goals and create a plan tailored just for you.<\\/p>","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","__globals__":{"text_color":"globals\\/colors?id=b7beca2"}},"elements":[],"widgetType":"text-editor"}],"isInner":true,"isLocked":true}]}],"isInner":true}],"isInner":false}]');
INSERT INTO `FDQBA_postmeta` VALUES
(2091, 239, '_thumbnail_id', '9'),
(2092, 239, '_elementor_pro_version', '3.27.1'),
(2093, 239, '_elementor_controls_usage', 'a:12:{s:7:"heading";a:3:{s:5:"count";i:9;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_title";a:2:{s:5:"title";i:9;s:11:"header_size";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:5;}}}}s:11:"text-editor";a:3:{s:5:"count";i:34;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_editor";a:1:{s:6:"editor";i:34;}s:14:"_section_style";a:1:{s:14:"_element_width";i:17;}}}}s:6:"button";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:2:{s:14:"section_button";a:2:{s:4:"text";i:3;s:4:"size";i:3;}s:13:"section_style";a:4:{s:5:"align";i:3;s:29:"button_background_hover_color";i:3;s:15:"hover_animation";i:3;s:18:"background_color_b";i:3;}}}}s:9:"container";a:3:{s:5:"count";i:33;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:4:{s:18:"section_background";a:4:{s:21:"background_background";i:13;s:16:"background_image";i:4;s:16:"background_color";i:3;s:18:"background_color_b";i:3;}s:26:"section_background_overlay";a:1:{s:24:"background_overlay_color";i:1;}s:21:"section_shape_divider";a:2:{s:20:"shape_divider_bottom";i:2;s:17:"shape_divider_top";i:1;}s:24:"section_layout_container";a:1:{s:13:"content_width";i:15;}}}}s:4:"icon";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:13:"selected_icon";i:4;}s:14:"_section_style";a:1:{s:14:"_element_width";i:4;}}}}s:5:"image";a:3:{s:5:"count";i:5;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:3:{s:13:"section_image";a:1:{s:5:"image";i:5;}s:14:"_section_style";a:1:{s:14:"_element_width";i:2;}s:15:"section_effects";a:4:{s:29:"motion_fx_motion_fx_scrolling";i:1;s:27:"motion_fx_translateX_effect";i:1;s:30:"motion_fx_translateX_direction";i:1;s:34:"motion_fx_translateX_affectedRange";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:15:"section_divider";a:1:{s:5:"style";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:12:"section_icon";a:1:{s:9:"icon_list";i:1;}s:17:"section_icon_list";a:1:{s:10:"icon_align";i:1;}}}}s:20:"testimonial-carousel";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_slides";a:1:{s:6:"slides";i:1;}}}}s:11:"price-table";a:3:{s:5:"count";i:3;s:15:"control_percent";i:3;s:8:"controls";a:1:{s:7:"content";a:7:{s:14:"section_header";a:2:{s:7:"heading";i:3;s:11:"sub_heading";i:3;}s:15:"section_pricing";a:2:{s:5:"price";i:3;s:6:"period";i:1;}s:16:"section_features";a:1:{s:13:"features_list";i:3;}s:14:"section_footer";a:2:{s:11:"button_text";i:3;s:22:"footer_additional_info";i:3;}s:14:"section_ribbon";a:2:{s:11:"show_ribbon";i:2;s:12:"ribbon_title";i:1;}s:20:"section_footer_style";a:1:{s:23:"button_background_color";i:3;}s:14:"_section_style";a:1:{s:14:"_element_width";i:3;}}}}s:17:"animated-headline";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"text_elements";a:4:{s:6:"marker";i:1;s:11:"before_text";i:1;s:16:"highlighted_text";i:1;s:10:"after_text";i:1;}}}}s:16:"nested-accordion";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:13:"section_items";a:1:{s:5:"items";i:1;}s:14:"_section_style";a:1:{s:14:"_element_width";i:1;}}}}}'),
(2094, 239, '_elementor_page_assets', 'a:2:{s:6:"styles";a:14:{i:0;s:14:"widget-heading";i:1;s:18:"widget-text-editor";i:2;s:22:"e-animation-pulse-grow";i:3;s:8:"e-shapes";i:4;s:11:"e-motion-fx";i:5;s:12:"widget-image";i:6;s:14:"widget-divider";i:7;s:16:"widget-icon-list";i:8;s:8:"e-swiper";i:9;s:27:"widget-testimonial-carousel";i:10;s:27:"widget-carousel-module-base";i:11;s:18:"widget-price-table";i:12;s:24:"widget-animated-headline";i:13;s:23:"widget-nested-accordion";}s:7:"scripts";a:1:{i:0;s:6:"swiper";}}'),
(2095, 239, '_elementor_css', 'a:6:{s:4:"time";i:1738056159;s:5:"fonts";a:6:{i:0;s:12:"Josefin Sans";i:1;s:10:"Montserrat";i:2;s:7:"Archivo";i:3;s:11:"Crimson Pro";i:17;s:6:"Roboto";i:43;s:7:"Poppins";}s:5:"icons";a:3:{i:0;s:0:"";i:1;s:8:"fa-solid";i:6;s:10:"fa-regular";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2098, 120, '_elementor_page_assets', 'a:2:{s:6:"styles";a:14:{i:0;s:14:"widget-heading";i:1;s:18:"widget-text-editor";i:2;s:22:"e-animation-pulse-grow";i:3;s:8:"e-shapes";i:4;s:11:"e-motion-fx";i:5;s:12:"widget-image";i:6;s:14:"widget-divider";i:7;s:16:"widget-icon-list";i:8;s:8:"e-swiper";i:9;s:27:"widget-testimonial-carousel";i:10;s:27:"widget-carousel-module-base";i:11;s:18:"widget-price-table";i:12;s:24:"widget-animated-headline";i:13;s:23:"widget-nested-accordion";}s:7:"scripts";a:1:{i:0;s:6:"swiper";}}'),
(2099, 120, '_elementor_css', 'a:6:{s:4:"time";i:1738093843;s:5:"fonts";a:6:{i:0;s:12:"Josefin Sans";i:1;s:10:"Montserrat";i:2;s:7:"Archivo";i:3;s:11:"Crimson Pro";i:16;s:6:"Roboto";i:42;s:7:"Poppins";}s:5:"icons";a:3:{i:0;s:0:"";i:1;s:8:"fa-solid";i:5;s:10:"fa-regular";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2100, 120, '_elementor_element_cache', '{"timeout":1738180243,"value":{"content":"<div class=\\"elementor-element elementor-element-4c44527e e-flex e-con-boxed e-con e-parent\\" data-id=\\"4c44527e\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-bottom\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7af59bb8 elementor-widget elementor-widget-heading\\" data-id=\\"7af59bb8\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h1 class=\\"elementor-heading-title elementor-size-default\\">Break Free From Addiction and Reclaim Your Life<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImI2YTMxNzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciBhIHByb3ZlbiBhcHByb2FjaCB0byBvdmVyY29taW5nIGFkZGljdGlvbiB0aGF0IGZvY3VzZXMgb24geW91ciBzdHJlbmd0aHMsIGJ1aWxkcyB5b3VyIGNvbmZpZGVuY2UsIGFuZCBlbXBvd2VycyB5b3UgdG8gdGFrZSBiYWNrIGNvbnRyb2wuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<div class=\\"elementor-element elementor-element-436bea42 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"436bea42\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-573ccfd5 e-flex e-con-boxed e-con e-parent\\" data-id=\\"573ccfd5\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-44def164 elementor-widget elementor-widget-heading\\" data-id=\\"44def164\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Your life isn''t going to fix itself.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjczZDAxMjcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RG9lcyB0aGlzIHNvdW5kIGxpa2UgeW91PzxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Iml0YWxpYyIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]<div class=\\"elementor-element elementor-element-6318d04b e-con-full e-flex e-con e-child\\" data-id=\\"6318d04b\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-6abef445 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"6abef445\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-lock\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjZiNmMzZTczIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+U3R1Y2sgaW4gYSBjeWNsZSBvZiBndWlsdCwgc2hhbWUsIGFuZCBoZWxwbGVzc25lc3M\\/PFwvcD4iLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYyLjk0NH0sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-570db29 e-con-full e-flex e-con e-child\\" data-id=\\"570db29\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-fa0004c elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"fa0004c\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-lock\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjVlZDFhNTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5GZWVsaW5nIGRpc2Nvbm5lY3RlZCBmcm9tIGxvdmVkIG9uZXMgYW5kIHlvdXJzZWxmPzxcL3A+IiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2Mi45NDR9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-53674cb e-con-full e-flex e-con e-child\\" data-id=\\"53674cb\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-23acaf3 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"23acaf3\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-lock\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6ImFhYTE3OWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5SZWFkeSB0byBjaGFuZ2UgYnV0IHVuc3VyZSB3aGVyZSB0byBiZWdpbj88XC9wPiIsImFsaWduIjoibGVmdCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjIuOTQ0fSwiX2ZsZXhfc2l6ZSI6Im5vbmUiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjQxYTJhNGVlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+QWRkaWN0aW9uIGRvZXNuXHUyMDE5dCBkZWZpbmUgd2hvIHlvdSBhcmVcdTIwMTRpdFx1MjAxOXMgYSBjaGFsbGVuZ2UgeW91IGNhbiBvdmVyY29tZS4gV2l0aCB0aGUgcmlnaHQgZ3VpZGFuY2UgYW5kIHRvb2xzLCB5b3UgY2FuIGJyZWFrIHRoZSBjeWNsZSBhbmQgY3JlYXRlIGEgZnV0dXJlIHlvdVx1MjAxOXJlIHByb3VkIG9mLjxcL3A+PHA+PHN0cm9uZz5Zb3UgY2FuIHR1cm4gdGhpbmdzIGFyb3VuZCBhbmQgZmluZCA8ZW0+U2VjdXJpdHk8XC9lbT4sIDxlbT5Mb3ZlPFwvZW0+LCBhbmQgPGVtPkZyZWVkb208XC9lbT4uPFwvc3Ryb25nPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-1f969d51 e-flex e-con-boxed e-con e-parent\\" data-id=\\"1f969d51\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-44d6675a elementor-widget elementor-widget-heading\\" data-id=\\"44d6675a\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Hi, I''m Jesse, and I''m here to help you create a life you love.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-4e4303b2 e-con-full e-flex e-con e-child\\" data-id=\\"4e4303b2\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-4a29555d elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"4a29555d\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"450\\" height=\\"600\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg\\" class=\\"attachment-large size-large wp-image-33\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg 450w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-225x300.jpeg 225w\\" sizes=\\"(max-width: 450px) 100vw, 450px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjZjMDdlNjAxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SSBrbm93IHdoYXQgaXQgZmVlbHMgbGlrZSB0byB3YXRjaCBvdGhlcnMgdGhyaXZlXHUyMDE0aW4gdGhlaXIgaGVhbHRoLCB0aGVpciByZWxhdGlvbnNoaXBzLCBhbmQgdGhlaXIgY29uZmlkZW5jZVx1MjAxNHdoaWxlIEkgd2FzIGZlZWxpbmcgdHJhcHBlZCBpbiBjeWNsZXMgb2YgZnJ1c3RyYXRpb24sIGV4aGF1c3Rpb24sIGFuZCB1bmNlcnRhaW50eS4gPHN0cm9uZz5JXHUyMDE5dmUgYmVlbiB0aGVyZTxcL3N0cm9uZz4sIHdvbmRlcmluZyBpZiBJXHUyMDE5ZCBldmVyIGZlZWwgc3Ryb25nIGluIG15IG93biBib2R5LCBoYXBweSBpbiBteSByZWxhdGlvbnNoaXBzLCBhbmQgY29uZmlkZW50IGluIG15c2VsZi4gSSB1bmRlcnN0YW5kIGV4YWN0bHkgd2hlcmUgeW91XHUyMDE5cmUgY29taW5nIGZyb20gYmVjYXVzZSBJXHUyMDE5dmUgZmFjZWQgdGhvc2Ugc2FtZSBzdHJ1Z2dsZXM8c3Ryb25nPi48XC9zdHJvbmc+PFwvcD48cD5CdXQgSSBkaWRuXHUyMDE5dCBzdGF5IHRoZXJlLiBPdmVyIHRoZSB5ZWFycywgSSBkaXNjb3ZlcmVkIDxzdHJvbmc+cG93ZXJmdWwgdG9vbHMgYW5kIHN0cmF0ZWdpZXM8XC9zdHJvbmc+IHRoYXQgY3JlYXRlIDxzdHJvbmc+cmVhbCwgbGFzdGluZyBjaGFuZ2U8XC9zdHJvbmc+LiBUb2RheSwgSVx1MjAxOXZlIGhlbHBlZCBjbGllbnRzIGJ1aWxkIGhlYWx0aGllciBib2RpZXMsIHJlcGFpciBhbmQgc3RyZW5ndGhlbiByZWxhdGlvbnNoaXBzLCBhbmQgcmVkaXNjb3ZlciB0aGVpciBvd24gc2VsZi13b3J0aC48XC9wPjxwPkFuZCBub3csIElcdTIwMTlkIGxvdmUgdG8gaGVscCB5b3UgZG8gdGhlIHNhbWUuIFRvZ2V0aGVyLCB3ZVx1MjAxOWxsIHdvcmsgdG8gYnJpbmcgcGFzc2lvbiwgY29uZmlkZW5jZSwgYW5kIGJhbGFuY2UgYmFjayBpbnRvIHlvdXIgbGlmZVx1MjAxNHNvIHlvdSBjYW4gZmluYWxseSA8c3Ryb25nPmJyZWFrIGZyZWUgYW5kIGV4cGVyaWVuY2UgdGhlIGpveSBhbmQgZnVsZmlsbG1lbnQ8XC9zdHJvbmc+IHlvdVx1MjAxOXZlIGJlZW4gbG9va2luZyBmb3IuPFwvcD4iLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Iml0YWxpYyIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-260ad48f elementor-widget-divider--separator-type-pattern elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\" data-id=\\"260ad48f\\" data-element_type=\\"widget\\" data-widget_type=\\"divider.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-divider\\" style=\\"--divider-pattern-url: url(&quot;data:image\\/svg+xml,%3Csvg xmlns=&#039;http:\\/\\/www.w3.org\\/2000\\/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 20 16&#039; fill=&#039;none&#039; stroke=&#039;black&#039; stroke-width=&#039;1&#039; stroke-linecap=&#039;square&#039; stroke-miterlimit=&#039;10&#039;%3E%3Cg transform=&#039;translate(-12.000000, 0)&#039;%3E%3Cpath d=&#039;M28,0L10,18&#039;\\/%3E%3Cpath d=&#039;M18,0L0,18&#039;\\/%3E%3Cpath d=&#039;M48,0L30,18&#039;\\/%3E%3Cpath d=&#039;M38,0L20,18&#039;\\/%3E%3C\\/g%3E%3C\\/svg%3E&quot;);\\">\\n\\t\\t\\t<span class=\\"elementor-divider-separator\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-476fce57 elementor-widget elementor-widget-heading\\" data-id=\\"476fce57\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Here\\u2019s How We Can Work Together<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjczNDFiODRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TXkgT3ZlcmNvbWluZyBBZGRpY3Rpb24gcHJvZ3JhbSBnb2VzIGJleW9uZCBhZGRyZXNzaW5nIHRoZSBhZGRpY3Rpb24gaXRzZWxmXHUyMDE0d2UnbGwgZm9jdXMgb24gaGVscGluZyB5b3UgcmVidWlsZCB5b3VyIGxpZmUgYW5kIHNlbnNlIG9mIHNlbGYuIFRocm91Z2ggPHN0cm9uZz50YWlsb3JlZCBjb2FjaGluZywgcHJvdmVuIHByb2Nlc3NlcywgYW5kIGVtb3Rpb25hbCBndWlkYW5jZTxcL3N0cm9uZz4sIHlvdVx1MjAxOWxsOjxcL3A+XG48cD48aW1nIGNsYXNzPVwiZW1vamlcIiByb2xlPVwiaW1nXCIgZHJhZ2dhYmxlPVwiZmFsc2VcIiBzcmM9XCJodHRwczpcL1wvcy53Lm9yZ1wvaW1hZ2VzXC9jb3JlXC9lbW9qaVwvMTUuMC4zXC9zdmdcLzI3Mjguc3ZnXCIgYWx0PVwiXHUyNzI4XCI+IFJlcGxhY2UgZGVzdHJ1Y3RpdmUgaGFiaXRzIHdpdGggZW1wb3dlcmluZyBhY3Rpb25zLjxcL3A+XG48cD48aW1nIGNsYXNzPVwiZW1vamlcIiByb2xlPVwiaW1nXCIgZHJhZ2dhYmxlPVwiZmFsc2VcIiBzcmM9XCJodHRwczpcL1wvcy53Lm9yZ1wvaW1hZ2VzXC9jb3JlXC9lbW9qaVwvMTUuMC4zXC9zdmdcLzI3Mjguc3ZnXCIgYWx0PVwiXHUyNzI4XCI+IFJlYnVpbGQgcmVsYXRpb25zaGlwcyBhbmQgdHJ1c3Qgd2l0aCB0aG9zZSB3aG8gbWF0dGVyIG1vc3QuPFwvcD5cbjxwPjxpbWcgY2xhc3M9XCJlbW9qaVwiIHJvbGU9XCJpbWdcIiBkcmFnZ2FibGU9XCJmYWxzZVwiIHNyYz1cImh0dHBzOlwvXC9zLncub3JnXC9pbWFnZXNcL2NvcmVcL2Vtb2ppXC8xNS4wLjNcL3N2Z1wvMjcyOC5zdmdcIiBhbHQ9XCJcdTI3MjhcIj4gU3RyZW5ndGhlbiB5b3VyIG1pbmRzZXQgYW5kIHJlc2lsaWVuY2UgdG8gaGFuZGxlIGxpZmVcdTIwMTlzIGNoYWxsZW5nZXMuPFwvcD5cbjxwPjxpbWcgY2xhc3M9XCJlbW9qaVwiIHJvbGU9XCJpbWdcIiBkcmFnZ2FibGU9XCJmYWxzZVwiIHNyYz1cImh0dHBzOlwvXC9zLncub3JnXC9pbWFnZXNcL2NvcmVcL2Vtb2ppXC8xNS4wLjNcL3N2Z1wvMjcyOC5zdmdcIiBhbHQ9XCJcdTI3MjhcIj4gR2FpbiB0aGUgY29uZmlkZW5jZSB0byBlbnZpc2lvbiBhbmQgY3JlYXRlIGEgYnJpZ2h0ZXIgZnV0dXJlLjxcL3A+XG48ZGl2PiZuYnNwOzxcL2Rpdj5cbjxwPkxldFx1MjAxOXMgd29yayB0b2dldGhlciB0byBoZWxwIHlvdSBmaW5kIDxzdHJvbmc+Y2xhcml0eSwgY29uZmlkZW5jZSw8XC9zdHJvbmc+IGFuZCBhIHdob2xlIG5ldyBsZXZlbCBvZiA8c3Ryb25nPndlbGwtYmVpbmc8XC9zdHJvbmc+Li4gUmVhZHkgdG8gc3RhcnQgeW91ciBqb3VybmV5PyBJXHUyMDE5bSBoZXJlIGZvciB5b3UgZXZlcnkgc3RlcCBvZiB0aGUgd2F5LjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Iml0YWxpYyIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-69889fe1 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"69889fe1\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-7524fd82 e-flex e-con-boxed e-con e-parent\\" data-id=\\"7524fd82\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-top\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-33ab8373 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\" data-id=\\"33ab8373\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">\\n\\nA Journey to Total Well-Being<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjFkYzliOGJkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PGVtPkp1c3QgSW1hZ2luZS4uLjxcL2VtPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI3LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjU5LjM3Mn0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-7ad4c175 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\" data-id=\\"7ad4c175\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-list.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-icon-list-items\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Waking up each morning with a clear mind and a renewed sense of purpose, feeling proud of the journey you\\u2019ve taken.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Rebuilding relationships with loved ones, earning back trust, and creating deeper, more meaningful connections.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Living each day fully present, enjoying the simple joys of life without the weight of old habits.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Feeling empowered and in control, making choices that align with your values and future goals.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\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-4b197421 e-flex e-con-boxed e-con e-parent\\" data-id=\\"4b197421\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-607903e2 e-con-full e-flex e-con e-child\\" data-id=\\"607903e2\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjY1MDU4OTZlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgxPjxzdHJvbmc+V2hhdCA8ZW0+TGlmZSBTdHJhdGVnaWVzPFwvZW0+IENsaWVudHMgSGF2ZSBUbyBTYXk8XC9zdHJvbmc+PFwvaDE+PGg2Pihob3ZlciBtb3VzZSB0byBwYXVzZSBzY3JvbGxpbmcpPFwvaDY+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiQ3JpbXNvbiBQcm8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjgiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<div class=\\"elementor-element elementor-element-71a351ed elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"71a351ed\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg\\" alt=\\"Marilyn\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Marilyn<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\\" alt=\\"Michael R\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Michael R<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d \\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg\\" alt=\\"Sara and John D\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Sara and John D<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Jason T<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg\\" alt=\\"Brandon\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Brandon<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper-button elementor-swiper-button-prev\\" role=\\"button\\" tabindex=\\"0\\" aria-label=\\"Previous\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-eicon-chevron-left\\" viewBox=\\"0 0 1000 1000\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper-button elementor-swiper-button-next\\" role=\\"button\\" tabindex=\\"0\\" aria-label=\\"Next\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-eicon-chevron-right\\" viewBox=\\"0 0 1000 1000\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-pagination\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-71e40472 e-flex e-con-boxed e-con e-parent\\" data-id=\\"71e40472\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-2fda6e37 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"2fda6e37\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Ready to get started?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-70dc1ce elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"70dc1ce\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Your Journey to Alignment: \\nHow It Works<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-5b7278d3 e-con-full e-flex e-con e-child\\" data-id=\\"5b7278d3\\" data-element_type=\\"container\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-397c21b4 e-con-full e-flex e-con e-child\\" data-id=\\"397c21b4\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-47523d elementor-widget elementor-widget-image\\" data-id=\\"47523d\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"600\\" height=\\"397\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png\\" class=\\"attachment-large size-large wp-image-59\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png 600w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228-300x199.png 300w\\" sizes=\\"(max-width: 600px) 100vw, 600px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjY2NGExMTgyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDE6IDxcL3N0cm9uZz48XC9wPjxwPjxzdHJvbmc+SW5pdGlhbCBDb25zdWx0YXRpb248XC9zdHJvbmc+PFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTksInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5oZXJpdCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"][elementor-element data=\\"eyJpZCI6IjZlYWU0OTVjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGlzY3VzcyB5b3VyIGdvYWxzIGFuZCByZXZpZXcgeW91ciBwZXJzb25hbGl6ZWQgd2VsbC1iZWluZyBwbGFuLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-3a448c50 e-con-full e-flex e-con e-child\\" data-id=\\"3a448c50\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-4a7d65d7 elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"4a7d65d7\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"600\\" height=\\"397\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png\\" class=\\"attachment-large size-large wp-image-60\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png 600w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-300x199.png 300w\\" sizes=\\"(max-width: 600px) 100vw, 600px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjZiYzMzMjRjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDI6XHUwMGEwPFwvc3Ryb25nPjxcL3A+PHA+PHN0cm9uZz5CZWhhdmlvcmFsIEFzc2Vzc21lbnQ8XC9zdHJvbmc+PFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTksInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5oZXJpdCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"][elementor-element data=\\"eyJpZCI6IjVhM2ZhZTgxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VW5kZXJzdGFuZCBob3cgeW91ciBicmFpbiBpcyB3aXJlZCBhbmQgd2hhdCBtb3RpdmF0ZXMgeW91LjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-3987ff81 e-con-full e-flex e-con e-child\\" data-id=\\"3987ff81\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-3bdc1214 elementor-widget elementor-widget-image\\" data-id=\\"3bdc1214\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"529\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png\\" class=\\"attachment-large size-large wp-image-64\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w\\" 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[elementor-element data=\\"eyJpZCI6IjE0NjAzMWQwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDM6IDxcL3N0cm9uZz48XC9wPjxwPjxzdHJvbmc+WW91ciBDdXN0b21pemVkIFNlc3Npb25zPFwvc3Ryb25nPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE5LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaGVyaXQiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMTAuNTIzfSwiX2ZsZXhfc2l6ZSI6Im5vbmUiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"][elementor-element data=\\"eyJpZCI6IjJmZDNjODM5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VGFpbG9yZWQgY29hY2hpbmcgd2l0aCB5b3UgYW5kXC9vciB5b3VyIHBhcnRuZXIgdG8gaGVscCB5b3UgYnVpbGQgdGhlIGxpZmUgeW91IHJlYWxseSB3YW50LjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-25c3e814 e-con-full e-flex e-con e-child\\" data-id=\\"25c3e814\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-345a699c elementor-widget elementor-widget-image\\" data-id=\\"345a699c\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"600\\" height=\\"397\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg\\" class=\\"attachment-large size-large wp-image-61\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg 600w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w\\" sizes=\\"(max-width: 600px) 100vw, 600px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjcwNDVhZTIwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDQ6IDxcL3N0cm9uZz48XC9wPjxwPjxzdHJvbmc+QWNoaWV2ZSBZb3VyIERyZWFtczxcL3N0cm9uZz48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"][elementor-element data=\\"eyJpZCI6Ijc0ZGZhZTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5FbmpveSB5b3VyIG5ldyBsaWZlIGluIGhhdmluZyBhbmQgYmVjb21pbmcgd2hhdCBZT1Ugd2FudC48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMTAuNTIzfSwiX2ZsZXhfc2l6ZSI6Im5vbmUiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\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-eab2697 e-flex e-con-boxed e-con e-parent\\" data-id=\\"eab2697\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-5cd6909e e-con-full e-flex e-con e-child\\" data-id=\\"5cd6909e\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6Ijc0OTVjNjg1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgxPjxzdHJvbmc+V2h5IEFyZSBNeSBDbGllbnRzIEdldHRpbmcgU3VjaCBHb29kIFJlc3VsdHM\\/PFwvc3Ryb25nPjxcL2gxPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkNyaW1zb24gUHJvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiI4IiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"][elementor-element data=\\"eyJpZCI6IjZmZmQyNDdhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q29udHJhcnkgdG8gdHJhZGl0aW9uYWwgdGhlcmFweSwgd2hpY2ggb2Z0ZW4gZm9jdXNlcyBvbiByZXZpc2l0aW5nIDxzdHJvbmc+cGFzdDxcL3N0cm9uZz4gPHN0cm9uZz5wcm9ibGVtczxcL3N0cm9uZz4gYW5kIHJlLWV4cGVyaWVuY2luZyBuZWdhdGl2ZSBlbW90aW9ucywgbXkgYXBwcm9hY2ggaXMgPHN0cm9uZz5mb3J3YXJkLWZvY3VzZWQ8XC9zdHJvbmc+LjxcL3A+PHA+VG9nZXRoZXIsIHdlXHUyMDE5bGwgaWRlbnRpZnkgd2hhdCB5b3UgdHJ1bHkgd2FudCB0byBhY2hpZXZlLCBleHBlcmllbmNlLCBhbmQgYmVjb21lXHUyMDE0YW5kIGNyZWF0ZSBhIGNsZWFyIHBhdGggdG8gaGVscCB5b3UgZ2V0IHRoZXJlLjxcL3A+PHA+RHdlbGxpbmcgb24gcGFzdCBuZWdhdGl2ZXMgY2FuIGtlZXAgeW91IHRyYXBwZWQgaW4gcmVwZWF0aW5nIGN5Y2xlcyBhbmQgcGF0dGVybnMuIFdoZW4geW91IGZvY3VzIG9uIGJlY29taW5nLCBoYXZpbmcsIGFuZCBleHBlcmllbmNpbmcgd2hhdCB5b3Ugd2FudCAodmVyc3VzIHdoYXQgeW91IGRvbid0IHdhbnQpIHlvdSBiZWdpbiBhIHNoaWZ0IHRoYXQgaGVscHMgeW91IHRvIGdldCBleGFjdGx5IHdoYXQgeW91J3ZlIGFsd2F5cyBkcmVhbWVkIG9mLjxcL3A+PHA+SSBzcGVjaWFsaXplIGluIGhlbHBpbmcgeW91IGdldCB0aGVzZSBmb3J3YXJkLWRpcmVjdGVkIHJlc3VsdHMgd2l0aDo8XC9wPjx1bD48bGk+PHN0cm9uZz5Ob25qdWRnbWVudGFsIFN1cHBvcnQ6PFwvc3Ryb25nPiBXZSBjcmVhdGUgYSBzYWZlLCBjb21wYXNzaW9uYXRlIHNwYWNlIHdoZXJlIHlvdSBjYW4gZ3JvdyB3aXRob3V0IGZlYXIgb2YgY3JpdGljaXNtLjxcL2xpPjxcL3VsPjx1bD48bGk+PHN0cm9uZz5Qcm92ZW4gUHJvY2Vzc2VzOjxcL3N0cm9uZz4gVXRpbGl6ZSAyNSBldmlkZW5jZS1iYXNlZCBtZXRob2RzIGRlc2lnbmVkIHRvIGhlbHAgeW91IG92ZXJjb21lIGNoYWxsZW5nZXMgYW5kIHN0YXkgb24gdHJhY2suPFwvbGk+PFwvdWw+PHVsPjxsaT48c3Ryb25nPkVtb3Rpb25hbCBMYWRkZXIgRnJhbWV3b3JrOjxcL3N0cm9uZz4gVHJhY2sgeW91ciBwcm9ncmVzcyBhbmQgZ2FpbiBjbGFyaXR5IG9uIHlvdXIgZW1vdGlvbmFsIGpvdXJuZXkuPFwvbGk+PFwvdWw+PHVsPjxsaT48c3Ryb25nPkN1c3RvbWl6ZWQgU3RyYXRlZ2llczo8XC9zdHJvbmc+IEVhY2ggcGF0aCB0byByZWNvdmVyeSBpcyB1bmlxdWUuIFdlXHUyMDE5bGwgY3JlYXRlIGEgcGxhbiB0aGF0IHdvcmtzIGZvciB5b3UuPFwvbGk+PFwvdWw+IiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJpdGFsaWMiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjI1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo4MCwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\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-3424a171 e-flex e-con-boxed e-con e-parent\\" data-id=\\"3424a171\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7f41ff47 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"7f41ff47\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Flexible Payment Options<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-3de8459b e-con-full e-flex e-con e-child\\" data-id=\\"3de8459b\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-10a6fc68 elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"10a6fc68\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\t3 Month Payment Plan\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t500\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">Monthly<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-575a68e3 elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"575a68e3\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\tFull Payment\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t1,500\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">One-Time Payment<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ff3c9a9\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<b>Bonus 60 Minute Session<\\/b>\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-0208003\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<b>Gift Voucher For A Friend<\\/b>\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__ribbon\\">\\n\\t\\t\\t\\t<div class=\\"elementor-price-table__ribbon-inner\\">\\n\\t\\t\\t\\t\\tMost Popular\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-5c2ef81a elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"5c2ef81a\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\t2 Month Payment Plan\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t750\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">Monthly<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-1858c020 e-flex e-con-boxed e-con e-parent\\" data-id=\\"1858c020\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-bottom\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-2d6a5b4c elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\\" data-id=\\"2d6a5b4c\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;Exclusive&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;highlight_iteration_delay&quot;:8000}\\" data-widget_type=\\"animated-headline.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-headline\\">\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-plain-text elementor-headline-text-wrapper\\">Pay In Full & Receive<\\/span>\\n\\t\\t\\t\\t<span class=\\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\\">\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-dynamic-text elementor-headline-text-active\\">Exclusive<\\/span>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-plain-text elementor-headline-text-wrapper\\">Bonuses<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjFjMGU0ZmQwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5Cb251cyA2MC1NaW51dGUgU2Vzc2lvbjxcL3N0cm9uZz46IEFkZCBhbiBleHRyYSBjb2FjaGluZyBzZXNzaW9uIHRvIHlvdXIgcGFja2FnZSE8XC9wPjxwPjxzdHJvbmc+R2lmdCBWb3VjaGVyIGZvciBhIEZyaWVuZDo8XC9zdHJvbmc+IEEgMzAtbWludXRlIG1pbmktY29uc3VsdGF0aW9uIHZvdWNoZXIgdG8gc2hhcmUgdGhlIGV4cGVyaWVuY2UuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjg1LCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-50d03f70 e-flex e-con-boxed e-con e-parent\\" data-id=\\"50d03f70\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-28c33a46 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"28c33a46\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">The First Step to Freedom Starts Here<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdkM2FkM2Q4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgzPllvdSBkb25cdTIwMTl0IGhhdmUgdG8gZmFjZSB0aGlzIGpvdXJuZXkgYWxvbmUuIFRha2UgdGhlIGZpcnN0IHN0ZXAgdG93YXJkIHJlY2xhaW1pbmcgeW91ciBsaWZlIHRvZGF5LiBTY2hlZHVsZSB5b3VyIDxzdHJvbmc+RlJFRSAyMC1taW51dGUgY29uc3VsdGF0aW9uPFwvc3Ryb25nPiB0byBsZWFybiBob3cgd2UgY2FuIGhlbHAuPFwvaDM+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo4NSwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-2b1c9df0 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"2b1c9df0\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-1d958038 e-flex e-con-boxed e-con e-parent\\" data-id=\\"1d958038\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-4da7cfa1 e-con-full e-flex e-con e-child\\" data-id=\\"4da7cfa1\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjIwYThiYjM1IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgxPjxzdHJvbmc+U3RpbGwgSGF2ZSBRdWVzdGlvbnM\\/PFwvc3Ryb25nPjxcL2gxPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkNyaW1zb24gUHJvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiI4IiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<div class=\\"elementor-element elementor-element-759e69f6 elementor-widget__width-initial elementor-widget elementor-widget-n-accordion\\" data-id=\\"759e69f6\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"nested-accordion.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"e-n-accordion\\" aria-label=\\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\\">\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1970\\" class=\\"e-n-accordion-item\\" open>\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"1\\" tabindex=\\"0\\" aria-expanded=\\"true\\" aria-controls=\\"e-n-accordion-item-1970\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How is coaching different from therapy or counseling? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1970\\" class=\\"elementor-element elementor-element-8f8ad05 e-con-full e-flex e-con e-child\\" data-id=\\"8f8ad05\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjM0MWZlMjIzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGlmZSBzdHJhdGVnaWVzIGNvYWNoaW5nIGZvY3VzZXMgb24gaGVscGluZyB5b3UgaWRlbnRpZnkgeW91ciBnb2Fscywgb3ZlcmNvbWUgb2JzdGFjbGVzLCBhbmQgY3JlYXRlIGFjdGlvbmFibGUgcGxhbnMgdG8gYWNoaWV2ZSB0aGUgbGlmZSB5b3Ugd2FudC4gVW5saWtlIHRoZXJhcHksIHdoaWNoIG9mdGVuIGRlbHZlcyBpbnRvIHBhc3QgdHJhdW1hcyBhbmQgY2xpbmljYWwgaXNzdWVzLCBjb2FjaGluZyBpcyBmdXR1cmUtZm9jdXNlZCBhbmQgZW1waGFzaXplcyBwZXJzb25hbCBncm93dGgsIHByYWN0aWNhbCB0b29scywgYW5kIGVtcG93ZXJtZW50LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1971\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"2\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1971\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Who is this program for? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1971\\" class=\\"elementor-element elementor-element-2ea87ebf e-con-full e-flex e-con e-child\\" data-id=\\"2ea87ebf\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjQ2NDYwOWQ0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VGhpcyBwcm9ncmFtIGlzIGlkZWFsIGZvciBpbmRpdmlkdWFscyB3aG8gZmVlbCBzdHVjaywgb3ZlcndoZWxtZWQsIG9yIHVuZnVsZmlsbGVkIGFuZCBhcmUgcmVhZHkgdG8gdGFrZSBhY3Rpb24uIFdoZXRoZXIgeW91J3JlIHNlZWtpbmcgY2xhcml0eSwgYmV0dGVyIHJlbGF0aW9uc2hpcHMsIGZyZWVkb20gZnJvbSBuZWdhdGl2ZSBwYXR0ZXJucywgb3IgcmVuZXdlZCBwdXJwb3NlLCB0aGlzIHByb2dyYW0gd2lsbCBoZWxwIHlvdSBhY2hpZXZlIHlvdXIgZ29hbHMuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1iN2JlY2EyIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1972\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"3\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1972\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How long does the program take? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1972\\" class=\\"elementor-element elementor-element-46288256 e-con-full e-flex e-con e-child\\" data-id=\\"46288256\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjcwODEyOWViIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VGhlIHN0YW5kYXJkIHByb2dyYW0gaW5jbHVkZXMgc2l4IHNlc3Npb25zLCB0eXBpY2FsbHkgc3ByZWFkIG92ZXIgdHdvIHRvIHRocmVlIG1vbnRocy4gSG93ZXZlciwgdGhlIHBhY2UgY2FuIGJlIGFkanVzdGVkIGJhc2VkIG9uIHlvdXIgbmVlZHMgYW5kIHNjaGVkdWxlLiBUaGUgZ29hbCBpcyBmb3IgeW91IHRvIGJlIGFibGUgdG8gY29udGludWUgd2l0aCB5b3VyIHByb2dyZXNzIGFsbCBvbiB5b3VyIG93biBieSB0aGUgZW5kLCB3aXRob3V0IHRoZSBuZWVkIG9mIGEgY29hY2ggYW55bW9yZS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1973\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"4\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1973\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Do you only do appointments in-person? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1973\\" class=\\"elementor-element elementor-element-524811b3 e-flex e-con-boxed e-con e-child\\" data-id=\\"524811b3\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjY5N2ViYjFiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Tm8hIENvYWNoaW5nIHNlc3Npb25zIGFyZSBhdmFpbGFibGUgaW4tcGVyc29uIG9yIG9ubGluZSB2aWEgdmlkZW8gY29uZmVyZW5jaW5nLCBzbyB5b3UgY2FuIGJlbmVmaXQgZnJvbSB0aGUgcHJvZ3JhbSBubyBtYXR0ZXIgd2hlcmUgeW91XHUyMDE5cmUgbG9jYXRlZC48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1974\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"5\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1974\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> What can I expect during a coaching session? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1974\\" class=\\"elementor-element elementor-element-223ff8ef e-flex e-con-boxed e-con e-child\\" data-id=\\"223ff8ef\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdiMDlmOWQwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RWFjaCBzZXNzaW9uIGlzIDc1IG1pbnV0ZXMgYW5kIGluY2x1ZGVzIGEgbWl4IG9mIGd1aWRlZCBkaXNjdXNzaW9ucywgcGVyc29uYWxpemVkIGV4ZXJjaXNlcywgYW5kIGFjdGlvbmFibGUgc3RyYXRlZ2llcyB0YWlsb3JlZCB0byB5b3VyIGdvYWxzLiBZb3VcdTIwMTlsbCBsZWF2ZSBlYWNoIHNlc3Npb24gd2l0aCBjbGVhciBzdGVwcyB0byBtb3ZlIGZvcndhcmQgYW5kIHRvb2xzIHRvIGFwcGx5IGltbWVkaWF0ZWx5LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1975\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"6\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1975\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> What happens between sessions? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1975\\" class=\\"elementor-element elementor-element-19dddac1 e-flex e-con-boxed e-con e-child\\" data-id=\\"19dddac1\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjU5NjA3YTk0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+QmV0d2VlbiBzZXNzaW9ucywgeW91XHUyMDE5bGwgaGF2ZSBhY2Nlc3MgdG8gb25nb2luZyBzdXBwb3J0IHZpYSBlbWFpbCBvciBtZXNzYWdpbmcuIFRoaXMgZW5zdXJlcyB5b3Ugc3RheSBvbiB0cmFjaywgb3ZlcmNvbWUgb2JzdGFjbGVzLCBhbmQgZ2V0IHRoZSBtb3N0IG91dCBvZiB0aGUgcHJvZ3JhbS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1976\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"7\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1976\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Is coaching confidential? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1976\\" class=\\"elementor-element elementor-element-4cdc70c6 e-flex e-con-boxed e-con e-child\\" data-id=\\"4cdc70c6\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjE4MzNkZTRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+WWVzLCBldmVyeXRoaW5nIHNoYXJlZCBkdXJpbmcgY29hY2hpbmcgc2Vzc2lvbnMgaXMgMTAwJSBjb25maWRlbnRpYWwuIFlvdXIgcHJpdmFjeSBpcyBhIHRvcCBwcmlvcml0eS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1977\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"8\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1977\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How do I know if this program is right for me? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1977\\" class=\\"elementor-element elementor-element-3a87b708 e-flex e-con-boxed e-con e-child\\" data-id=\\"3a87b708\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdmYjkxZGQ4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SWYgeW91XHUyMDE5cmUgcmVhZHkgdG8gaW52ZXN0IGluIHlvdXIgZ3Jvd3RoLCBtYWtlIG1lYW5pbmdmdWwgY2hhbmdlcywgYW5kIHRha2UgY29udHJvbCBvZiB5b3VyIGxpZmUsIHRoaXMgcHJvZ3JhbSBpcyBmb3IgeW91LiBTY2hlZHVsZSBhIGZyZWUgY29uc3VsdGF0aW9uIHRvIGV4cGxvcmUgd2hldGhlciBpdFx1MjAxOXMgdGhlIHJpZ2h0IGZpdCBmb3IgeW91LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1978\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"9\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1978\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> It''s too expensive <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1978\\" class=\\"elementor-element elementor-element-43832580 e-flex e-con-boxed e-con e-child\\" data-id=\\"43832580\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjJjYmQxMzY4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SSBjb21wbGV0ZWx5IHVuZGVyc3RhbmQgdGhhdCBjb3N0IGlzIGFuIGltcG9ydGFudCBmYWN0b3Igd2hlbiBtYWtpbmcgYSBkZWNpc2lvbiwgYW5kIEkgYXBwcmVjaWF0ZSB5b3UgYmVpbmcgdXBmcm9udCBhYm91dCBpdC4gTGV0IG1lIHNoYXJlIGEgbGl0dGxlIGFib3V0IHdoYXQgc2V0cyB0aGlzIGV4cGVyaWVuY2UgYXBhcnQuIE91ciBtaW5kLWJvZHkgYWxpZ25tZW50IHNlc3Npb25zIGFyZW5cdTIwMTl0IGp1c3QgYSB0ZW1wb3JhcnkgZml4XHUyMDE0dGhleVx1MjAxOXJlIGFuIGludmVzdG1lbnQgaW4geW91ciBvdmVyYWxsIHdlbGwtYmVpbmcuIFRoZXkgb2ZmZXIgbGFzdGluZyBwaHlzaWNhbCByZWxpZWYsIG1lbnRhbCBjbGFyaXR5LCBhbmQgZW1vdGlvbmFsIGJhbGFuY2UuIE1vc3Qgb2Ygb3VyIGNsaWVudHMgdGVsbCB1cyBpdFx1MjAxOXMgbm90IGp1c3QgYSBzZXJ2aWNlOyBpdFx1MjAxOXMgYSB0cmFuc2Zvcm1hdGl2ZSBleHBlcmllbmNlIHRoYXQgaW1wcm92ZXMgbXVsdGlwbGUgYXJlYXMgb2YgdGhlaXIgbGlmZS48XC9wPjxwPlRvIG1ha2UgaXQgbW9yZSBhY2Nlc3NpYmxlLCB3ZVx1MjAxOXZlIGFkZGVkIGZsZXhpYmxlIHBheW1lbnQgb3B0aW9uczogeW91IGNhbiBjaG9vc2UgdG8gcGF5IGluIHR3byBwYXltZW50cyBvZiAkNzUwIG9yIHRocmVlIHBheW1lbnRzIG9mICQ1MDAsIHJhdGhlciB0aGFuICQxNTAwIGFsbCBhdCBvbmNlLiBXZSB3YW50IHRvIGVuc3VyZSB0aGlzIGxpZmUtY2hhbmdpbmcgZXhwZXJpZW5jZSBmaXRzIGludG8geW91ciBidWRnZXQgd2l0aG91dCBjb21wcm9taXNpbmcgb24gdGhlIHZhbHVlIGl0IGRlbGl2ZXJzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-1979\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"10\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-1979\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How do I get started? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-1979\\" class=\\"elementor-element elementor-element-4a56f8b4 e-flex e-con-boxed e-con e-child\\" data-id=\\"4a56f8b4\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjY1YzQxOTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5HZXR0aW5nIHN0YXJ0ZWQgaXMgZWFzeSEgQ2xpY2sgdGhlIFx1MjAxY1NjaGVkdWxlIE15IEZyZWUgQ29uc3VsdGF0aW9uXHUyMDFkIGJ1dHRvbiBhYm92ZSwgYW5kIHdlXHUyMDE5bGwgc2V0IHVwIGEgdGltZSB0byBkaXNjdXNzIHlvdXIgZ29hbHMgYW5kIGNyZWF0ZSBhIHBsYW4gdGFpbG9yZWQganVzdCBmb3IgeW91LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\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\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t","scripts":[],"styles":[]}}');
INSERT INTO `FDQBA_postmeta` VALUES
(2101, 121, '_elementor_page_assets', 'a:2:{s:6:"styles";a:14:{i:0;s:14:"widget-heading";i:1;s:18:"widget-text-editor";i:2;s:22:"e-animation-pulse-grow";i:3;s:8:"e-shapes";i:4;s:11:"e-motion-fx";i:5;s:12:"widget-image";i:6;s:14:"widget-divider";i:7;s:16:"widget-icon-list";i:8;s:8:"e-swiper";i:9;s:27:"widget-testimonial-carousel";i:10;s:27:"widget-carousel-module-base";i:11;s:18:"widget-price-table";i:12;s:24:"widget-animated-headline";i:13;s:23:"widget-nested-accordion";}s:7:"scripts";a:1:{i:0;s:6:"swiper";}}'),
(2102, 121, '_elementor_css', 'a:6:{s:4:"time";i:1738095587;s:5:"fonts";a:6:{i:0;s:12:"Josefin Sans";i:1;s:10:"Montserrat";i:2;s:7:"Archivo";i:3;s:11:"Crimson Pro";i:16;s:6:"Roboto";i:42;s:7:"Poppins";}s:5:"icons";a:3:{i:0;s:0:"";i:1;s:8:"fa-solid";i:5;s:10:"fa-regular";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(2103, 121, '_elementor_element_cache', '{"timeout":1738181987,"value":{"content":"<div class=\\"elementor-element elementor-element-5992cccd e-flex e-con-boxed e-con e-parent\\" data-id=\\"5992cccd\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-bottom\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-4be1e77f elementor-widget elementor-widget-heading\\" data-id=\\"4be1e77f\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h1 class=\\"elementor-heading-title elementor-size-default\\">Rediscover Hope <br>and Happiness<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjFlY2NjYTRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SWYgeW91IGZlZWwgc3R1Y2ssIGhvcGVsZXNzLCBvciB3ZWlnaGVkIGRvd24gYnkgbGlmZSwgdGhlcmVcdTIwMTlzIGEgd2F5IGZvcndhcmQuIExldCB1cyBoZWxwIHlvdSBicmVhayBmcmVlIGFuZCBmaW5kIGpveSBhZ2Fpbi48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjgiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<div class=\\"elementor-element elementor-element-78614a30 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"78614a30\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-38a95114 e-flex e-con-boxed e-con e-parent\\" data-id=\\"38a95114\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-5d5b1cfe elementor-widget elementor-widget-heading\\" data-id=\\"5d5b1cfe\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Your life isn''t going to fix itself.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjM4NWJjZDJjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RG8gdGhlc2UgZmVlbCBmYW1pbGlhci4uLj88XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJpdGFsaWMiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjgiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]<div class=\\"elementor-element elementor-element-158999b5 e-con-full e-flex e-con e-child\\" data-id=\\"158999b5\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-26ba847d elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"26ba847d\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-cloud-rain\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjFmNWZkN2IyIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q29uc3RhbnRseSBmYXRpZ3VlZCwgdW5tb3RpdmF0ZWQsIG9yIG92ZXJ3aGVsbWVkPzxcL3A+IiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo3OC41Njl9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-fb45c2a e-con-full e-flex e-con e-child\\" data-id=\\"fb45c2a\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-73a5575 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"73a5575\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-cloud-rain\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjZhNDE4MWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb25uZWN0ZWQgZnJvbSBsb3ZlZCBvbmVzIGFuZCB0aGUgdGhpbmdzIHlvdSB1c2VkIHRvIGVuam95PzxcL3A+IiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo3OC41Njl9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-ccd3612 e-con-full e-flex e-con e-child\\" data-id=\\"ccd3612\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-43f6f20 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\\" data-id=\\"43f6f20\\" data-element_type=\\"widget\\" data-widget_type=\\"icon.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-icon-wrapper\\">\\n\\t\\t\\t<div class=\\"elementor-icon\\">\\n\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-cloud-rain\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjI4NDRhMzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5UcmFwcGVkIGluIG5lZ2F0aXZlIHRob3VnaHQgcGF0dGVybnMgd2l0aCBubyBjbGVhciB3YXkgb3V0PzxcL3A+IiwiYWxpZ24iOiJsZWZ0IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo3OC41Njl9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjI2NjdhZTVhIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RGVwcmVzc2lvbiBjYW4gZmVlbCBsaWtlIGl0IGhhcyB0YWtlbiBvdmVyLCBidXQgaXQgZG9lc25cdTIwMTl0IGhhdmUgdG8gZGVmaW5lIHlvdXIgZnV0dXJlLiBXaXRoIHRoZSByaWdodCB0b29scyBhbmQgZ3VpZGFuY2UsIHlvdSBjYW4gcmVkaXNjb3ZlciB5b3VyIHNlbnNlIG9mIHB1cnBvc2UgYW5kIGhhcHBpbmVzcy48XC9wPjxwPjxzdHJvbmc+WW91IGNhbiB0dXJuIHRoaW5ncyBhcm91bmQgYW5kIGZpbmQgPGVtPlNlY3VyaXR5PFwvZW0+LCA8ZW0+TG92ZTxcL2VtPiwgYW5kIDxlbT5GcmVlZG9tPFwvZW0+LjxcL3N0cm9uZz48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjgiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-5aac0a3b e-flex e-con-boxed e-con e-parent\\" data-id=\\"5aac0a3b\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-2e071631 elementor-widget elementor-widget-heading\\" data-id=\\"2e071631\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Hi, I''m Jesse, and I''m here to help you create a life you love.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-29e088e5 e-con-full e-flex e-con e-child\\" data-id=\\"29e088e5\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-108e6293 elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"108e6293\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"450\\" height=\\"600\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg\\" class=\\"attachment-large size-large wp-image-33\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_.jpeg 450w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-225x300.jpeg 225w\\" sizes=\\"(max-width: 450px) 100vw, 450px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjJmYzBkMWYwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SSBrbm93IHdoYXQgaXQgZmVlbHMgbGlrZSB0byB3YXRjaCBvdGhlcnMgdGhyaXZlXHUyMDE0aW4gdGhlaXIgaGVhbHRoLCB0aGVpciByZWxhdGlvbnNoaXBzLCBhbmQgdGhlaXIgY29uZmlkZW5jZVx1MjAxNHdoaWxlIEkgd2FzIGZlZWxpbmcgdHJhcHBlZCBpbiBjeWNsZXMgb2YgZnJ1c3RyYXRpb24sIGV4aGF1c3Rpb24sIGFuZCB1bmNlcnRhaW50eS4gPHN0cm9uZz5JXHUyMDE5dmUgYmVlbiB0aGVyZTxcL3N0cm9uZz4sIHdvbmRlcmluZyBpZiBJXHUyMDE5ZCBldmVyIGZlZWwgc3Ryb25nIGluIG15IG93biBib2R5LCBoYXBweSBpbiBteSByZWxhdGlvbnNoaXBzLCBhbmQgY29uZmlkZW50IGluIG15c2VsZi4gSSB1bmRlcnN0YW5kIGV4YWN0bHkgd2hlcmUgeW91XHUyMDE5cmUgY29taW5nIGZyb20gYmVjYXVzZSBJXHUyMDE5dmUgZmFjZWQgdGhvc2Ugc2FtZSBzdHJ1Z2dsZXM8c3Ryb25nPi48XC9zdHJvbmc+PFwvcD48cD5CdXQgSSBkaWRuXHUyMDE5dCBzdGF5IHRoZXJlLiBPdmVyIHRoZSB5ZWFycywgSSBkaXNjb3ZlcmVkIDxzdHJvbmc+cG93ZXJmdWwgdG9vbHMgYW5kIHN0cmF0ZWdpZXM8XC9zdHJvbmc+IHRoYXQgY3JlYXRlIDxzdHJvbmc+cmVhbCwgbGFzdGluZyBjaGFuZ2U8XC9zdHJvbmc+LiBUb2RheSwgSVx1MjAxOXZlIGhlbHBlZCBjbGllbnRzIGJ1aWxkIGhlYWx0aGllciBib2RpZXMsIHJlcGFpciBhbmQgc3RyZW5ndGhlbiByZWxhdGlvbnNoaXBzLCBhbmQgcmVkaXNjb3ZlciB0aGVpciBvd24gc2VsZi13b3J0aC48XC9wPjxwPkFuZCBub3csIElcdTIwMTlkIGxvdmUgdG8gaGVscCB5b3UgZG8gdGhlIHNhbWUuIFRvZ2V0aGVyLCB3ZVx1MjAxOWxsIHdvcmsgdG8gYnJpbmcgcGFzc2lvbiwgY29uZmlkZW5jZSwgYW5kIGJhbGFuY2UgYmFjayBpbnRvIHlvdXIgbGlmZVx1MjAxNHNvIHlvdSBjYW4gZmluYWxseSA8c3Ryb25nPmJyZWFrIGZyZWUgYW5kIGV4cGVyaWVuY2UgdGhlIGpveSBhbmQgZnVsZmlsbG1lbnQ8XC9zdHJvbmc+IHlvdVx1MjAxOXZlIGJlZW4gbG9va2luZyBmb3IuPFwvcD4iLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Iml0YWxpYyIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-554008cc elementor-widget-divider--separator-type-pattern elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\" data-id=\\"554008cc\\" data-element_type=\\"widget\\" data-widget_type=\\"divider.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-divider\\" style=\\"--divider-pattern-url: url(&quot;data:image\\/svg+xml,%3Csvg xmlns=&#039;http:\\/\\/www.w3.org\\/2000\\/svg&#039; preserveAspectRatio=&#039;none&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 20 16&#039; fill=&#039;none&#039; stroke=&#039;black&#039; stroke-width=&#039;1&#039; stroke-linecap=&#039;square&#039; stroke-miterlimit=&#039;10&#039;%3E%3Cg transform=&#039;translate(-12.000000, 0)&#039;%3E%3Cpath d=&#039;M28,0L10,18&#039;\\/%3E%3Cpath d=&#039;M18,0L0,18&#039;\\/%3E%3Cpath d=&#039;M48,0L30,18&#039;\\/%3E%3Cpath d=&#039;M38,0L20,18&#039;\\/%3E%3C\\/g%3E%3C\\/svg%3E&quot;);\\">\\n\\t\\t\\t<span class=\\"elementor-divider-separator\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-c33e3c3 elementor-widget elementor-widget-heading\\" data-id=\\"c33e3c3\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Here\\u2019s How We Can Work Together<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjMyOWZiYWQzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TXkgcHJvdmVuIE92ZXJjb21pbmcgRGVwcmVzc2lvbiBwcm9ncmFtIGNvbWJpbmVzIDxzdHJvbmc+YmVoYXZpb3JhbCB0cmFpbmluZywgZW1vdGlvbmFsbHkgZm9jdXNlZCB0aGVyYXB5LCBhbmQgMjUgcHJvdmVuIHByb2Nlc3NlczxcL3N0cm9uZz4gdG8gaGVscCB5b3UgYnJlYWsgZnJlZSBmcm9tIHRoZSB3ZWlnaHQgb2YgZGVwcmVzc2lvbiB0aHJvdWdoOjxcL3A+PHA+XHUwMGEwPFwvcD48cCBzdHlsZT1cInRleHQtYWxpZ246IGxlZnQ7XCI+PGltZyBjbGFzcz1cImVtb2ppXCIgcm9sZT1cImltZ1wiIGRyYWdnYWJsZT1cImZhbHNlXCIgc3JjPVwiaHR0cHM6XC9cL3Mudy5vcmdcL2ltYWdlc1wvY29yZVwvZW1vamlcLzE1LjAuM1wvc3ZnXC8yNzI4LnN2Z1wiIGFsdD1cIlx1MjcyOFwiIFwvPiBFbW90aW9uYWwgTGFkZGVyIEd1aWRhbmNlOiBHYWluIGF3YXJlbmVzcyBvZiB5b3VyIGVtb3Rpb25hbCBzdGF0ZSBhbmQgbGVhcm4gaG93IHRvIHNoaWZ0IGl0LjxcL3A+PHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O1wiPjxpbWcgY2xhc3M9XCJlbW9qaVwiIHJvbGU9XCJpbWdcIiBkcmFnZ2FibGU9XCJmYWxzZVwiIHNyYz1cImh0dHBzOlwvXC9zLncub3JnXC9pbWFnZXNcL2NvcmVcL2Vtb2ppXC8xNS4wLjNcL3N2Z1wvMjcyOC5zdmdcIiBhbHQ9XCJcdTI3MjhcIiBcLz4gUHJhY3RpY2FsIFRvb2xzOiBEZXZlbG9wIGhhYml0cyBhbmQgYWN0aW9ucyB0aGF0IGJ1aWxkIGNvbmZpZGVuY2UgYW5kIGNyZWF0ZSBwb3NpdGl2ZSBtb21lbnR1bS48XC9wPjxwIHN0eWxlPVwidGV4dC1hbGlnbjogbGVmdDtcIj48aW1nIGNsYXNzPVwiZW1vamlcIiByb2xlPVwiaW1nXCIgZHJhZ2dhYmxlPVwiZmFsc2VcIiBzcmM9XCJodHRwczpcL1wvcy53Lm9yZ1wvaW1hZ2VzXC9jb3JlXC9lbW9qaVwvMTUuMC4zXC9zdmdcLzI3Mjguc3ZnXCIgYWx0PVwiXHUyNzI4XCIgXC8+IFRhaWxvcmVkIENvYWNoaW5nOiBSZWNlaXZlIGN1c3RvbWl6ZWQgc3RyYXRlZ2llcyB0aGF0IGZpdCB5b3VyIHVuaXF1ZSBzaXR1YXRpb24uPFwvcD48cCBzdHlsZT1cInRleHQtYWxpZ246IGxlZnQ7XCI+PGltZyBjbGFzcz1cImVtb2ppXCIgcm9sZT1cImltZ1wiIGRyYWdnYWJsZT1cImZhbHNlXCIgc3JjPVwiaHR0cHM6XC9cL3Mudy5vcmdcL2ltYWdlc1wvY29yZVwvZW1vamlcLzE1LjAuM1wvc3ZnXC8yNzI4LnN2Z1wiIGFsdD1cIlx1MjcyOFwiIFwvPiBTdXBwb3J0aXZlIEd1aWRhbmNlOiBGZWVsIHVuZGVyc3Rvb2QgYW5kIGVtcG93ZXJlZCB0byB0YWtlIGJhY2sgY29udHJvbCBvZiB5b3VyIGVtb3Rpb25zIGFuZCBsaWZlLjxcL3A+PHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O1wiPlx1MDBhMDxcL3A+PHA+TGV0XHUyMDE5cyB3b3JrIHRvZ2V0aGVyIHRvIGhlbHAgeW91IGZpbmQgPHN0cm9uZz5jbGFyaXR5LCBjb25maWRlbmNlLDxcL3N0cm9uZz4gYW5kIGEgd2hvbGUgbmV3IGxldmVsIG9mIDxzdHJvbmc+d2VsbC1iZWluZzxcL3N0cm9uZz4uLiBSZWFkeSB0byBzdGFydCB5b3VyIGpvdXJuZXk\\/IElcdTIwMTltIGhlcmUgZm9yIHlvdSBldmVyeSBzdGVwIG9mIHRoZSB3YXkuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoiaXRhbGljIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<div class=\\"elementor-element elementor-element-1fefdc24 elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"1fefdc24\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-484b424a e-flex e-con-boxed e-con e-parent\\" data-id=\\"484b424a\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-top\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-500dadf3 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\" data-id=\\"500dadf3\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">\\n\\nA Journey to Total Well-Being<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6Ijc3NTUzNzIzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PGVtPkp1c3QgSW1hZ2luZS4uLjxcL2VtPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI3LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjU5LjM3Mn0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-7cdc466d elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\" data-id=\\"7cdc466d\\" data-element_type=\\"widget\\" data-widget_type=\\"icon-list.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-icon-list-items\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-icon-list-item\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-icon\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-icon-list-text\\">Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\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-65f6e275 e-flex e-con-boxed e-con e-parent\\" data-id=\\"65f6e275\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-5c0ee999 e-con-full e-flex e-con e-child\\" data-id=\\"5c0ee999\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjFhMzJmNjU4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgxPjxzdHJvbmc+V2hhdCA8ZW0+TGlmZSBTdHJhdGVnaWVzPFwvZW0+IENsaWVudHMgSGF2ZSBUbyBTYXk8XC9zdHJvbmc+PFwvaDE+PGg2Pihob3ZlciBtb3VzZSB0byBwYXVzZSBzY3JvbGxpbmcpPFwvaDY+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiQ3JpbXNvbiBQcm8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjgiLCJib3R0b20iOiIwIiwibGVmdCI6IjgiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTlhOGZkMGYifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<div class=\\"elementor-element elementor-element-41198a0a elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\\" data-id=\\"41198a0a\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"testimonial-carousel.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-main-swiper swiper\\" role=\\"region\\" aria-roledescription=\\"carousel\\" aria-label=\\"Slides\\">\\n\\t\\t\\t\\t<div class=\\"swiper-wrapper\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I\\u2019m finally feeling like I can do this, like there\\u2019s hope and that there\\u2019s hope for me. I can do this. I can make my life better.\\u00a0 I don\\u2019t need to be in this slump and this thing that is dragging me down. I\\u2019ve learned to replace my negative emotions with positive ones.\\u00a0\\u00a0I learned how to let go of my past.\\u00a0 I could finally see the light at the end of the tunnel.\\u00a0 When he gave me something to replace my pain with, that was huge!\\u00a0 It was important for me to get out of that.\\u00a0\\n\\nI\\u2019m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.\\u00a0 The biggest thing I like is that I''m progressing, which is really big.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Marilyn-Malan.jpg\\" alt=\\"Marilyn\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Marilyn<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I\\u2019m not just sober\\u2014I\\u2019m thriving.\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\\" alt=\\"Michael R\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Michael R<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\u201cBefore working with Jesse, my partner and I were on the brink of separation. We couldn\\u2019t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we\\u2019ve not only rebuilt trust but also rediscovered the joy in our relationship. We\\u2019re laughing and connecting again in ways I never thought possible!\\u201d \\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg\\" alt=\\"Sara and John D\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Sara and John D<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today\\u2019s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Jason T<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-slide\\" role=\\"group\\" aria-roledescription=\\"slide\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__content\\">\\n\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__text\\">\\n\\t\\t\\t\\t\\t\\t\\"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!\\"\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-testimonial__image\\">\\n\\t\\t\\t\\t\\t\\t<img src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg\\" alt=\\"Brandon\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<cite class=\\"elementor-testimonial__cite\\"><span class=\\"elementor-testimonial__name\\">Brandon<\\/span><span class=\\"elementor-testimonial__title\\">\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f\\u2b50\\ufe0f<\\/span><\\/cite>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper-button elementor-swiper-button-prev\\" role=\\"button\\" tabindex=\\"0\\" aria-label=\\"Previous\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-eicon-chevron-left\\" viewBox=\\"0 0 1000 1000\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\"elementor-swiper-button elementor-swiper-button-next\\" role=\\"button\\" tabindex=\\"0\\" aria-label=\\"Next\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-eicon-chevron-right\\" viewBox=\\"0 0 1000 1000\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"swiper-pagination\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-6f9831b0 e-flex e-con-boxed e-con e-parent\\" data-id=\\"6f9831b0\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-26cc9a47 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"26cc9a47\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Ready to get started?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-44425174 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"44425174\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Your Journey to Alignment: \\nHow It Works<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-8274ed7 e-con-full e-flex e-con e-child\\" data-id=\\"8274ed7\\" data-element_type=\\"container\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-5425582c e-con-full e-flex e-con e-child\\" data-id=\\"5425582c\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-2df272a4 elementor-widget elementor-widget-image\\" data-id=\\"2df272a4\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"600\\" height=\\"397\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png\\" class=\\"attachment-large size-large wp-image-59\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228.png 600w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php_-e1733438162228-300x199.png 300w\\" sizes=\\"(max-width: 600px) 100vw, 600px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjJhMjI0OTA4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDE6IDxcL3N0cm9uZz48XC9wPjxwPjxzdHJvbmc+SW5pdGlhbCBDb25zdWx0YXRpb248XC9zdHJvbmc+PFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTksInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5oZXJpdCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"][elementor-element data=\\"eyJpZCI6IjFhZWMwN2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjdXNzIHlvdXIgZ29hbHMgYW5kIHJldmlldyB5b3VyIHBlcnNvbmFsaXplZCB3ZWxsLWJlaW5nIHBsYW4uPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-613b057b e-con-full e-flex e-con e-child\\" data-id=\\"613b057b\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-1493a81c elementor-widget__width-initial elementor-widget elementor-widget-image\\" data-id=\\"1493a81c\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"600\\" height=\\"397\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png\\" class=\\"attachment-large size-large wp-image-60\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2.png 600w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-300x199.png 300w\\" sizes=\\"(max-width: 600px) 100vw, 600px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjQzNDFhMjkxIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDI6XHUwMGEwPFwvc3Ryb25nPjxcL3A+PHA+PHN0cm9uZz5CZWhhdmlvcmFsIEFzc2Vzc21lbnQ8XC9zdHJvbmc+PFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTksInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5oZXJpdCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"][elementor-element data=\\"eyJpZCI6IjY0OTAxNTQ3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VW5kZXJzdGFuZCBob3cgeW91ciBicmFpbiBpcyB3aXJlZCBhbmQgd2hhdCBtb3RpdmF0ZXMgeW91LjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-29b0e4f e-con-full e-flex e-con e-child\\" data-id=\\"29b0e4f\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-4fa5deb3 elementor-widget elementor-widget-image\\" data-id=\\"4fa5deb3\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"800\\" height=\\"529\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png\\" class=\\"attachment-large size-large wp-image-64\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w\\" 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[elementor-element data=\\"eyJpZCI6IjYxOWVmMjI3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDM6IDxcL3N0cm9uZz48XC9wPjxwPjxzdHJvbmc+WW91ciBDdXN0b21pemVkIFNlc3Npb25zPFwvc3Ryb25nPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE5LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaGVyaXQiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMTAuNTIzfSwiX2ZsZXhfc2l6ZSI6Im5vbmUiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTE5ZDMxOGMifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"][elementor-element data=\\"eyJpZCI6IjI2NTY4ZWJmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VGFpbG9yZWQgY29hY2hpbmcgd2l0aCB5b3UgYW5kXC9vciB5b3VyIHBhcnRuZXIgdG8gaGVscCB5b3UgYnVpbGQgdGhlIGxpZmUgeW91IHJlYWxseSB3YW50LjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Im5vcm1hbCIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjExMC41MjN9LCJfZmxleF9zaXplIjoibm9uZSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MTlkMzE4YyJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-6a237103 e-con-full e-flex e-con e-child\\" data-id=\\"6a237103\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-32c08eaa elementor-widget elementor-widget-image\\" data-id=\\"32c08eaa\\" data-element_type=\\"widget\\" data-widget_type=\\"image.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\"600\\" height=\\"397\\" src=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg\\" class=\\"attachment-large size-large wp-image-61\\" alt=\\"\\" srcset=\\"https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923.jpeg 600w, https:\\/\\/thelifestrategiescoach.com\\/wp-content\\/uploads\\/2024\\/12\\/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w\\" sizes=\\"(max-width: 600px) 100vw, 600px\\" \\/>\\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[elementor-element data=\\"eyJpZCI6IjRkMjFhOGRkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5TdGVwIDQ6IDxcL3N0cm9uZz48XC9wPjxwPjxzdHJvbmc+QWNoaWV2ZSBZb3VyIERyZWFtczxcL3N0cm9uZz48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2ZvbnRfc3R5bGUiOiJub3JtYWwiLCJ0eXBvZ3JhcGh5X3RleHRfZGVjb3JhdGlvbiI6Im5vbmUiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV93b3JkX3NwYWNpbmciOnsidW5pdCI6ImVtIiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoiJSIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"][elementor-element data=\\"eyJpZCI6IjEwYWUyNzA2IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RW5qb3kgeW91ciBuZXcgbGlmZSBpbiBoYXZpbmcgYW5kIGJlY29taW5nIHdoYXQgWU9VIHdhbnQuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MTEwLjUyM30sIl9mbGV4X3NpemUiOiJub25lIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\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-38fffad6 e-flex e-con-boxed e-con e-parent\\" data-id=\\"38fffad6\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-6b45c09e e-con-full e-flex e-con e-child\\" data-id=\\"6b45c09e\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjI2MDljZTQ3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgxPjxzdHJvbmc+V2h5IEFyZSBNeSBDbGllbnRzIEdldHRpbmcgU3VjaCBHb29kIFJlc3VsdHM\\/PFwvc3Ryb25nPjxcL2gxPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkNyaW1zb24gUHJvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiI4IiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"][elementor-element data=\\"eyJpZCI6IjJiM2QyYmZlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Q29udHJhcnkgdG8gdHJhZGl0aW9uYWwgdGhlcmFweSwgd2hpY2ggb2Z0ZW4gZm9jdXNlcyBvbiByZXZpc2l0aW5nIDxzdHJvbmc+cGFzdDxcL3N0cm9uZz4gPHN0cm9uZz5wcm9ibGVtczxcL3N0cm9uZz4gYW5kIHJlLWV4cGVyaWVuY2luZyBuZWdhdGl2ZSBlbW90aW9ucywgbXkgYXBwcm9hY2ggaXMgPHN0cm9uZz5mb3J3YXJkLWZvY3VzZWQ8XC9zdHJvbmc+LjxcL3A+PHA+VG9nZXRoZXIsIHdlXHUyMDE5bGwgaWRlbnRpZnkgd2hhdCB5b3UgdHJ1bHkgd2FudCB0byBhY2hpZXZlLCBleHBlcmllbmNlLCBhbmQgYmVjb21lXHUyMDE0YW5kIGNyZWF0ZSBhIGNsZWFyIHBhdGggdG8gaGVscCB5b3UgZ2V0IHRoZXJlLjxcL3A+PHA+RHdlbGxpbmcgb24gcGFzdCBuZWdhdGl2ZXMgY2FuIGtlZXAgeW91IHRyYXBwZWQgaW4gcmVwZWF0aW5nIGN5Y2xlcyBhbmQgcGF0dGVybnMuIFdoZW4geW91IGZvY3VzIG9uIGJlY29taW5nLCBoYXZpbmcsIGFuZCBleHBlcmllbmNpbmcgd2hhdCB5b3Ugd2FudCAodmVyc3VzIHdoYXQgeW91IGRvbid0IHdhbnQpIHlvdSBiZWdpbiBhIHNoaWZ0IHRoYXQgaGVscHMgeW91IHRvIGdldCBleGFjdGx5IHdoYXQgeW91J3ZlIGFsd2F5cyBkcmVhbWVkIG9mLjxcL3A+PHA+SSBzcGVjaWFsaXplIGluIGhlbHBpbmcgeW91IGdldCB0aGVzZSBmb3J3YXJkLWRpcmVjdGVkIHJlc3VsdHMgd2l0aDo8XC9wPjx1bD48bGk+PHN0cm9uZz5Gb3J3YXJkLUZvY3VzZWQgQ29hY2hpbmc6PFwvc3Ryb25nPiBXZSBmb2N1cyBvbiBidWlsZGluZyB0aGUgZnV0dXJlIHlvdSB3YW50LCByYXRoZXIgdGhhbiBkd2VsbGluZyBvbiB0aGUgcGFzdC48XC9saT48XC91bD48dWw+PGxpPjxzdHJvbmc+UHJvdmVuIFN0cmF0ZWdpZXM6PFwvc3Ryb25nPiBXaXRoIDI1IHByb3ZlbiBwcm9jZXNzZXMsIHdlXHUyMDE5bGwgaGVscCB5b3UgY3JlYXRlIGxhc3RpbmcsIHBvc2l0aXZlIGNoYW5nZS48XC9saT48XC91bD48dWw+PGxpPjxzdHJvbmc+SG9saXN0aWMgQXBwcm9hY2g6PFwvc3Ryb25nPiBBZGRyZXNzIGVtb3Rpb25hbCwgbWVudGFsLCBhbmQgYmVoYXZpb3JhbCBjaGFsbGVuZ2VzIHRvZ2V0aGVyIGZvciBjb21wcmVoZW5zaXZlIHJlc3VsdHMuPFwvbGk+PFwvdWw+PHVsPjxsaT48c3Ryb25nPkVtcGF0aGV0aWMgU3VwcG9ydDo8XC9zdHJvbmc+IFlvdVx1MjAxOWxsIG5ldmVyIGZlZWwganVkZ2VkIG9yIGFsb25lIG9uIHlvdXIgam91cm5leS48XC9saT48XC91bD4iLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoibm9uZSIsInR5cG9ncmFwaHlfZm9udF9zdHlsZSI6Iml0YWxpYyIsInR5cG9ncmFwaHlfdGV4dF9kZWNvcmF0aW9uIjoibm9uZSIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjoiMCIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjgwLCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\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-614b7562 e-flex e-con-boxed e-con e-parent\\" data-id=\\"614b7562\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-2c88c957 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"2c88c957\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Flexible Payment Options<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-6b40a544 e-con-full e-flex e-con e-child\\" data-id=\\"6b40a544\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-4fe27239 elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"4fe27239\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\t3 Month Payment Plan\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t500\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">Monthly<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-6a801366 elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"6a801366\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\tFull Payment\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t1,500\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">One-Time Payment<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ff3c9a9\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<b>Bonus 60 Minute Session<\\/b>\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-0208003\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<b>Gift Voucher For A Friend<\\/b>\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__ribbon\\">\\n\\t\\t\\t\\t<div class=\\"elementor-price-table__ribbon-inner\\">\\n\\t\\t\\t\\t\\tMost Popular\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-7dde14ef elementor-widget__width-initial elementor-widget elementor-widget-price-table\\" data-id=\\"7dde14ef\\" data-element_type=\\"widget\\" data-widget_type=\\"price-table.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\"elementor-price-table\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__header\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-price-table__heading\\">\\n\\t\\t\\t\\t\\t\\t2 Month Payment Plan\\t\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\"elementor-price-table__price\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__currency\\">&#036;<\\/span>\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__integer-part\\">\\n\\t\\t\\t\\t\\t\\t750\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__after-price\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__fractional-part\\">\\n\\t\\t\\t\\t\\t\\t\\t00\\t\\t\\t\\t\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\"elementor-price-table__period elementor-typo-excluded\\">Monthly<\\/span>\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\"elementor-price-table__features-list\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4bc0a9a\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInitial Consultation\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-4adafc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPackage of six 75-Minute Sessions\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-ca5924c\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t17 Page Behavioral Assessment\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-111117f\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tBelief Breakthrough Script\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\"elementor-repeater-item-36b2fc0\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__feature-inner\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-far-check-circle\\" viewBox=\\"0 0 512 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span >\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSupport Between Sessions (email\\/messaging)\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-price-table__footer\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\"elementor-price-table__button elementor-button elementor-size-md\\" href=\\"#\\">\\n\\t\\t\\t\\t\\t\\t\\tBook Consultation Now\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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-3fe4a03e e-flex e-con-boxed e-con e-parent\\" data-id=\\"3fe4a03e\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-shape elementor-shape-bottom\\" data-negative=\\"false\\">\\n\\t\\t\\t<svg xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\" viewBox=\\"0 0 2600 131.1\\" preserveAspectRatio=\\"none\\">\\n\\t<path class=\\"elementor-shape-fill\\" d=\\"M0 0L2600 0 2600 69.1 0 0z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.5\\" d=\\"M0 0L2600 0 2600 69.1 0 69.1z\\"\\/>\\n\\t<path class=\\"elementor-shape-fill\\" style=\\"opacity:0.25\\" d=\\"M2600 0L0 0 0 130.1 2600 69.1z\\"\\/>\\n<\\/svg>\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-49903a15 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\\" data-id=\\"49903a15\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;marker&quot;:&quot;underline&quot;,&quot;highlighted_text&quot;:&quot;Exclusive&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;highlight_iteration_delay&quot;:8000}\\" data-widget_type=\\"animated-headline.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<h3 class=\\"elementor-headline\\">\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-plain-text elementor-headline-text-wrapper\\">Pay In Full & Receive<\\/span>\\n\\t\\t\\t\\t<span class=\\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\\">\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-dynamic-text elementor-headline-text-active\\">Exclusive<\\/span>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<span class=\\"elementor-headline-plain-text elementor-headline-text-wrapper\\">Bonuses<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjU4NmYzNjIwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+PHN0cm9uZz5Cb251cyA2MC1NaW51dGUgU2Vzc2lvbjxcL3N0cm9uZz46IEFkZCBhbiBleHRyYSBjb2FjaGluZyBzZXNzaW9uIHRvIHlvdXIgcGFja2FnZSE8XC9wPjxwPjxzdHJvbmc+R2lmdCBWb3VjaGVyIGZvciBhIEZyaWVuZDo8XC9zdHJvbmc+IEEgMzAtbWludXRlIG1pbmktY29uc3VsdGF0aW9uIHZvdWNoZXIgdG8gc2hhcmUgdGhlIGV4cGVyaWVuY2UuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNywic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjg1LCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD0xOWQzMThjIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\"elementor-element elementor-element-22159cad e-flex e-con-boxed e-con e-parent\\" data-id=\\"22159cad\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t\\t\\t<div class=\\"elementor-element elementor-element-15d74b16 elementor-widget__width-initial elementor-widget elementor-widget-heading\\" data-id=\\"15d74b16\\" data-element_type=\\"widget\\" data-widget_type=\\"heading.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t<h2 class=\\"elementor-heading-title elementor-size-default\\">Empowering You to Move Forward<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjU2ODQ4MTUzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgzPllvdXIgam91cm5leSB0byBhIGJyaWdodGVyLCBoYXBwaWVyIGZ1dHVyZSBiZWdpbnMgdG9kYXkuIFNjaGVkdWxlIHlvdXIgPHN0cm9uZz5GUkVFIDIwLW1pbnV0ZSBjb25zdWx0YXRpb248XC9zdHJvbmc+IHRvIGxlYXJuIGhvdyB3ZSBjYW4gc3VwcG9ydCB5b3UuPFwvaDM+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo4NSwic2l6ZXMiOltdfSwiX2ZsZXhfYWxpZ25fc2VsZiI6ImNlbnRlciIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9OWE4ZmQwZiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<div class=\\"elementor-element elementor-element-5198e0d elementor-align-center elementor-widget elementor-widget-button\\" data-id=\\"5198e0d\\" data-element_type=\\"widget\\" data-widget_type=\\"button.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\"elementor-button-wrapper\\">\\n\\t\\t\\t\\t\\t<a class=\\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse-grow\\" href=\\"#\\">\\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\\">SCHEDULE MY FREE CONSULTATION NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\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-2ac9f68 e-flex e-con-boxed e-con e-parent\\" data-id=\\"2ac9f68\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;classic&quot;}\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t<div class=\\"elementor-element elementor-element-539c98f6 e-con-full e-flex e-con e-child\\" data-id=\\"539c98f6\\" data-element_type=\\"container\\" data-settings=\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjVjNDk2YjNkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPGgxPjxzdHJvbmc+U3RpbGwgSGF2ZSBRdWVzdGlvbnM\\/PFwvc3Ryb25nPjxcL2gxPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkNyaW1zb24gUHJvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9mb250X3N0eWxlIjoibm9ybWFsIiwidHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4yLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjoiMCIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfd29yZF9zcGFjaW5nIjp7InVuaXQiOiJlbSIsInNpemUiOiIwIiwic2l6ZXMiOltdfSwiX3BhZGRpbmciOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiI4IiwiYm90dG9tIjoiMCIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiIwIiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD05YThmZDBmIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<div class=\\"elementor-element elementor-element-11720339 elementor-widget__width-initial elementor-widget elementor-widget-n-accordion\\" data-id=\\"11720339\\" data-element_type=\\"widget\\" data-settings=\\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\\" data-widget_type=\\"nested-accordion.default\\">\\n\\t\\t\\t\\t<div class=\\"elementor-widget-container\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\"e-n-accordion\\" aria-label=\\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\\">\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2920\\" class=\\"e-n-accordion-item\\" open>\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"1\\" tabindex=\\"0\\" aria-expanded=\\"true\\" aria-controls=\\"e-n-accordion-item-2920\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How is coaching different from therapy or counseling? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2920\\" class=\\"elementor-element elementor-element-49f68341 e-con-full e-flex e-con e-child\\" data-id=\\"49f68341\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjdlZWQ3YjcwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TGlmZSBzdHJhdGVnaWVzIGNvYWNoaW5nIGZvY3VzZXMgb24gaGVscGluZyB5b3UgaWRlbnRpZnkgeW91ciBnb2Fscywgb3ZlcmNvbWUgb2JzdGFjbGVzLCBhbmQgY3JlYXRlIGFjdGlvbmFibGUgcGxhbnMgdG8gYWNoaWV2ZSB0aGUgbGlmZSB5b3Ugd2FudC4gVW5saWtlIHRoZXJhcHksIHdoaWNoIG9mdGVuIGRlbHZlcyBpbnRvIHBhc3QgdHJhdW1hcyBhbmQgY2xpbmljYWwgaXNzdWVzLCBjb2FjaGluZyBpcyBmdXR1cmUtZm9jdXNlZCBhbmQgZW1waGFzaXplcyBwZXJzb25hbCBncm93dGgsIHByYWN0aWNhbCB0b29scywgYW5kIGVtcG93ZXJtZW50LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2921\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"2\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-2921\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Who is this program for? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2921\\" class=\\"elementor-element elementor-element-8b1148e e-con-full e-flex e-con e-child\\" data-id=\\"8b1148e\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjMzNjM2ZDJjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VGhpcyBwcm9ncmFtIGlzIGlkZWFsIGZvciBpbmRpdmlkdWFscyB3aG8gZmVlbCBzdHVjaywgb3ZlcndoZWxtZWQsIG9yIHVuZnVsZmlsbGVkIGFuZCBhcmUgcmVhZHkgdG8gdGFrZSBhY3Rpb24uIFdoZXRoZXIgeW91J3JlIHNlZWtpbmcgY2xhcml0eSwgYmV0dGVyIHJlbGF0aW9uc2hpcHMsIGZyZWVkb20gZnJvbSBuZWdhdGl2ZSBwYXR0ZXJucywgb3IgcmVuZXdlZCBwdXJwb3NlLCB0aGlzIHByb2dyYW0gd2lsbCBoZWxwIHlvdSBhY2hpZXZlIHlvdXIgZ29hbHMuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1iN2JlY2EyIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2922\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"3\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-2922\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How long does the program take? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2922\\" class=\\"elementor-element elementor-element-147319e2 e-con-full e-flex e-con e-child\\" data-id=\\"147319e2\\" data-element_type=\\"container\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjE0YTBkMjI0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+VGhlIHN0YW5kYXJkIHByb2dyYW0gaW5jbHVkZXMgc2l4IHNlc3Npb25zLCB0eXBpY2FsbHkgc3ByZWFkIG92ZXIgdHdvIHRvIHRocmVlIG1vbnRocy4gSG93ZXZlciwgdGhlIHBhY2UgY2FuIGJlIGFkanVzdGVkIGJhc2VkIG9uIHlvdXIgbmVlZHMgYW5kIHNjaGVkdWxlLiBUaGUgZ29hbCBpcyBmb3IgeW91IHRvIGJlIGFibGUgdG8gY29udGludWUgd2l0aCB5b3VyIHByb2dyZXNzIGFsbCBvbiB5b3VyIG93biBieSB0aGUgZW5kLCB3aXRob3V0IHRoZSBuZWVkIG9mIGEgY29hY2ggYW55bW9yZS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2923\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"4\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-2923\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Do you only do appointments in-person? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2923\\" class=\\"elementor-element elementor-element-3c316511 e-flex e-con-boxed e-con e-child\\" data-id=\\"3c316511\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjFkMTQ1M2NmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+Tm8hIENvYWNoaW5nIHNlc3Npb25zIGFyZSBhdmFpbGFibGUgaW4tcGVyc29uIG9yIG9ubGluZSB2aWEgdmlkZW8gY29uZmVyZW5jaW5nLCBzbyB5b3UgY2FuIGJlbmVmaXQgZnJvbSB0aGUgcHJvZ3JhbSBubyBtYXR0ZXIgd2hlcmUgeW91XHUyMDE5cmUgbG9jYXRlZC48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2924\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"5\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-2924\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> What can I expect during a coaching session? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2924\\" class=\\"elementor-element elementor-element-5fc96762 e-flex e-con-boxed e-con e-child\\" data-id=\\"5fc96762\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjVmNTdiYTljIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+RWFjaCBzZXNzaW9uIGlzIDc1IG1pbnV0ZXMgYW5kIGluY2x1ZGVzIGEgbWl4IG9mIGd1aWRlZCBkaXNjdXNzaW9ucywgcGVyc29uYWxpemVkIGV4ZXJjaXNlcywgYW5kIGFjdGlvbmFibGUgc3RyYXRlZ2llcyB0YWlsb3JlZCB0byB5b3VyIGdvYWxzLiBZb3VcdTIwMTlsbCBsZWF2ZSBlYWNoIHNlc3Npb24gd2l0aCBjbGVhciBzdGVwcyB0byBtb3ZlIGZvcndhcmQgYW5kIHRvb2xzIHRvIGFwcGx5IGltbWVkaWF0ZWx5LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2925\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"6\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-2925\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> What happens between sessions? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2925\\" class=\\"elementor-element elementor-element-392d1e77 e-flex e-con-boxed e-con e-child\\" data-id=\\"392d1e77\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjUyOTEyMCIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImVkaXRvciI6IjxwPkJldHdlZW4gc2Vzc2lvbnMsIHlvdVx1MjAxOWxsIGhhdmUgYWNjZXNzIHRvIG9uZ29pbmcgc3VwcG9ydCB2aWEgZW1haWwgb3IgbWVzc2FnaW5nLiBUaGlzIGVuc3VyZXMgeW91IHN0YXkgb24gdHJhY2ssIG92ZXJjb21lIG9ic3RhY2xlcywgYW5kIGdldCB0aGUgbW9zdCBvdXQgb2YgdGhlIHByb2dyYW0uPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1iN2JlY2EyIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2926\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"7\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-2926\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> Is coaching confidential? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2926\\" class=\\"elementor-element elementor-element-331dcb35 e-flex e-con-boxed e-con e-child\\" data-id=\\"331dcb35\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjVjZmZmY2Q4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+WWVzLCBldmVyeXRoaW5nIHNoYXJlZCBkdXJpbmcgY29hY2hpbmcgc2Vzc2lvbnMgaXMgMTAwJSBjb25maWRlbnRpYWwuIFlvdXIgcHJpdmFjeSBpcyBhIHRvcCBwcmlvcml0eS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2927\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"8\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-2927\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How do I know if this program is right for me? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2927\\" class=\\"elementor-element elementor-element-414ef4ab e-flex e-con-boxed e-con e-child\\" data-id=\\"414ef4ab\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjU5NjI1MGM0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SWYgeW91XHUyMDE5cmUgcmVhZHkgdG8gaW52ZXN0IGluIHlvdXIgZ3Jvd3RoLCBtYWtlIG1lYW5pbmdmdWwgY2hhbmdlcywgYW5kIHRha2UgY29udHJvbCBvZiB5b3VyIGxpZmUsIHRoaXMgcHJvZ3JhbSBpcyBmb3IgeW91LiBTY2hlZHVsZSBhIGZyZWUgY29uc3VsdGF0aW9uIHRvIGV4cGxvcmUgd2hldGhlciBpdFx1MjAxOXMgdGhlIHJpZ2h0IGZpdCBmb3IgeW91LjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2928\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"9\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-2928\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> It''s too expensive <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2928\\" class=\\"elementor-element elementor-element-159e3d03 e-flex e-con-boxed e-con e-child\\" data-id=\\"159e3d03\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjUzMmJjZmJlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+SSBjb21wbGV0ZWx5IHVuZGVyc3RhbmQgdGhhdCBjb3N0IGlzIGFuIGltcG9ydGFudCBmYWN0b3Igd2hlbiBtYWtpbmcgYSBkZWNpc2lvbiwgYW5kIEkgYXBwcmVjaWF0ZSB5b3UgYmVpbmcgdXBmcm9udCBhYm91dCBpdC4gTGV0IG1lIHNoYXJlIGEgbGl0dGxlIGFib3V0IHdoYXQgc2V0cyB0aGlzIGV4cGVyaWVuY2UgYXBhcnQuIE91ciBtaW5kLWJvZHkgYWxpZ25tZW50IHNlc3Npb25zIGFyZW5cdTIwMTl0IGp1c3QgYSB0ZW1wb3JhcnkgZml4XHUyMDE0dGhleVx1MjAxOXJlIGFuIGludmVzdG1lbnQgaW4geW91ciBvdmVyYWxsIHdlbGwtYmVpbmcuIFRoZXkgb2ZmZXIgbGFzdGluZyBwaHlzaWNhbCByZWxpZWYsIG1lbnRhbCBjbGFyaXR5LCBhbmQgZW1vdGlvbmFsIGJhbGFuY2UuIE1vc3Qgb2Ygb3VyIGNsaWVudHMgdGVsbCB1cyBpdFx1MjAxOXMgbm90IGp1c3QgYSBzZXJ2aWNlOyBpdFx1MjAxOXMgYSB0cmFuc2Zvcm1hdGl2ZSBleHBlcmllbmNlIHRoYXQgaW1wcm92ZXMgbXVsdGlwbGUgYXJlYXMgb2YgdGhlaXIgbGlmZS48XC9wPjxwPlRvIG1ha2UgaXQgbW9yZSBhY2Nlc3NpYmxlLCB3ZVx1MjAxOXZlIGFkZGVkIGZsZXhpYmxlIHBheW1lbnQgb3B0aW9uczogeW91IGNhbiBjaG9vc2UgdG8gcGF5IGluIHR3byBwYXltZW50cyBvZiAkNzUwIG9yIHRocmVlIHBheW1lbnRzIG9mICQ1MDAsIHJhdGhlciB0aGFuICQxNTAwIGFsbCBhdCBvbmNlLiBXZSB3YW50IHRvIGVuc3VyZSB0aGlzIGxpZmUtY2hhbmdpbmcgZXhwZXJpZW5jZSBmaXRzIGludG8geW91ciBidWRnZXQgd2l0aG91dCBjb21wcm9taXNpbmcgb24gdGhlIHZhbHVlIGl0IGRlbGl2ZXJzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YjdiZWNhMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\t\\t\\t<details id=\\"e-n-accordion-item-2929\\" class=\\"e-n-accordion-item\\" >\\n\\t\\t\\t\\t<summary class=\\"e-n-accordion-item-title\\" data-accordion-index=\\"10\\" tabindex=\\"-1\\" aria-expanded=\\"false\\" aria-controls=\\"e-n-accordion-item-2929\\" >\\n\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-header''><div class=\\"e-n-accordion-item-title-text\\"> How do I get started? <\\/div><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=''e-n-accordion-item-title-icon''>\\n\\t\\t\\t<span class=''e-opened'' ><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-minus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t\\t<span class=''e-closed''><svg aria-hidden=\\"true\\" class=\\"e-font-icon-svg e-fas-plus\\" viewBox=\\"0 0 448 512\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><path d=\\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\\"><\\/path><\\/svg><\\/span>\\n\\t\\t<\\/span>\\n\\n\\t\\t\\t\\t\\t\\t<\\/summary>\\n\\t\\t\\t\\t<div role=\\"region\\" aria-labelledby=\\"e-n-accordion-item-2929\\" class=\\"elementor-element elementor-element-f79897f e-flex e-con-boxed e-con e-child\\" data-id=\\"f79897f\\" data-element_type=\\"container\\">\\n\\t\\t\\t\\t\\t<div class=\\"e-con-inner\\">\\n\\t\\t[elementor-element data=\\"eyJpZCI6IjM2MzhmMTQwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+R2V0dGluZyBzdGFydGVkIGlzIGVhc3khIENsaWNrIHRoZSBcdTIwMWNTY2hlZHVsZSBNeSBGcmVlIENvbnN1bHRhdGlvblx1MjAxZCBidXR0b24gYWJvdmUsIGFuZCB3ZVx1MjAxOWxsIHNldCB1cCBhIHRpbWUgdG8gZGlzY3VzcyB5b3VyIGdvYWxzIGFuZCBjcmVhdGUgYSBwbGFuIHRhaWxvcmVkIGp1c3QgZm9yIHlvdS48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQb3BwaW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiIzMDAiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWI3YmVjYTIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/details>\\n\\t\\t\\t\\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\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t","scripts":[],"styles":[]}}');
INSERT INTO `FDQBA_postmeta` VALUES
(2104, 8, '_elementor_css', 'a:6:{s:4:"time";i:1738096900;s:5:"fonts";a:6:{i:0;s:12:"Josefin Sans";i:1;s:10:"Montserrat";i:2;s:7:"Archivo";i:3;s:11:"Crimson Pro";i:17;s:6:"Roboto";i:43;s:7:"Poppins";}s:5:"icons";a:3:{i:0;s:0:"";i:1;s:8:"fa-solid";i:6;s:10:"fa-regular";}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_posts`
--

CREATE TABLE `FDQBA_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_posts`
--

INSERT INTO `FDQBA_posts` VALUES
(1, 1, '2024-12-05 03:52:55', '2024-12-05 03:52:55', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2024-12-05 03:52:55', '2024-12-05 03:52:55', '', 0, 'https://thelifestrategiescoach.com/?p=1', 0, 'post', '', 1),
(4, 0, '2024-12-05 03:52:56', '2024-12-05 03:52:56', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2024-12-05 03:52:56', '2024-12-05 03:52:56', '', 0, 'https://thelifestrategiescoach.com/index.php/2024/12/05/navigation/', 0, 'wp_navigation', '', 0),
(5, 0, '2024-12-05 03:58:59', '2024-12-05 03:58:59', '', 'Home', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2024-12-05 06:46:36', '2024-12-05 06:46:36', '', 0, 'https://thelifestrategiescoach.com/?p=5', 0, 'elementor_library', '', 0),
(8, 1, '2024-12-05 06:50:14', '2024-12-05 06:50:14', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', 'Overcome addiction, break free from depression, and create fulfilling relationships.', 'publish', 'closed', 'closed', '', 'home', '', '', '2024-12-06 06:14:26', '2024-12-06 06:14:26', '', 0, 'https://thelifestrategiescoach.com/?page_id=8', 0, 'page', '', 0),
(9, 1, '2024-12-05 06:15:29', '2024-12-05 06:15:29', '', 'Life Strategies Logo', '', 'inherit', 'open', 'closed', '', 'life-strategies-logo', '', '', '2024-12-05 06:15:29', '2024-12-05 06:15:29', '', 5, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo.png', 0, 'attachment', 'image/png', 0),
(11, 1, '2024-12-05 06:31:10', '2024-12-05 06:31:10', '', 'Life Strategies Logo-3', '', 'inherit', 'open', 'closed', '', 'life-strategies-logo-3', '', '', '2024-12-05 06:31:10', '2024-12-05 06:31:10', '', 5, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo-3.png', 0, 'attachment', 'image/png', 0),
(12, 1, '2024-12-05 06:31:31', '2024-12-05 06:31:31', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2024-12-05 06:31:31', '2024-12-05 06:31:31', '', 5, 'https://thelifestrategiescoach.com/?p=12', 0, 'revision', '', 0),
(13, 1, '2024-12-05 06:31:31', '2024-12-05 06:31:31', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2024-12-05 06:31:31', '2024-12-05 06:31:31', '', 5, 'https://thelifestrategiescoach.com/?p=13', 0, 'revision', '', 0),
(14, 1, '2024-12-05 06:36:45', '2024-12-05 06:36:45', '{"version": 3, "isGlobalStylesUserThemeJSON": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-twentytwentyfive', '', '', '2024-12-05 06:36:45', '2024-12-05 06:36:45', '', 0, 'https://thelifestrategiescoach.com/wp-global-styles-twentytwentyfive/', 0, 'wp_global_styles', '', 0),
(15, 1, '2024-12-05 06:40:56', '2024-12-05 06:40:56', '', 'Life Strategies Logo-2', '', 'inherit', 'open', 'closed', '', 'life-strategies-logo-2', '', '', '2024-12-05 06:40:56', '2024-12-05 06:40:56', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo-2.png', 0, 'attachment', 'image/png', 0),
(16, 1, '2024-12-05 06:42:23', '2024-12-05 06:42:23', '<!-- wp:template-part {"slug":"header","theme":"twentytwentyfive"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|50"},"blockGap":"var:preset|spacing|50"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--50)"><!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"align":"full","layout":{"type":"default"}} -->\n<div class="wp-block-query alignfull"><!-- wp:post-template {"align":"full","layout":{"type":"default"}} /--></div>\n<!-- /wp:query --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"twentytwentyfive"} /-->', 'Blog Home', 'Displays the latest posts as either the site homepage or as the "Posts page" as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.', 'publish', 'closed', 'closed', '', 'home', '', '', '2024-12-05 06:44:34', '2024-12-05 06:44:34', '', 0, 'https://thelifestrategiescoach.com/home/', 0, 'wp_template', '', 0),
(17, 1, '2024-12-05 06:42:23', '2024-12-05 06:42:23', '<!-- wp:group {"align":"full","layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull"><!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->\n<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"><!-- wp:image {"id":15,"width":"122px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo-2.png" alt="" class="wp-image-15" style="width:122px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left"}} -->\n<div class="wp-block-group"></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2024-12-05 06:48:33', '2024-12-05 06:48:33', '', 0, 'https://thelifestrategiescoach.com/header/', 0, 'wp_template_part', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(18, 1, '2024-12-05 06:42:23', '2024-12-05 06:42:23', '<!-- wp:template-part {"slug":"header","theme":"twentytwentyfive"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} -->\n<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"align":"full","layout":{"type":"default"}} -->\n<div class="wp-block-query alignfull"><!-- wp:post-template {"align":"full","layout":{"type":"default"}} /--></div>\n<!-- /wp:query --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"twentytwentyfive"} /-->', 'Blog Home', 'Displays the latest posts as either the site homepage or as the "Posts page" as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-05 06:42:23', '2024-12-05 06:42:23', '', 16, 'https://thelifestrategiescoach.com/?p=18', 0, 'revision', '', 0),
(19, 1, '2024-12-05 06:42:56', '2024-12-05 06:42:56', '<!-- wp:template-part {"slug":"header","theme":"twentytwentyfive"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|60"}}},"layout":{"type":"constrained","contentSize":"100%"}} -->\n<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"align":"full","layout":{"type":"default"}} -->\n<div class="wp-block-query alignfull"><!-- wp:post-template {"align":"full","layout":{"type":"default"}} /--></div>\n<!-- /wp:query --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"twentytwentyfive"} /-->', 'Blog Home', 'Displays the latest posts as either the site homepage or as the "Posts page" as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-05 06:42:56', '2024-12-05 06:42:56', '', 16, 'https://thelifestrategiescoach.com/?p=19', 0, 'revision', '', 0),
(20, 1, '2024-12-05 06:44:34', '2024-12-05 06:44:34', '<!-- wp:template-part {"slug":"header","theme":"twentytwentyfive"} /-->\n\n<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|50"},"blockGap":"var:preset|spacing|50"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--50)"><!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"align":"full","layout":{"type":"default"}} -->\n<div class="wp-block-query alignfull"><!-- wp:post-template {"align":"full","layout":{"type":"default"}} /--></div>\n<!-- /wp:query --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {"slug":"footer","theme":"twentytwentyfive"} /-->', 'Blog Home', 'Displays the latest posts as either the site homepage or as the "Posts page" as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-12-05 06:44:34', '2024-12-05 06:44:34', '', 16, 'https://thelifestrategiescoach.com/?p=20', 0, 'revision', '', 0),
(21, 1, '2024-12-05 06:46:36', '2024-12-05 06:46:36', '', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2024-12-05 06:46:36', '2024-12-05 06:46:36', '', 5, 'https://thelifestrategiescoach.com/?p=21', 0, 'revision', '', 0),
(22, 1, '2024-12-05 06:46:36', '2024-12-05 06:46:36', '', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2024-12-05 06:46:36', '2024-12-05 06:46:36', '', 5, 'https://thelifestrategiescoach.com/?p=22', 0, 'revision', '', 0),
(23, 1, '2024-12-05 06:48:33', '2024-12-05 06:48:33', '<!-- wp:group {"align":"full","layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull"><!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->\n<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"><!-- wp:image {"id":15,"width":"122px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Life-Strategies-Logo-2.png" alt="" class="wp-image-15" style="width:122px;height:auto"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left"}} -->\n<div class="wp-block-group"></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->', 'Header', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2024-12-05 06:48:33', '2024-12-05 06:48:33', '', 17, 'https://thelifestrategiescoach.com/?p=23', 0, 'revision', '', 0),
(24, 1, '2024-12-05 06:50:14', '2024-12-05 06:50:14', '', 'Elementor #8', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 06:50:14', '2024-12-05 06:50:14', '', 8, 'https://thelifestrategiescoach.com/?p=24', 0, 'revision', '', 0),
(25, 1, '2024-12-05 06:50:48', '2024-12-05 06:50:48', '', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 06:50:48', '2024-12-05 06:50:48', '', 8, 'https://thelifestrategiescoach.com/?p=25', 0, 'revision', '', 0),
(30, 1, '2024-12-05 07:13:47', '2024-12-05 07:13:47', '', 'Senior Couple Relaxing In Autumn Landscape', 'Senior Couple Relaxing In Autumn Landscape', 'inherit', 'open', 'closed', '', 'senior-couple-relaxing-in-autumn-landscape', '', '', '2024-12-05 07:13:47', '2024-12-05 07:13:47', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982.jpeg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2024-12-05 07:13:58', '2024-12-05 07:13:58', '', 'Young smiling couple in love having fun together at home', 'Young smiling couple in love having fun together at home in bedroom, laughing husband and attractive wife dancing on date, spending time together, enjoying, just married man and woman in new apartment', 'inherit', 'open', 'closed', '', 'young-smiling-couple-in-love-having-fun-together-at-home', '', '', '2024-12-05 07:13:58', '2024-12-05 07:13:58', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619.jpeg', 0, 'attachment', 'image/jpeg', 0),
(32, 1, '2024-12-05 07:14:08', '2024-12-05 07:14:08', '', 'Happy couple is lying upside down on the sofa at home.', '', 'inherit', 'open', 'closed', '', 'happy-couple-is-lying-upside-down-on-the-sofa-at-home', '', '', '2024-12-05 07:14:08', '2024-12-05 07:14:08', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_335483536.jpeg', 0, 'attachment', 'image/jpeg', 0),
(33, 1, '2024-12-05 18:10:37', '2024-12-05 18:10:37', '', 'admin-ajax.php', '', 'inherit', 'open', 'closed', '', 'admin-ajax-php', '', '', '2024-12-05 18:10:37', '2024-12-05 18:10:37', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2024-12-05 19:35:03', '2024-12-05 19:35:03', '', 'joao-branco-1_2d3MRbI9c-unsplash-scaled', '', 'inherit', 'open', 'closed', '', 'joao-branco-1_2d3mrbi9c-unsplash-scaled', '', '', '2024-12-05 19:35:03', '2024-12-05 19:35:03', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/joao-branco-1_2d3MRbI9c-unsplash-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(35, 1, '2024-12-05 19:35:06', '2024-12-05 19:35:06', '', 'johann-siemens-EPy0gBJzzZU-unsplash-scaled', '', 'inherit', 'open', 'closed', '', 'johann-siemens-epy0gbjzzzu-unsplash-scaled', '', '', '2024-12-05 19:35:06', '2024-12-05 19:35:06', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/johann-siemens-EPy0gBJzzZU-unsplash-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(36, 1, '2024-12-05 19:35:09', '2024-12-05 19:35:09', '', 'kumiko-shimizu-gHKSgocphro-unsplash-1-scaled', '', 'inherit', 'open', 'closed', '', 'kumiko-shimizu-ghksgocphro-unsplash-1-scaled', '', '', '2024-12-05 19:35:09', '2024-12-05 19:35:09', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/kumiko-shimizu-gHKSgocphro-unsplash-1-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2024-12-05 19:35:13', '2024-12-05 19:35:13', '', 'pexels-felix-mittermeier-1459495-scaled', '', 'inherit', 'open', 'closed', '', 'pexels-felix-mittermeier-1459495-scaled', '', '', '2024-12-05 19:35:13', '2024-12-05 19:35:13', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/pexels-felix-mittermeier-1459495-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2024-12-05 19:35:16', '2024-12-05 19:35:16', '', 'pexels-magic-k-6728566-scaled', '', 'inherit', 'open', 'closed', '', 'pexels-magic-k-6728566-scaled', '', '', '2024-12-05 19:35:16', '2024-12-05 19:35:16', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/pexels-magic-k-6728566-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2024-12-05 19:35:19', '2024-12-05 19:35:19', '', 'trevor-pye-KyaoT3NKN2s-unsplash-scaled', '', 'inherit', 'open', 'closed', '', 'trevor-pye-kyaot3nkn2s-unsplash-scaled', '', '', '2024-12-05 19:35:19', '2024-12-05 19:35:19', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/trevor-pye-KyaoT3NKN2s-unsplash-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2024-12-05 19:35:22', '2024-12-05 19:35:22', '', 'ales-krivec-y0i1lh-T0_w-unsplash-scaled', '', 'inherit', 'open', 'closed', '', 'ales-krivec-y0i1lh-t0_w-unsplash-scaled', '', '', '2024-12-05 19:35:22', '2024-12-05 19:35:22', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ales-krivec-y0i1lh-T0_w-unsplash-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2024-12-05 19:35:24', '2024-12-05 19:35:24', '', 'dorne-marting-WJJ3xP5Z_vw-unsplash-scaled', '', 'inherit', 'open', 'closed', '', 'dorne-marting-wjj3xp5z_vw-unsplash-scaled', '', '', '2024-12-05 19:35:24', '2024-12-05 19:35:24', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/dorne-marting-WJJ3xP5Z_vw-unsplash-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2024-12-05 19:36:32', '2024-12-05 19:36:32', '', 'pexels-nguyen-thanh-ngoc-16130583-scaled', '', 'inherit', 'open', 'closed', '', 'pexels-nguyen-thanh-ngoc-16130583-scaled', '', '', '2024-12-05 19:36:32', '2024-12-05 19:36:32', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/pexels-nguyen-thanh-ngoc-16130583-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2024-12-05 19:36:35', '2024-12-05 19:36:35', '', 'pexels-pixabay-62433-scaled', '', 'inherit', 'open', 'closed', '', 'pexels-pixabay-62433-scaled', '', '', '2024-12-05 19:36:35', '2024-12-05 19:36:35', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/pexels-pixabay-62433-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2024-12-05 19:36:42', '2024-12-05 19:36:42', '', 'Untitled-design-2', '', 'inherit', 'open', 'closed', '', 'untitled-design-2', '', '', '2024-12-05 19:36:42', '2024-12-05 19:36:42', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-2.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2024-12-05 19:41:52', '2024-12-05 19:41:52', '', 'Marilyn-Malan', '', 'inherit', 'open', 'closed', '', 'marilyn-malan', '', '', '2024-12-05 19:41:52', '2024-12-05 19:41:52', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2024-12-05 20:02:45', '2024-12-05 20:02:45', '', 'maeva-vigier-ut9ZeYNT-I0-unsplash-scaled', '', 'inherit', 'open', 'closed', '', 'maeva-vigier-ut9zeynt-i0-unsplash-scaled', '', '', '2024-12-05 20:02:45', '2024-12-05 20:02:45', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/maeva-vigier-ut9ZeYNT-I0-unsplash-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2024-12-05 20:02:48', '2024-12-05 20:02:48', '', 'ryan-hoffman-smpFvuCPS04-unsplash-scaled', '', 'inherit', 'open', 'closed', '', 'ryan-hoffman-smpfvucps04-unsplash-scaled', '', '', '2024-12-05 20:02:48', '2024-12-05 20:02:48', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2024-12-05 20:02:51', '2024-12-05 20:02:51', '', 'szocs-viola-qF9yLB5QtT8-unsplash-scaled', '', 'inherit', 'open', 'closed', '', 'szocs-viola-qf9ylb5qtt8-unsplash-scaled', '', '', '2024-12-05 20:02:51', '2024-12-05 20:02:51', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2024-12-05 20:04:13', '2024-12-05 20:04:13', '', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 20:04:13', '2024-12-05 20:04:13', '', 8, 'https://thelifestrategiescoach.com/?p=50', 0, 'revision', '', 0),
(51, 1, '2024-12-05 20:04:13', '2024-12-05 20:04:13', '', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 20:04:13', '2024-12-05 20:04:13', '', 8, 'https://thelifestrategiescoach.com/?p=51', 0, 'revision', '', 0),
(52, 1, '2024-12-05 20:04:13', '2024-12-05 20:04:13', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p>\n<ul>\n<li><strong>Reclaiming Calm &amp; Ease</strong><br>Our journey begins with <strong>medical massage</strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we’ll begin identifying and addressing sources of tension and stress.</li></ul>\n<ul>\n<li><strong>Uncovering &amp; Changing Patterns</strong><br>Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul>\n<ul>\n<li><strong>Igniting Your Purpose &amp; Passion</strong><br>During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul>\n<ul>\n<li><strong>Building Stronger Connections</strong>\n<p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul>\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of personalized coaching</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What Clients Are Saying About Jesse</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 20:04:13', '2024-12-05 20:04:13', '', 8, 'https://thelifestrategiescoach.com/?p=52', 0, 'revision', '', 0),
(54, 1, '2024-12-05 20:46:27', '2024-12-05 20:46:27', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p>\n<ul>\n<li><strong>Reclaiming Calm &amp; Ease</strong><br>Our journey begins with <strong>medical massage</strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we’ll begin identifying and addressing sources of tension and stress.</li></ul>\n<ul>\n<li><strong>Uncovering &amp; Changing Patterns</strong><br>Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul>\n<ul>\n<li><strong>Igniting Your Purpose &amp; Passion</strong><br>During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul>\n<ul>\n<li><strong>Building Stronger Connections</strong>\n<p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul>\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of personalized coaching</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What Clients Are Saying About Jesse</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 20:46:27', '2024-12-05 20:46:27', '', 8, 'https://thelifestrategiescoach.com/?p=54', 0, 'revision', '', 0),
(55, 1, '2024-12-05 20:46:27', '2024-12-05 20:46:27', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p>\n<ul>\n<li><strong>Reclaiming Calm &amp; Ease</strong><br>Our journey begins with <strong>medical massage</strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we’ll begin identifying and addressing sources of tension and stress.</li></ul>\n<ul>\n<li><strong>Uncovering &amp; Changing Patterns</strong><br>Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul>\n<ul>\n<li><strong>Igniting Your Purpose &amp; Passion</strong><br>During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul>\n<ul>\n<li><strong>Building Stronger Connections</strong>\n<p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul>\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of personalized coaching</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What Clients Are Saying About Jesse</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 20:46:27', '2024-12-05 20:46:27', '', 8, 'https://thelifestrategiescoach.com/?p=55', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(56, 1, '2024-12-05 20:46:27', '2024-12-05 20:46:27', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p>\n<ul>\n<li><strong>Reclaiming Calm &amp; Ease</strong><br>Our journey begins with <strong>medical massage</strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we’ll begin identifying and addressing sources of tension and stress.</li></ul>\n<ul>\n<li><strong>Uncovering &amp; Changing Patterns</strong><br>Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul>\n<ul>\n<li><strong>Igniting Your Purpose &amp; Passion</strong><br>During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul>\n<ul>\n<li><strong>Building Stronger Connections</strong>\n<p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul>\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of  coaching, in-person or online and any applicable exercises/materials.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What Clients Are Saying About Jesse</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 20:46:27', '2024-12-05 20:46:27', '', 8, 'https://thelifestrategiescoach.com/?p=56', 0, 'revision', '', 0),
(58, 1, '2024-12-05 22:15:22', '2024-12-05 22:15:22', '', 'Handsome young man dressed in casual clothing', 'Handsome young man dressed in casual clothing walking at the park, listening to music with wireless earphones', 'inherit', 'open', 'closed', '', 'handsome-young-man-dressed-in-casual-clothing', '', '', '2024-12-05 22:15:22', '2024-12-05 22:15:22', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_286503364.jpeg', 0, 'attachment', 'image/jpeg', 0),
(59, 1, '2024-12-05 22:15:27', '2024-12-05 22:15:27', '', 'admin-ajax.php', '', 'inherit', 'open', 'closed', '', 'admin-ajax-php-2', '', '', '2024-12-05 22:15:27', '2024-12-05 22:15:27', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.png', 0, 'attachment', 'image/png', 0),
(60, 1, '2024-12-05 22:15:28', '2024-12-05 22:15:28', '', 'admin-ajax.php-2', '', 'inherit', 'open', 'closed', '', 'admin-ajax-php-2-2', '', '', '2024-12-05 22:15:28', '2024-12-05 22:15:28', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png', 0, 'attachment', 'image/png', 0),
(61, 1, '2024-12-05 22:26:41', '2024-12-05 22:26:41', '', 'admin-ajax.php-2', '', 'inherit', 'open', 'closed', '', 'admin-ajax-php-2-3', '', '', '2024-12-05 22:26:41', '2024-12-05 22:26:41', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(62, 1, '2024-12-05 22:27:13', '2024-12-05 22:27:13', '', 'Untitled design-4', '', 'inherit', 'open', 'closed', '', 'untitled-design-4', '', '', '2024-12-05 22:27:13', '2024-12-05 22:27:13', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png', 0, 'attachment', 'image/png', 0),
(64, 1, '2024-12-05 22:32:58', '2024-12-05 22:32:58', '', 'Screen Shot 2024-12-05 at 3.32.43 PM', '', 'inherit', 'open', 'closed', '', 'screen-shot-2024-12-05-at-3-32-43-pm', '', '', '2024-12-05 22:36:55', '2024-12-05 22:36:55', '', 8, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM.png', 0, 'attachment', 'image/png', 0),
(65, 1, '2024-12-05 23:32:19', '2024-12-05 23:32:19', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p>\n<ul>\n<li><strong>Reclaiming Calm &amp; Ease</strong><br>Our journey begins with <strong>medical massage</strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we’ll begin identifying and addressing sources of tension and stress.</li></ul>\n<ul>\n<li><strong>Uncovering &amp; Changing Patterns</strong><br>Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul>\n<ul>\n<li><strong>Igniting Your Purpose &amp; Passion</strong><br>During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul>\n<ul>\n<li><strong>Building Stronger Connections</strong>\n<p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul>\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of  coaching, in-person or online and any applicable exercises/materials.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What Clients Are Saying About Jesse</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 23:32:19', '2024-12-05 23:32:19', '', 8, 'https://thelifestrategiescoach.com/?p=65', 0, 'revision', '', 0),
(66, 1, '2024-12-05 23:32:19', '2024-12-05 23:32:19', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p>\n<ul>\n<li><strong>Reclaiming Calm &amp; Ease</strong><br>Our journey begins with <strong>medical massage</strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we’ll begin identifying and addressing sources of tension and stress.</li></ul>\n<ul>\n<li><strong>Uncovering &amp; Changing Patterns</strong><br>Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul>\n<ul>\n<li><strong>Igniting Your Purpose &amp; Passion</strong><br>During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul>\n<ul>\n<li><strong>Building Stronger Connections</strong>\n<p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul>\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of  coaching, in-person or online and any applicable exercises/materials.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What Clients Are Saying About Jesse</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 23:32:19', '2024-12-05 23:32:19', '', 8, 'https://thelifestrategiescoach.com/?p=66', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(67, 1, '2024-12-05 23:32:20', '2024-12-05 23:32:20', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p>\n<ul>\n<li><strong>Reclaiming Calm &amp; Ease</strong><br>Our journey begins with <strong>medical massage</strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we’ll begin identifying and addressing sources of tension and stress.</li></ul>\n<ul>\n<li><strong>Uncovering &amp; Changing Patterns</strong><br>Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul>\n<ul>\n<li><strong>Igniting Your Purpose &amp; Passion</strong><br>During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul>\n<ul>\n<li><strong>Building Stronger Connections</strong>\n<p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul>\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of  coaching, in-person or online and any applicable exercises/materials.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n					<h4 id="elementor-tab-title-1471" data-tab="1" role="button" aria-controls="elementor-tab-content-1471" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1472" data-tab="2" role="button" aria-controls="elementor-tab-content-1472" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1473" data-tab="3" role="button" aria-controls="elementor-tab-content-1473" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1474" data-tab="4" role="button" aria-controls="elementor-tab-content-1474" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 23:32:20', '2024-12-05 23:32:20', '', 8, 'https://thelifestrategiescoach.com/?p=67', 0, 'revision', '', 0),
(69, 1, '2024-12-05 23:47:33', '2024-12-05 23:47:33', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p>\n<ul>\n<li><strong>Reclaiming Calm &amp; Ease</strong><br>Our journey begins with <strong>medical massage</strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we’ll begin identifying and addressing sources of tension and stress.</li></ul>\n<ul>\n<li><strong>Uncovering &amp; Changing Patterns</strong><br>Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul>\n<ul>\n<li><strong>Igniting Your Purpose &amp; Passion</strong><br>During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul>\n<ul>\n<li><strong>Building Stronger Connections</strong>\n<p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul>\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of  coaching, in-person or online and any applicable exercises/materials.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n					<h4 id="elementor-tab-title-1471" data-tab="1" role="button" aria-controls="elementor-tab-content-1471" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1472" data-tab="2" role="button" aria-controls="elementor-tab-content-1472" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1473" data-tab="3" role="button" aria-controls="elementor-tab-content-1473" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1474" data-tab="4" role="button" aria-controls="elementor-tab-content-1474" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 23:47:33', '2024-12-05 23:47:33', '', 8, 'https://thelifestrategiescoach.com/?p=69', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(70, 1, '2024-12-05 23:47:33', '2024-12-05 23:47:33', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p>\n<ul>\n<li><strong>Reclaiming Calm &amp; Ease</strong><br>Our journey begins with <strong>medical massage</strong> as the foundation, allowing you to unwind deeply and start releasing physical stress. As your body relaxes, we’ll begin identifying and addressing sources of tension and stress.</li></ul>\n<ul>\n<li><strong>Uncovering &amp; Changing Patterns</strong><br>Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul>\n<ul>\n<li><strong>Igniting Your Purpose &amp; Passion</strong><br>During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul>\n<ul>\n<li><strong>Building Stronger Connections</strong>\n<p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul>\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of  coaching, in-person or online and any applicable exercises/materials.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n					<h4 id="elementor-tab-title-1471" data-tab="1" role="button" aria-controls="elementor-tab-content-1471" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1472" data-tab="2" role="button" aria-controls="elementor-tab-content-1472" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1473" data-tab="3" role="button" aria-controls="elementor-tab-content-1473" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1474" data-tab="4" role="button" aria-controls="elementor-tab-content-1474" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 23:47:33', '2024-12-05 23:47:33', '', 8, 'https://thelifestrategiescoach.com/?p=70', 0, 'revision', '', 0),
(71, 1, '2024-12-05 23:47:33', '2024-12-05 23:47:33', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of  coaching, in-person or online and any applicable exercises/materials.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n					<h4 id="elementor-tab-title-1471" data-tab="1" role="button" aria-controls="elementor-tab-content-1471" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1472" data-tab="2" role="button" aria-controls="elementor-tab-content-1472" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1473" data-tab="3" role="button" aria-controls="elementor-tab-content-1473" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1474" data-tab="4" role="button" aria-controls="elementor-tab-content-1474" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-05 23:47:33', '2024-12-05 23:47:33', '', 8, 'https://thelifestrategiescoach.com/?p=71', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(73, 1, '2024-12-06 00:22:47', '2024-12-06 00:22:47', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of  coaching, in-person or online and any applicable exercises/materials.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n					<h4 id="elementor-tab-title-1471" data-tab="1" role="button" aria-controls="elementor-tab-content-1471" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1472" data-tab="2" role="button" aria-controls="elementor-tab-content-1472" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1473" data-tab="3" role="button" aria-controls="elementor-tab-content-1473" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1474" data-tab="4" role="button" aria-controls="elementor-tab-content-1474" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 00:22:47', '2024-12-06 00:22:47', '', 8, 'https://thelifestrategiescoach.com/?p=73', 0, 'revision', '', 0),
(74, 1, '2024-12-06 00:22:47', '2024-12-06 00:22:47', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>The Life Strategies Coaching Program: \nA Journey to Total Well-Being</h2>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Initial Consultation:</strong> Discuss goals and tailor the journey to your needs.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>6-Session Package:</strong> $1,500 ($250 per session)</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Behavioral Assessment:</strong> Gain insights into your personality, motivations, greatest fears and behavioral patterns.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Each Session Includes: </strong>75 minutes of  coaching, in-person or online and any applicable exercises/materials.</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>			\n		<p><strong>Support Between Sessions:</strong> Guidance via email or messaging to keep you on track.</p><h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n					<h4 id="elementor-tab-title-1471" data-tab="1" role="button" aria-controls="elementor-tab-content-1471" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1472" data-tab="2" role="button" aria-controls="elementor-tab-content-1472" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1473" data-tab="3" role="button" aria-controls="elementor-tab-content-1473" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1474" data-tab="4" role="button" aria-controls="elementor-tab-content-1474" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 00:22:47', '2024-12-06 00:22:47', '', 8, 'https://thelifestrategiescoach.com/?p=74', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(75, 1, '2024-12-06 00:22:48', '2024-12-06 00:22:48', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life and knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n					<h4 id="elementor-tab-title-1471" data-tab="1" role="button" aria-controls="elementor-tab-content-1471" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1472" data-tab="2" role="button" aria-controls="elementor-tab-content-1472" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1473" data-tab="3" role="button" aria-controls="elementor-tab-content-1473" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1474" data-tab="4" role="button" aria-controls="elementor-tab-content-1474" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 00:22:48', '2024-12-06 00:22:48', '', 8, 'https://thelifestrategiescoach.com/?p=75', 0, 'revision', '', 0),
(76, 1, '2024-12-06 01:03:41', '2024-12-06 01:03:41', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life and knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n					<h4 id="elementor-tab-title-1471" data-tab="1" role="button" aria-controls="elementor-tab-content-1471" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1472" data-tab="2" role="button" aria-controls="elementor-tab-content-1472" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1473" data-tab="3" role="button" aria-controls="elementor-tab-content-1473" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1474" data-tab="4" role="button" aria-controls="elementor-tab-content-1474" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 01:03:41', '2024-12-06 01:03:41', '', 8, 'https://thelifestrategiescoach.com/?p=76', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(77, 1, '2024-12-06 01:03:41', '2024-12-06 01:03:41', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life and knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n					<h4 id="elementor-tab-title-1471" data-tab="1" role="button" aria-controls="elementor-tab-content-1471" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1472" data-tab="2" role="button" aria-controls="elementor-tab-content-1472" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1473" data-tab="3" role="button" aria-controls="elementor-tab-content-1473" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>\n					<h4 id="elementor-tab-title-1474" data-tab="4" role="button" aria-controls="elementor-tab-content-1474" aria-expanded="false">\n												<a tabindex="0">A frequently asked question surrounding your service</a>\n					</h4>\n					<p>A detailed answer to provide information about your business, build trust with potential clients, and help convince the visitor that you are a good fit for them.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 01:03:41', '2024-12-06 01:03:41', '', 8, 'https://thelifestrategiescoach.com/?p=77', 0, 'revision', '', 0),
(78, 1, '2024-12-06 01:03:41', '2024-12-06 01:03:41', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life and knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do I need to be local to work with you? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 01:03:41', '2024-12-06 01:03:41', '', 8, 'https://thelifestrategiescoach.com/?p=78', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(80, 1, '2024-12-06 02:08:16', '2024-12-06 02:08:16', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life and knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do I need to be local to work with you? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:08:16', '2024-12-06 02:08:16', '', 8, 'https://thelifestrategiescoach.com/?p=80', 0, 'revision', '', 0),
(81, 1, '2024-12-06 02:08:16', '2024-12-06 02:08:16', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life and knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do I need to be local to work with you? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:08:16', '2024-12-06 02:08:16', '', 8, 'https://thelifestrategiescoach.com/?p=81', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(82, 1, '2024-12-06 02:08:16', '2024-12-06 02:08:16', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life and knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:08:16', '2024-12-06 02:08:16', '', 8, 'https://thelifestrategiescoach.com/?p=82', 0, 'revision', '', 0),
(83, 1, '2024-12-06 02:22:05', '2024-12-06 02:22:05', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life and knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:22:05', '2024-12-06 02:22:05', '', 8, 'https://thelifestrategiescoach.com/?p=83', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(84, 1, '2024-12-06 02:22:05', '2024-12-06 02:22:05', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life and knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:22:05', '2024-12-06 02:22:05', '', 8, 'https://thelifestrategiescoach.com/?p=84', 0, 'revision', '', 0),
(85, 1, '2024-12-06 02:22:06', '2024-12-06 02:22:06', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:22:06', '2024-12-06 02:22:06', '', 8, 'https://thelifestrategiescoach.com/?p=85', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(87, 1, '2024-12-06 02:26:40', '2024-12-06 02:26:40', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:26:40', '2024-12-06 02:26:40', '', 8, 'https://thelifestrategiescoach.com/?p=87', 0, 'revision', '', 0),
(88, 1, '2024-12-06 02:26:40', '2024-12-06 02:26:40', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting past problems and re-experiencing negative emotions, my approach is forward-focused.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:26:40', '2024-12-06 02:26:40', '', 8, 'https://thelifestrategiescoach.com/?p=88', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(89, 1, '2024-12-06 02:26:40', '2024-12-06 02:26:40', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:26:40', '2024-12-06 02:26:40', '', 8, 'https://thelifestrategiescoach.com/?p=89', 0, 'revision', '', 0),
(91, 1, '2024-12-06 02:46:07', '2024-12-06 02:46:07', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:46:07', '2024-12-06 02:46:07', '', 8, 'https://thelifestrategiescoach.com/?p=91', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(92, 1, '2024-12-06 02:46:07', '2024-12-06 02:46:07', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:46:07', '2024-12-06 02:46:07', '', 8, 'https://thelifestrategiescoach.com/?p=92', 0, 'revision', '', 0),
(93, 1, '2024-12-06 02:46:07', '2024-12-06 02:46:07', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 02:46:07', '2024-12-06 02:46:07', '', 8, 'https://thelifestrategiescoach.com/?p=93', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(94, 1, '2024-12-06 02:48:46', '2024-12-06 02:48:46', '', 'Header', '', 'publish', 'closed', 'closed', '', 'wp-custom-template-header', '', '', '2024-12-06 02:48:46', '2024-12-06 02:48:46', '', 0, 'https://thelifestrategiescoach.com/wp-custom-template-header/', 0, 'wp_template', '', 0),
(95, 1, '2024-12-06 03:04:42', '2024-12-06 03:04:42', '', 'Header 1', '', 'publish', 'closed', 'closed', '', 'header-1', '', '', '2024-12-06 06:05:31', '2024-12-06 06:05:31', '', 0, 'https://thelifestrategiescoach.com/?post_type=elementor_library&#038;p=95', 0, 'elementor_library', '', 0),
(97, 1, '2024-12-06 05:57:36', '2024-12-06 05:57:36', 'Life Strategies Coaching<p>Overcome addiction, break free from depression, and create fulfilling relationships.</p>		\n			<h6>Services</h6>		\n					<ul>\n							<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_1">\n											Relationship Coaching\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_2">\n											Overcoming Addiction\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_3">\n											Overcoming Depression\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_4">\n											The Lost Man Project\n											</a>\n									</li>\n						</ul>\n			<h6>Quick Links</h6>		\n			<h6>Get In Touch</h6>		\n		<p>123 Main Street<br />New York, NY 10001</p>		\n					<ul>\n							<li>\n										Email: contact@mysite.com\n									</li>\n								<li>\n										Phone: 123-456-7890\n									</li>\n								<li>\n										Hours: Mon-Fri 9:00AM - 5:00PM\n									</li>\n						</ul>', 'Elementor Footer #97', '', 'publish', 'closed', 'closed', '', 'elementor-footer-97', '', '', '2024-12-06 07:37:02', '2024-12-06 07:37:02', '', 0, 'https://thelifestrategiescoach.com/?post_type=elementor_library&#038;p=97', 0, 'elementor_library', '', 0),
(98, 1, '2024-12-06 03:09:27', '2024-12-06 03:09:27', '', 'Elementor Footer #97', '', 'inherit', 'closed', 'closed', '', '97-revision-v1', '', '', '2024-12-06 03:09:27', '2024-12-06 03:09:27', '', 97, 'https://thelifestrategiescoach.com/?p=98', 0, 'revision', '', 0),
(99, 1, '2024-12-06 05:49:45', '2024-12-06 05:49:45', '', 'placeholder-4.png', '', 'inherit', 'open', 'closed', '', 'placeholder-4-png', '', '', '2024-12-06 05:49:45', '2024-12-06 05:49:45', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/placeholder-4.png', 0, 'attachment', 'image/png', 0),
(100, 1, '2024-12-06 05:53:57', '2024-12-06 05:53:57', '', 'Header 1', '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2024-12-06 05:53:57', '2024-12-06 05:53:57', '', 95, 'https://thelifestrategiescoach.com/?p=100', 0, 'revision', '', 0),
(101, 1, '2024-12-06 05:53:57', '2024-12-06 05:53:57', '', 'Header 1', '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2024-12-06 05:53:57', '2024-12-06 05:53:57', '', 95, 'https://thelifestrategiescoach.com/?p=101', 0, 'revision', '', 0),
(102, 1, '2024-12-06 05:54:59', '2024-12-06 05:54:59', '', 'placeholder-1-1.png', '', 'inherit', 'open', 'closed', '', 'placeholder-1-1-png', '', '', '2024-12-06 05:54:59', '2024-12-06 05:54:59', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/placeholder-1-1.png', 0, 'attachment', 'image/png', 0),
(104, 1, '2024-12-06 06:02:53', '2024-12-06 06:02:53', '<p>Overcome addiction, break free from depression, and </p>		\n			<h6>Services</h6>		\n					<ul>\n							<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_1">\n											Service 1\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_2">\n											Service 2\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_3">\n											Service 3\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_4">\n											Service 4\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_5">\n											Service 5\n											</a>\n									</li>\n						</ul>\n			<h6>Quick Links</h6>		\n			<h6>Get In Touch</h6>		\n		<p>123 Main Street<br />New York, NY 10001</p>		\n					<ul>\n							<li>\n										Email: contact@mysite.com\n									</li>\n								<li>\n										Phone: 123-456-7890\n									</li>\n								<li>\n										Hours: Mon-Fri 9:00AM - 5:00PM\n									</li>\n						</ul>', 'Elementor Footer #97', '', 'inherit', 'closed', 'closed', '', '97-revision-v1', '', '', '2024-12-06 06:02:53', '2024-12-06 06:02:53', '', 97, 'https://thelifestrategiescoach.com/?p=104', 0, 'revision', '', 0),
(105, 1, '2024-12-06 06:02:54', '2024-12-06 06:02:54', 'Life Strategies Coaching<p>Overcome addiction, break free from depression, and create fulfilling relationships.</p>		\n			<h6>Services</h6>		\n					<ul>\n							<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_1">\n											Service 1\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_2">\n											Service 2\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_3">\n											Service 3\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_4">\n											Service 4\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_5">\n											Service 5\n											</a>\n									</li>\n						</ul>\n			<h6>Quick Links</h6>		\n			<h6>Get In Touch</h6>		\n		<p>123 Main Street<br />New York, NY 10001</p>		\n					<ul>\n							<li>\n										Email: contact@mysite.com\n									</li>\n								<li>\n										Phone: 123-456-7890\n									</li>\n								<li>\n										Hours: Mon-Fri 9:00AM - 5:00PM\n									</li>\n						</ul>', 'Elementor Footer #97', '', 'inherit', 'closed', 'closed', '', '97-revision-v1', '', '', '2024-12-06 06:02:54', '2024-12-06 06:02:54', '', 97, 'https://thelifestrategiescoach.com/?p=105', 0, 'revision', '', 0),
(106, 1, '2024-12-06 06:03:05', '2024-12-06 06:03:05', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:03:05', '2024-12-06 06:03:05', '', 8, 'https://thelifestrategiescoach.com/?p=106', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(107, 1, '2024-12-06 06:03:05', '2024-12-06 06:03:05', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="1024" height="677" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 1024px) 100vw, 1024px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:03:05', '2024-12-06 06:03:05', '', 8, 'https://thelifestrategiescoach.com/?p=107', 0, 'revision', '', 0),
(108, 1, '2024-12-06 06:03:05', '2024-12-06 06:03:05', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:03:05', '2024-12-06 06:03:05', '', 8, 'https://thelifestrategiescoach.com/?p=108', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(109, 1, '2024-12-06 06:05:31', '2024-12-06 06:05:31', '', 'Header 1', '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2024-12-06 06:05:31', '2024-12-06 06:05:31', '', 95, 'https://thelifestrategiescoach.com/?p=109', 0, 'revision', '', 0),
(110, 1, '2024-12-06 06:06:57', '2024-12-06 06:06:57', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:06:57', '2024-12-06 06:06:57', '', 8, 'https://thelifestrategiescoach.com/?p=110', 0, 'revision', '', 0),
(111, 1, '2024-12-06 06:06:58', '2024-12-06 06:06:58', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:06:58', '2024-12-06 06:06:58', '', 8, 'https://thelifestrategiescoach.com/?p=111', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(112, 1, '2024-12-06 06:06:58', '2024-12-06 06:06:58', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:06:58', '2024-12-06 06:06:58', '', 8, 'https://thelifestrategiescoach.com/?p=112', 0, 'revision', '', 0),
(113, 1, '2024-12-06 06:08:15', '2024-12-06 06:08:15', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:08:15', '2024-12-06 06:08:15', '', 8, 'https://thelifestrategiescoach.com/?p=113', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(114, 1, '2024-12-06 06:08:15', '2024-12-06 06:08:15', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:08:15', '2024-12-06 06:08:15', '', 8, 'https://thelifestrategiescoach.com/?p=114', 0, 'revision', '', 0),
(115, 1, '2024-12-06 06:08:16', '2024-12-06 06:08:16', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:08:16', '2024-12-06 06:08:16', '', 8, 'https://thelifestrategiescoach.com/?p=115', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(116, 1, '2024-12-06 06:14:26', '2024-12-06 06:14:26', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:14:26', '2024-12-06 06:14:26', '', 8, 'https://thelifestrategiescoach.com/?p=116', 0, 'revision', '', 0),
(117, 1, '2024-12-06 06:14:26', '2024-12-06 06:14:26', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', 'Overcome addiction, break free from depression, and create fulfilling relationships.', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:14:26', '2024-12-06 06:14:26', '', 8, 'https://thelifestrategiescoach.com/?p=117', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(118, 1, '2024-12-06 06:14:26', '2024-12-06 06:14:26', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', 'Overcome addiction, break free from depression, and create fulfilling relationships.', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-12-06 06:14:26', '2024-12-06 06:14:26', '', 8, 'https://thelifestrategiescoach.com/?p=118', 0, 'revision', '', 0),
(119, 1, '2024-12-06 06:50:18', '2024-12-06 06:50:18', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling the warmth and reassurance of your partner’s touch, a silent language that speaks volumes.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing you are in complete control of how you give and receive love and connecting easily\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n							*No additional charge for partners to attend sessions together.						\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation 									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n							*No additional charge for partners to attend sessions together.						\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n							*No additional charge for partners to attend sessions together.						\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Your Relationship Deserves This.</h2>		\n		<h3>Don’t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation</strong> today and discover how I can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'publish', 'closed', 'closed', '', 'transform-your-relationship-today', '', '', '2024-12-06 07:17:57', '2024-12-06 07:17:57', '', 0, 'https://thelifestrategiescoach.com/?page_id=119', 0, 'page', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(120, 1, '2024-12-06 07:28:30', '2024-12-06 07:28:30', '<h1>Break Free From Addiction and Reclaim Your Life</h1>		\n		<p>Discover a proven approach to overcoming addiction that focuses on your strengths, builds your confidence, and empowers you to take back control.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Does this sound like you?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Stuck in a cycle of guilt, shame, and helplessness?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Feeling disconnected from loved ones and yourself?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Ready to change but unsure where to begin?</p><p>Addiction doesn’t define who you are—it’s a challenge you can overcome. With the right guidance and tools, you can break the cycle and create a future you’re proud of.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My Overcoming Addiction program goes beyond addressing the addiction itself—we''ll focus on helping you rebuild your life and sense of self. Through <strong>tailored coaching, proven processes, and emotional guidance</strong>, you’ll:</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Replace destructive habits with empowering actions.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Rebuild relationships and trust with those who matter most.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Strengthen your mindset and resilience to handle life’s challenges.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Gain the confidence to envision and create a brighter future.</p>\n&nbsp;\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Waking up each morning with a clear mind and a renewed sense of purpose, feeling proud of the journey you’ve taken.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Rebuilding relationships with loved ones, earning back trust, and creating deeper, more meaningful connections.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Living each day fully present, enjoying the simple joys of life without the weight of old habits.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered and in control, making choices that align with your values and future goals.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Nonjudgmental Support:</strong> We create a safe, compassionate space where you can grow without fear of criticism.</li></ul><ul><li><strong>Proven Processes:</strong> Utilize 25 evidence-based methods designed to help you overcome challenges and stay on track.</li></ul><ul><li><strong>Emotional Ladder Framework:</strong> Track your progress and gain clarity on your emotional journey.</li></ul><ul><li><strong>Customized Strategies:</strong> Each path to recovery is unique. We’ll create a plan that works for you.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>The First Step to Freedom Starts Here</h2>		\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1970" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1970" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1971" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1971" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1972" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1972" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1973" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1973" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1974" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1974" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1975" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1975" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1976" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1976" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1977" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1977" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1978" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1978" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1979" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1979" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Addiction', '', 'publish', 'closed', 'closed', '', 'overcome-addiction', '', '', '2024-12-06 07:32:11', '2024-12-06 07:32:11', '', 0, 'https://thelifestrategiescoach.com/?page_id=120', 0, 'page', '', 0),
(121, 1, '2024-12-06 07:48:47', '2024-12-06 07:48:47', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you break free from the weight of depression through:</p><p> </p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Practical Tools: Develop habits and actions that build confidence and create positive momentum.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Tailored Coaching: Receive customized strategies that fit your unique situation.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.</p><p style="text-align: left;"> </p><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Forward-Focused Coaching:</strong> We focus on building the future you want, rather than dwelling on the past.</li></ul><ul><li><strong>Proven Strategies:</strong> With 25 proven processes, we’ll help you create lasting, positive change.</li></ul><ul><li><strong>Holistic Approach:</strong> Address emotional, mental, and behavioral challenges together for comprehensive results.</li></ul><ul><li><strong>Empathetic Support:</strong> You’ll never feel judged or alone on your journey.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Empowering You to Move Forward</h2>		\n		<h3>Your journey to a brighter, happier future begins today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can support you.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'publish', 'closed', 'closed', '', 'overcome-depression', '', '', '2024-12-06 08:27:32', '2024-12-06 08:27:32', '', 0, 'https://thelifestrategiescoach.com/?page_id=121', 0, 'page', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(122, 1, '2024-12-06 06:16:44', '2024-12-06 06:16:44', '', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 06:16:44', '2024-12-06 06:16:44', '', 121, 'https://thelifestrategiescoach.com/?p=122', 0, 'revision', '', 0),
(123, 1, '2024-12-06 06:18:09', '2024-12-06 06:18:09', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1410" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1410" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1411" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1411" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1412" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1412" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1413" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1413" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1414" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1414" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1415" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1415" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1416" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1416" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1417" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1417" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1418" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1418" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1419" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1419" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Homepage', '', 'publish', 'closed', 'closed', '', 'homepage', '', '', '2024-12-06 06:18:10', '2024-12-06 06:18:10', '', 0, 'https://thelifestrategiescoach.com/?elementor_library=homepage', 0, 'elementor_library', '', 0),
(124, 1, '2024-12-06 06:18:09', '2024-12-06 06:18:09', '', 'Homepage', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2024-12-06 06:18:09', '2024-12-06 06:18:09', '', 123, 'https://thelifestrategiescoach.com/?p=124', 0, 'revision', '', 0),
(125, 1, '2024-12-06 06:18:10', '2024-12-06 06:18:10', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1410" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1410" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1411" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1411" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1412" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1412" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1413" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1413" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1414" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1414" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1415" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1415" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1416" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1416" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1417" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1417" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1418" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1418" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1419" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1419" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Homepage', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2024-12-06 06:18:10', '2024-12-06 06:18:10', '', 123, 'https://thelifestrategiescoach.com/?p=125', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(127, 1, '2024-12-06 06:35:38', '2024-12-06 06:35:38', '', 'admin-ajax.php-3', '', 'inherit', 'open', 'closed', '', 'admin-ajax-php-3', '', '', '2024-12-06 06:35:38', '2024-12-06 06:35:38', '', 119, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-3.jpeg', 0, 'attachment', 'image/jpeg', 0),
(128, 1, '2024-12-06 06:39:18', '2024-12-06 06:39:18', '', 'Screen Shot 2024-12-05 at 11.39.03 PM', '', 'inherit', 'open', 'closed', '', 'screen-shot-2024-12-05-at-11-39-03-pm', '', '', '2024-12-06 06:39:18', '2024-12-06 06:39:18', '', 119, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png', 0, 'attachment', 'image/png', 0),
(129, 1, '2024-12-06 06:42:43', '2024-12-06 06:42:43', '', 'Portrait of happy young couple on scooter enjoying road trip', 'Couple in love riding a motorbike , Handsome guy and young sexy woman travel . Young riders  enjoying themselves on trip. Adventure and vacations concept.', 'inherit', 'open', 'closed', '', 'portrait-of-happy-young-couple-on-scooter-enjoying-road-trip', '', '', '2024-12-06 06:42:43', '2024-12-06 06:42:43', '', 119, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628.jpeg', 0, 'attachment', 'image/jpeg', 0),
(130, 1, '2024-12-06 06:42:59', '2024-12-06 06:42:59', '', 'Beautiful young couple', 'Handsome young man is hugging and kissing his beautiful smiling wife in cheek while they both are lying in bed in the morning', 'inherit', 'open', 'closed', '', 'beautiful-young-couple', '', '', '2024-12-06 06:42:59', '2024-12-06 06:42:59', '', 119, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141.jpeg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2024-12-06 06:43:09', '2024-12-06 06:43:09', '', 'Close up african american woman lying on husbands shoulder.', 'Close up cropped image young attractive african american woman lying on husbands shoulder with closed eyes, embracing beloved man, showing love, support, tenderness. Loving black couple relations.', 'inherit', 'open', 'closed', '', 'close-up-african-american-woman-lying-on-husbands-shoulder', '', '', '2024-12-06 06:43:09', '2024-12-06 06:43:09', '', 119, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_288043411.jpeg', 0, 'attachment', 'image/jpeg', 0),
(132, 1, '2024-12-06 07:00:35', '2024-12-06 07:00:35', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:00:35', '2024-12-06 07:00:35', '', 119, 'https://thelifestrategiescoach.com/?p=132', 0, 'revision', '', 0),
(133, 1, '2024-12-06 07:00:35', '2024-12-06 07:00:35', '<h1>Navigate Life, Love, and Purpose</h1>		\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:00:35', '2024-12-06 07:00:35', '', 119, 'https://thelifestrategiescoach.com/?p=133', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(134, 1, '2024-12-06 07:00:35', '2024-12-06 07:00:35', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:00:35', '2024-12-06 07:00:35', '', 119, 'https://thelifestrategiescoach.com/?p=134', 0, 'revision', '', 0),
(135, 1, '2024-12-06 07:01:42', '2024-12-06 07:01:42', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:01:42', '2024-12-06 07:01:42', '', 119, 'https://thelifestrategiescoach.com/?p=135', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(136, 1, '2024-12-06 07:01:42', '2024-12-06 07:01:42', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:01:42', '2024-12-06 07:01:42', '', 119, 'https://thelifestrategiescoach.com/?p=136', 0, 'revision', '', 0),
(137, 1, '2024-12-06 07:01:43', '2024-12-06 07:01:43', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Your Relationship Deserves This.</h2>		\n		<h3>Don’t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation</strong> today and discover how I can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:01:43', '2024-12-06 07:01:43', '', 119, 'https://thelifestrategiescoach.com/?p=137', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(139, 1, '2024-12-06 07:15:53', '2024-12-06 07:15:53', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Your Relationship Deserves This.</h2>		\n		<h3>Don’t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation</strong> today and discover how I can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:15:53', '2024-12-06 07:15:53', '', 119, 'https://thelifestrategiescoach.com/?p=139', 0, 'revision', '', 0),
(140, 1, '2024-12-06 07:15:53', '2024-12-06 07:15:53', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Your Relationship Deserves This.</h2>		\n		<h3>Don’t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation</strong> today and discover how I can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:15:53', '2024-12-06 07:15:53', '', 119, 'https://thelifestrategiescoach.com/?p=140', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(141, 1, '2024-12-06 07:15:54', '2024-12-06 07:15:54', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling the warmth and reassurance of your partner’s touch, a silent language that speaks volumes.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing you are in complete control of how you give and receive love and connecting easily\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Your Relationship Deserves This.</h2>		\n		<h3>Don’t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation</strong> today and discover how I can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:15:54', '2024-12-06 07:15:54', '', 119, 'https://thelifestrategiescoach.com/?p=141', 0, 'revision', '', 0),
(142, 1, '2024-12-06 07:17:56', '2024-12-06 07:17:56', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling the warmth and reassurance of your partner’s touch, a silent language that speaks volumes.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing you are in complete control of how you give and receive love and connecting easily\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Your Relationship Deserves This.</h2>		\n		<h3>Don’t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation</strong> today and discover how I can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:17:56', '2024-12-06 07:17:56', '', 119, 'https://thelifestrategiescoach.com/?p=142', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(143, 1, '2024-12-06 07:17:57', '2024-12-06 07:17:57', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling the warmth and reassurance of your partner’s touch, a silent language that speaks volumes.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing you are in complete control of how you give and receive love and connecting easily\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Your Relationship Deserves This.</h2>		\n		<h3>Don’t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation</strong> today and discover how I can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:17:57', '2024-12-06 07:17:57', '', 119, 'https://thelifestrategiescoach.com/?p=143', 0, 'revision', '', 0),
(144, 1, '2024-12-06 07:17:57', '2024-12-06 07:17:57', '<h1>Reignite the Love, Connection, and Joy in Your Relationship</h1>		\n		<p>Stop feeling stuck and start building the relationship you deserve.</p><p>Discover proven strategies to reconnect, communicate, and thrive together.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your relationship isn''t going to fix itself.</h2>		\n		<p>Are you feeling...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Stuck in endless arguments or icy silences?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Lonely, even when you''re together?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>Frustrated by unmet emotional needs?</p><p>Relationships can be tough, but they don’t have to feel hopeless. Whether you’re facing communication breakdowns, emotional distance, or lost trust, we’re here to help you rebuild your connection from the ground up.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a fulfilling relationship.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive in their relationships --- while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped many clients repair and strengthen their relationships too.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your love life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Relationship Coaching program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you and your partner learn to:</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Communicate effectively and respectfully.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Rekindle emotional and physical intimacy.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Build trust and mutual understanding.</p><p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Create a deeper, lasting bond.</p> <p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>love</strong>.. Ready to start your journey? I’m here for you every step of the way.</p><ul><li> </li></ul>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>A Journey to Real Love</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Communicating your needs and understanding your partner with ease, enjoying your conversations, and inspiring each other.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling the warmth and reassurance of your partner’s touch, a silent language that speaks volumes.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Sharing unforgettable moments of connection, filled with quality time, thoughtful gestures, and heartfelt gifts.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing you are in complete control of how you give and receive love and connecting easily\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="794" height="522" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM.png 794w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-300x197.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-11.39.03-PM-768x505.png 768w" sizes="(max-width: 794px) 100vw, 794px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="451" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1024x577.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-300x169.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-768x433.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4-1536x865.png 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Untitled-design-4.png 1640w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build a new kind of relationship that you really want.</p>		\n													<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_102814628-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy living in a loving relationship where you feel your partner is accessible, responsive, and emotionally engaged with you.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n							*No additional charge for partners to attend sessions together.						\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation 									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n							*No additional charge for partners to attend sessions together.						\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n							*No additional charge for partners to attend sessions together.						\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Your Relationship Deserves This.</h2>		\n		<h3>Don’t wait for things to get worse. Take the first step toward healing and happiness. Schedule your <strong>FREE 20-minute consultation</strong> today and discover how I can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1290" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1290" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1291" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1291" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1292" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1292" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1293" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1293" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1294" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1294" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1295" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1295" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1296" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1296" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1297" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1297" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1298" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1298" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1299" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1299" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Transform Your Relationship Today', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2024-12-06 07:17:57', '2024-12-06 07:17:57', '', 119, 'https://thelifestrategiescoach.com/?p=144', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(145, 1, '2024-12-06 07:23:01', '2024-12-06 07:23:01', '', 'a3d4a1dd-8be6-499e-b658-1d339c1685af', '', 'inherit', 'open', 'closed', '', 'a3d4a1dd-8be6-499e-b658-1d339c1685af', '', '', '2024-12-06 07:23:01', '2024-12-06 07:23:01', '', 120, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/a3d4a1dd-8be6-499e-b658-1d339c1685af.png', 0, 'attachment', 'image/png', 0),
(146, 1, '2024-12-06 07:32:10', '2024-12-06 07:32:10', '<h1>Break Free From Addiction and Reclaim Your Life</h1>		\n		<p>Discover a proven approach to overcoming addiction that focuses on your strengths, builds your confidence, and empowers you to take back control.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Does this sound like you?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Stuck in a cycle of guilt, shame, and helplessness?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Feeling disconnected from loved ones and yourself?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Ready to change but unsure where to begin?</p><p>Addiction doesn’t define who you are—it’s a challenge you can overcome. With the right guidance and tools, you can break the cycle and create a future you’re proud of.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My Overcoming Addiction program goes beyond addressing the addiction itself—we''ll focus on helping you rebuild your life and sense of self. Through <strong>tailored coaching, proven processes, and emotional guidance</strong>, you’ll:</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Replace destructive habits with empowering actions.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Rebuild relationships and trust with those who matter most.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Strengthen your mindset and resilience to handle life’s challenges.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Gain the confidence to envision and create a brighter future.</p>\n&nbsp;\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1970" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1970" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1971" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1971" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1972" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1972" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1973" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1973" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1974" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1974" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1975" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1975" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1976" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1976" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1977" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1977" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1978" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1978" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1979" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1979" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Addiction', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-06 07:32:10', '2024-12-06 07:32:10', '', 120, 'https://thelifestrategiescoach.com/?p=146', 0, 'revision', '', 0),
(147, 1, '2024-12-06 07:32:10', '2024-12-06 07:32:10', '<h1>Break Free From Addiction and Reclaim Your Life</h1>		\n		<p>Discover a proven approach to overcoming addiction that focuses on your strengths, builds your confidence, and empowers you to take back control.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Does this sound like you?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Stuck in a cycle of guilt, shame, and helplessness?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Feeling disconnected from loved ones and yourself?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Ready to change but unsure where to begin?</p><p>Addiction doesn’t define who you are—it’s a challenge you can overcome. With the right guidance and tools, you can break the cycle and create a future you’re proud of.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My Overcoming Addiction program goes beyond addressing the addiction itself—we''ll focus on helping you rebuild your life and sense of self. Through <strong>tailored coaching, proven processes, and emotional guidance</strong>, you’ll:</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Replace destructive habits with empowering actions.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Rebuild relationships and trust with those who matter most.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Strengthen your mindset and resilience to handle life’s challenges.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Gain the confidence to envision and create a brighter future.</p>\n&nbsp;\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1970" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1970" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1971" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1971" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1972" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1972" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1973" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1973" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1974" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1974" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1975" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1975" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1976" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1976" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1977" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1977" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1978" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1978" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1979" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1979" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Addiction', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-06 07:32:10', '2024-12-06 07:32:10', '', 120, 'https://thelifestrategiescoach.com/?p=147', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(148, 1, '2024-12-06 07:32:11', '2024-12-06 07:32:11', '<h1>Break Free From Addiction and Reclaim Your Life</h1>		\n		<p>Discover a proven approach to overcoming addiction that focuses on your strengths, builds your confidence, and empowers you to take back control.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Does this sound like you?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Stuck in a cycle of guilt, shame, and helplessness?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Feeling disconnected from loved ones and yourself?</p>		\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"></path></svg>			\n		<p>Ready to change but unsure where to begin?</p><p>Addiction doesn’t define who you are—it’s a challenge you can overcome. With the right guidance and tools, you can break the cycle and create a future you’re proud of.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My Overcoming Addiction program goes beyond addressing the addiction itself—we''ll focus on helping you rebuild your life and sense of self. Through <strong>tailored coaching, proven processes, and emotional guidance</strong>, you’ll:</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Replace destructive habits with empowering actions.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Rebuild relationships and trust with those who matter most.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Strengthen your mindset and resilience to handle life’s challenges.</p>\n<p><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨"> Gain the confidence to envision and create a brighter future.</p>\n&nbsp;\n<p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Waking up each morning with a clear mind and a renewed sense of purpose, feeling proud of the journey you’ve taken.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Rebuilding relationships with loved ones, earning back trust, and creating deeper, more meaningful connections.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Living each day fully present, enjoying the simple joys of life without the weight of old habits.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered and in control, making choices that align with your values and future goals.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Nonjudgmental Support:</strong> We create a safe, compassionate space where you can grow without fear of criticism.</li></ul><ul><li><strong>Proven Processes:</strong> Utilize 25 evidence-based methods designed to help you overcome challenges and stay on track.</li></ul><ul><li><strong>Emotional Ladder Framework:</strong> Track your progress and gain clarity on your emotional journey.</li></ul><ul><li><strong>Customized Strategies:</strong> Each path to recovery is unique. We’ll create a plan that works for you.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>The First Step to Freedom Starts Here</h2>		\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1970" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1970" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-1971" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1971" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-1972" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1972" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-1973" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1973" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-1974" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1974" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-1975" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1975" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-1976" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1976" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-1977" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1977" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-1978" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1978" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-1979" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1979" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Addiction', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-12-06 07:32:11', '2024-12-06 07:32:11', '', 120, 'https://thelifestrategiescoach.com/?p=148', 0, 'revision', '', 0),
(149, 1, '2024-12-06 07:37:02', '2024-12-06 07:37:02', 'Life Strategies Coaching<p>Overcome addiction, break free from depression, and create fulfilling relationships.</p>		\n			<h6>Services</h6>		\n					<ul>\n							<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_1">\n											Relationship Coaching\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_2">\n											Overcoming Addiction\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_3">\n											Overcoming Depression\n											</a>\n									</li>\n								<li>\n											<a href="https://library.elementor.com/local-services-wireframe-1-flexbox/services/#service_4">\n											The Lost Man Project\n											</a>\n									</li>\n						</ul>\n			<h6>Quick Links</h6>		\n			<h6>Get In Touch</h6>		\n		<p>123 Main Street<br />New York, NY 10001</p>		\n					<ul>\n							<li>\n										Email: contact@mysite.com\n									</li>\n								<li>\n										Phone: 123-456-7890\n									</li>\n								<li>\n										Hours: Mon-Fri 9:00AM - 5:00PM\n									</li>\n						</ul>', 'Elementor Footer #97', '', 'inherit', 'closed', 'closed', '', '97-revision-v1', '', '', '2024-12-06 07:37:02', '2024-12-06 07:37:02', '', 97, 'https://thelifestrategiescoach.com/?p=149', 0, 'revision', '', 0),
(150, 1, '2024-12-06 07:44:49', '2024-12-06 07:44:49', '', 'Happy couple having date and eating ice cream', 'Happy young couple having date and eating ice cream', 'inherit', 'open', 'closed', '', 'happy-couple-having-date-and-eating-ice-cream', '', '', '2024-12-06 07:44:49', '2024-12-06 07:44:49', '', 121, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_173758797.jpeg', 0, 'attachment', 'image/jpeg', 0),
(151, 1, '2024-12-06 07:50:28', '2024-12-06 07:50:28', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 07:50:28', '2024-12-06 07:50:28', '', 121, 'https://thelifestrategiescoach.com/?p=151', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(152, 1, '2024-12-06 07:50:28', '2024-12-06 07:50:28', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 07:50:28', '2024-12-06 07:50:28', '', 121, 'https://thelifestrategiescoach.com/?p=152', 0, 'revision', '', 0),
(153, 1, '2024-12-06 07:50:29', '2024-12-06 07:50:29', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 07:50:29', '2024-12-06 07:50:29', '', 121, 'https://thelifestrategiescoach.com/?p=153', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(154, 1, '2024-12-06 07:50:45', '2024-12-06 07:50:45', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 07:50:45', '2024-12-06 07:50:45', '', 121, 'https://thelifestrategiescoach.com/?p=154', 0, 'revision', '', 0),
(155, 1, '2024-12-06 07:50:45', '2024-12-06 07:50:45', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 07:50:45', '2024-12-06 07:50:45', '', 121, 'https://thelifestrategiescoach.com/?p=155', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(156, 1, '2024-12-06 07:50:45', '2024-12-06 07:50:45', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 07:50:45', '2024-12-06 07:50:45', '', 121, 'https://thelifestrategiescoach.com/?p=156', 0, 'revision', '', 0),
(158, 1, '2024-12-06 08:24:43', '2024-12-06 08:24:43', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 08:24:43', '2024-12-06 08:24:43', '', 121, 'https://thelifestrategiescoach.com/?p=158', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(159, 1, '2024-12-06 08:24:43', '2024-12-06 08:24:43', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 08:24:43', '2024-12-06 08:24:43', '', 121, 'https://thelifestrategiescoach.com/?p=159', 0, 'revision', '', 0),
(160, 1, '2024-12-06 08:24:43', '2024-12-06 08:24:43', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you break free from the weight of depression through:</p><p> </p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Practical Tools: Develop habits and actions that build confidence and create positive momentum.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Tailored Coaching: Receive customized strategies that fit your unique situation.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.</p><p style="text-align: left;"> </p><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 08:24:43', '2024-12-06 08:24:43', '', 121, 'https://thelifestrategiescoach.com/?p=160', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(161, 1, '2024-12-06 08:25:57', '2024-12-06 08:25:57', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you break free from the weight of depression through:</p><p> </p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Practical Tools: Develop habits and actions that build confidence and create positive momentum.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Tailored Coaching: Receive customized strategies that fit your unique situation.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.</p><p style="text-align: left;"> </p><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 08:25:57', '2024-12-06 08:25:57', '', 121, 'https://thelifestrategiescoach.com/?p=161', 0, 'revision', '', 0),
(162, 1, '2024-12-06 08:25:57', '2024-12-06 08:25:57', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you break free from the weight of depression through:</p><p> </p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Practical Tools: Develop habits and actions that build confidence and create positive momentum.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Tailored Coaching: Receive customized strategies that fit your unique situation.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.</p><p style="text-align: left;"> </p><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 08:25:57', '2024-12-06 08:25:57', '', 121, 'https://thelifestrategiescoach.com/?p=162', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(163, 1, '2024-12-06 08:25:57', '2024-12-06 08:25:57', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you break free from the weight of depression through:</p><p> </p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Practical Tools: Develop habits and actions that build confidence and create positive momentum.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Tailored Coaching: Receive customized strategies that fit your unique situation.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.</p><p style="text-align: left;"> </p><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 08:25:57', '2024-12-06 08:25:57', '', 121, 'https://thelifestrategiescoach.com/?p=163', 0, 'revision', '', 0),
(164, 1, '2024-12-06 08:27:31', '2024-12-06 08:27:31', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you break free from the weight of depression through:</p><p> </p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Practical Tools: Develop habits and actions that build confidence and create positive momentum.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Tailored Coaching: Receive customized strategies that fit your unique situation.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.</p><p style="text-align: left;"> </p><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 08:27:31', '2024-12-06 08:27:31', '', 121, 'https://thelifestrategiescoach.com/?p=164', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(165, 1, '2024-12-06 08:27:31', '2024-12-06 08:27:31', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you break free from the weight of depression through:</p><p> </p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Practical Tools: Develop habits and actions that build confidence and create positive momentum.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Tailored Coaching: Receive customized strategies that fit your unique situation.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.</p><p style="text-align: left;"> </p><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Ready to Transform Your Life?</h2>		\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 08:27:31', '2024-12-06 08:27:31', '', 121, 'https://thelifestrategiescoach.com/?p=165', 0, 'revision', '', 0),
(166, 1, '2024-12-06 08:27:32', '2024-12-06 08:27:32', '<h1>Rediscover Hope <br>and Happiness</h1>		\n		<p>If you feel stuck, hopeless, or weighed down by life, there’s a way forward. Let us help you break free and find joy again.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>Your life isn''t going to fix itself.</h2>		\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Constantly fatigued, unmotivated, or overwhelmed?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Disconnected from loved ones and the things you used to enjoy?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z"></path></svg>			\n		<p>Trapped in negative thought patterns with no clear way out?</p><p>Depression can feel like it has taken over, but it doesn’t have to define your future. With the right tools and guidance, you can rediscover your sense of purpose and happiness.</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n			<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>		\n													<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />													\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n			<h2>Here’s How We Can Work Together</h2>		\n		<p>My proven Overcoming Depression program combines <strong>behavioral training, emotionally focused therapy, and 25 proven processes</strong> to help you break free from the weight of depression through:</p><p> </p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Emotional Ladder Guidance: Gain awareness of your emotional state and learn how to shift it.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Practical Tools: Develop habits and actions that build confidence and create positive momentum.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Tailored Coaching: Receive customized strategies that fit your unique situation.</p><p style="text-align: left;"><img role="img" draggable="false" src="https://s.w.org/images/core/emoji/15.0.3/svg/2728.svg" alt="✨" /> Supportive Guidance: Feel understood and empowered to take back control of your emotions and life.</p><p style="text-align: left;"> </p><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n			<h2>\nA Journey to Total Well-Being</h2>		\n		<p><em>Just Imagine...</em></p>		\n					<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Waking up each day with a sense of hope and excitement, eager to embrace the opportunities ahead.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling lighter and freer, no longer burdened by the weight of sadness or overwhelm.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Reconnecting with yourself and others, experiencing joy and fulfillment in your relationships.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Discovering purpose and meaning in life, with a renewed appreciation for the little moments that bring happiness.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>							Previous\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>							Next\n			<h2>Ready to get started?</h2>		\n			<h2>Your Journey to Alignment: \nHow It Works</h2>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n													<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />													\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n													<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />													\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Forward-Focused Coaching:</strong> We focus on building the future you want, rather than dwelling on the past.</li></ul><ul><li><strong>Proven Strategies:</strong> With 25 proven processes, we’ll help you create lasting, positive change.</li></ul><ul><li><strong>Holistic Approach:</strong> Address emotional, mental, and behavioral challenges together for comprehensive results.</li></ul><ul><li><strong>Empathetic Support:</strong> You’ll never feel judged or alone on your journey.</li></ul>		\n			<h2>Flexible Payment Options</h2>		\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n			<h2>Empowering You to Move Forward</h2>		\n		<h3>Your journey to a brighter, happier future begins today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can support you.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-2920" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-2920" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>						\n					</details>\n						<details id="e-n-accordion-item-2921" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2921" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>						\n					</details>\n						<details id="e-n-accordion-item-2922" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2922" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>						\n					</details>\n						<details id="e-n-accordion-item-2923" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2923" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>						\n					</details>\n						<details id="e-n-accordion-item-2924" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2924" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>						\n					</details>\n						<details id="e-n-accordion-item-2925" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2925" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>						\n					</details>\n						<details id="e-n-accordion-item-2926" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2926" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>						\n					</details>\n						<details id="e-n-accordion-item-2927" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2927" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>						\n					</details>\n						<details id="e-n-accordion-item-2928" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2928" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>						\n					</details>\n						<details id="e-n-accordion-item-2929" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2929" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n							<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>						\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Overcome Depression', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2024-12-06 08:27:32', '2024-12-06 08:27:32', '', 121, 'https://thelifestrategiescoach.com/?p=166', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(168, 1, '2025-01-28 02:43:40', '2024-12-06 08:29:38', ' ', '', '', 'publish', 'closed', 'closed', '', '168', '', '', '2025-01-28 02:43:40', '2025-01-28 02:43:40', '', 0, 'https://thelifestrategiescoach.com/?p=168', 5, 'nav_menu_item', '', 0),
(169, 1, '2025-01-28 02:43:40', '2024-12-06 08:29:38', ' ', '', '', 'publish', 'closed', 'closed', '', '169', '', '', '2025-01-28 02:43:40', '2025-01-28 02:43:40', '', 0, 'https://thelifestrategiescoach.com/?p=169', 4, 'nav_menu_item', '', 0),
(170, 1, '2025-01-28 02:43:40', '2024-12-06 08:29:38', ' ', '', '', 'publish', 'closed', 'closed', '', '170', '', '', '2025-01-28 02:43:40', '2025-01-28 02:43:40', '', 0, 'https://thelifestrategiescoach.com/?p=170', 6, 'nav_menu_item', '', 0),
(171, 1, '2025-01-28 02:43:40', '2024-12-06 08:29:38', ' ', '', '', 'publish', 'closed', 'closed', '', '171', '', '', '2025-01-28 02:43:40', '2025-01-28 02:43:40', '', 0, 'https://thelifestrategiescoach.com/?p=171', 1, 'nav_menu_item', '', 0),
(172, 1, '2025-01-27 19:47:24', '2025-01-27 19:47:24', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.					\n					<cite>Jamillia⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jamillia">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n						"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine."					\n					<cite>Anna B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Anna B">\n						"I wish I could transfer all the knowledge and experience that I''ve gained since starting my consulting with Jesse to everyone I talk with, but it''s hard to just tell you without going through it all! Life has just been such a big struggle for sooo many years and now I finally feel like I have control in my life and I can have things that I enjoy and do things that I like with people I love. Like seriously, I went from the bottom of a deep dark pit, living in a musty, very old basement apartment with no electricity several years ago with a newborn and my husband trying to just survive, to the top of the mountain. We just got our dream house and are living so many other dreams that I often doubted I would ever see in reality with my little family. And the best part of it is that Jesse doesn''t create dependency on him to continue living a happy life. I know I won''t need to continue my sessions with him forever because he has taught me be able to help myself solve problems and get the things I want to experience. 					\n					<cite>J.C. ⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="J.C. ">\n						"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action."					\n					<cite>Amanda T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Amanda T">\n						"I’ve always struggled with setting boundaries in relationships. Jesse’s guidance gave me the confidence to express my needs and build healthier connections with those around me."					\n					<cite>Tyler W⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Tyler W">\n						"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I’ve since found balance, set boundaries, and created a home where my children and I thrive."					\n					<cite>Mark B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Mark B">\n						"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn’t think I’d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I’m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before."					\n					<cite>Sophia L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sophia L">\n						"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse’s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I’m living the life I was meant to."					\n					<cite>Lisa⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Lisa">\n						Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!					\n					<cite>Suzi S⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Suzi S">\n						"I’d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!"					\n					<cite>Chris M⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Chris M">\n						"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself."					\n					<cite>Emily J⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Emily J">\n						"I’ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I’m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what’s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life."					\n					<cite>David L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="David L">\n						"Jesse’s teachings helped me see myself as a creator of my reality, not a victim of my circumstances."					\n					<cite>Erin V⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Erin V">\n						"I’ve developed a deeper understanding of who I am and what I’m capable of, and I feel more at peace than I ever thought possible."					\n					<cite>Sam N⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sam N">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'publish', 'closed', 'closed', '', 'testimonials', '', '', '2025-01-27 21:05:44', '2025-01-27 21:05:44', '', 0, 'https://thelifestrategiescoach.com/?page_id=172', 0, 'page', '', 0),
(173, 1, '2024-12-06 17:08:20', '2024-12-06 17:08:20', '<h2>We''d Love To Hear From You</h2>		\n			<h2>contact us</h2>		\n									<h3>\n							Find us Here						\n					</h3>\n									<p>\n						910 Armory Road<BR>\nlos Angeles, CA 90017					</p>\n									<h3>\n							Get In touch						\n					</h3>\n									<p>\n						213-200-5078 <BR>\nkevinclarkfit@training.com					</p>\n									<h3>\n							Business Hours						\n					</h3>\n									<p>\n						Mon- Fri: 9am- 8pm <BR>\nSaturday: 10am-4pm					</p>\n			<h2>Send a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"\n					title="London Eye, London, United Kingdom"\n					aria-label="London Eye, London, United Kingdom"\n			></iframe>', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2024-12-06 19:29:39', '2024-12-06 19:29:39', '', 0, 'https://thelifestrategiescoach.com/?page_id=173', 0, 'page', '', 0),
(174, 1, '2024-12-06 16:53:47', '2024-12-06 16:53:47', '', 'boxking_contact_img_3.jpg', '', 'inherit', 'open', 'closed', '', 'boxking_contact_img_3-jpg', '', '', '2024-12-06 16:53:47', '2024-12-06 16:53:47', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2024/12/boxking_contact_img_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2024-12-06 19:27:10', '2024-12-06 19:27:10', '<h2>We''d Love To Hear From You</h2>		\n			<h2>contact us</h2>		\n									<h3>\n							Find us Here						\n					</h3>\n									<p>\n						910 Armory Road<BR>\nlos Angeles, CA 90017					</p>\n									<h3>\n							Get In touch						\n					</h3>\n									<p>\n						213-200-5078 <BR>\nkevinclarkfit@training.com					</p>\n									<h3>\n							Training Hours						\n					</h3>\n									<p>\n						Mon- Fri: 9am- 8pm <BR>\nSaturday: 10am-4pm					</p>\n			<h2>Send a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"\n					title="London Eye, London, United Kingdom"\n					aria-label="London Eye, London, United Kingdom"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2024-12-06 19:27:10', '2024-12-06 19:27:10', '', 173, 'https://thelifestrategiescoach.com/?p=175', 0, 'revision', '', 0),
(176, 1, '2024-12-06 19:27:10', '2024-12-06 19:27:10', '<h2>We''d Love To Hear From You</h2>		\n			<h2>contact us</h2>		\n									<h3>\n							Find us Here						\n					</h3>\n									<p>\n						910 Armory Road<BR>\nlos Angeles, CA 90017					</p>\n									<h3>\n							Get In touch						\n					</h3>\n									<p>\n						213-200-5078 <BR>\nkevinclarkfit@training.com					</p>\n									<h3>\n							Training Hours						\n					</h3>\n									<p>\n						Mon- Fri: 9am- 8pm <BR>\nSaturday: 10am-4pm					</p>\n			<h2>Send a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"\n					title="London Eye, London, United Kingdom"\n					aria-label="London Eye, London, United Kingdom"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2024-12-06 19:27:10', '2024-12-06 19:27:10', '', 173, 'https://thelifestrategiescoach.com/?p=176', 0, 'revision', '', 0),
(177, 1, '2024-12-06 19:27:11', '2024-12-06 19:27:11', '<h2>We''d Love To Hear From You</h2>		\n			<h2>contact us</h2>		\n									<h3>\n							Find us Here						\n					</h3>\n									<p>\n						910 Armory Road<BR>\nlos Angeles, CA 90017					</p>\n									<h3>\n							Get In touch						\n					</h3>\n									<p>\n						213-200-5078 <BR>\nkevinclarkfit@training.com					</p>\n									<h3>\n							Training Hours						\n					</h3>\n									<p>\n						Mon- Fri: 9am- 8pm <BR>\nSaturday: 10am-4pm					</p>\n			<h2>Send a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"\n					title="London Eye, London, United Kingdom"\n					aria-label="London Eye, London, United Kingdom"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2024-12-06 19:27:11', '2024-12-06 19:27:11', '', 173, 'https://thelifestrategiescoach.com/?p=177', 0, 'revision', '', 0),
(178, 1, '2024-12-06 19:29:38', '2024-12-06 19:29:38', '<h2>We''d Love To Hear From You</h2>		\n			<h2>contact us</h2>		\n									<h3>\n							Find us Here						\n					</h3>\n									<p>\n						910 Armory Road<BR>\nlos Angeles, CA 90017					</p>\n									<h3>\n							Get In touch						\n					</h3>\n									<p>\n						213-200-5078 <BR>\nkevinclarkfit@training.com					</p>\n									<h3>\n							Training Hours						\n					</h3>\n									<p>\n						Mon- Fri: 9am- 8pm <BR>\nSaturday: 10am-4pm					</p>\n			<h2>Send a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"\n					title="London Eye, London, United Kingdom"\n					aria-label="London Eye, London, United Kingdom"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2024-12-06 19:29:38', '2024-12-06 19:29:38', '', 173, 'https://thelifestrategiescoach.com/?p=178', 0, 'revision', '', 0),
(179, 1, '2024-12-06 19:29:38', '2024-12-06 19:29:38', '<h2>We''d Love To Hear From You</h2>		\n			<h2>contact us</h2>		\n									<h3>\n							Find us Here						\n					</h3>\n									<p>\n						910 Armory Road<BR>\nlos Angeles, CA 90017					</p>\n									<h3>\n							Get In touch						\n					</h3>\n									<p>\n						213-200-5078 <BR>\nkevinclarkfit@training.com					</p>\n									<h3>\n							Training Hours						\n					</h3>\n									<p>\n						Mon- Fri: 9am- 8pm <BR>\nSaturday: 10am-4pm					</p>\n			<h2>Send a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"\n					title="London Eye, London, United Kingdom"\n					aria-label="London Eye, London, United Kingdom"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2024-12-06 19:29:38', '2024-12-06 19:29:38', '', 173, 'https://thelifestrategiescoach.com/?p=179', 0, 'revision', '', 0),
(180, 1, '2024-12-06 19:29:39', '2024-12-06 19:29:39', '<h2>We''d Love To Hear From You</h2>		\n			<h2>contact us</h2>		\n									<h3>\n							Find us Here						\n					</h3>\n									<p>\n						910 Armory Road<BR>\nlos Angeles, CA 90017					</p>\n									<h3>\n							Get In touch						\n					</h3>\n									<p>\n						213-200-5078 <BR>\nkevinclarkfit@training.com					</p>\n									<h3>\n							Business Hours						\n					</h3>\n									<p>\n						Mon- Fri: 9am- 8pm <BR>\nSaturday: 10am-4pm					</p>\n			<h2>Send a Message</h2>		\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"\n					title="London Eye, London, United Kingdom"\n					aria-label="London Eye, London, United Kingdom"\n			></iframe>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2024-12-06 19:29:39', '2024-12-06 19:29:39', '', 173, 'https://thelifestrategiescoach.com/?p=180', 0, 'revision', '', 0),
(181, 1, '2025-01-27 23:07:09', '2025-01-27 23:07:09', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>Are you ready to take control of your life, transform your mindset, and create the future you’ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.</p><p><strong>This program is a great fit if you:</strong></p><p> </p><ul style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;"><li><strong>Feel stuck</strong> in your current circumstances and are searching for purpose and direction.</li><li><strong>Struggle with stress, self-doubt, or negative patterns</strong> and want practical strategies to regain control of your life.</li><li><strong>Desire deeper, more meaningful relationships</strong> and stronger communication skills.</li><li><strong>Have big dreams or goals</strong> but don’t know how to take the first step or overcome fear.</li><li><strong>Want to learn tools to manifest a life</strong> filled with health, joy, and abundance.</li><li><strong>Value a personalized, holistic approach</strong> that blends timeless wisdom with actionable steps.</li></ul>		\n															<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Jesse', '', 'publish', 'closed', 'closed', '', 'about-jesse', '', '', '2025-01-27 23:19:08', '2025-01-27 23:19:08', '', 0, 'https://thelifestrategiescoach.com/?page_id=181', 0, 'page', '', 0),
(182, 1, '2025-01-28 02:43:40', '2024-12-06 19:30:36', ' ', '', '', 'publish', 'closed', 'closed', '', '182', '', '', '2025-01-28 02:43:40', '2025-01-28 02:43:40', '', 0, 'https://thelifestrategiescoach.com/?p=182', 9, 'nav_menu_item', '', 0),
(183, 1, '2025-01-24 16:56:29', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-01-24 16:56:29', '0000-00-00 00:00:00', '', 0, 'https://thelifestrategiescoach.com/?p=183', 0, 'post', '', 0),
(184, 1, '2025-01-27 19:15:54', '2025-01-27 19:15:54', '<h2>We''d Love To Hear From You</h2>				\n					<h2>contact us</h2>				\n									<h3>\n							Find us Here						\n					</h3>\n									<p>\n						910 Armory Road<BR>\nlos Angeles, CA 90017					</p>\n									<h3>\n							Get In touch						\n					</h3>\n									<p>\n						213-200-5078 <BR>\nkevinclarkfit@training.com					</p>\n									<h3>\n							Business Hours						\n					</h3>\n									<p>\n						Mon- Fri: 9am- 8pm <BR>\nSaturday: 10am-4pm					</p>\n					<h2>Send a Message</h2>				\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"\n					title="London Eye, London, United Kingdom"\n					aria-label="London Eye, London, United Kingdom"\n			></iframe>', 'Page', '', 'publish', 'closed', 'closed', '', 'page', '', '', '2025-01-27 19:15:54', '2025-01-27 19:15:54', '', 0, 'https://thelifestrategiescoach.com/?elementor_library=page', 0, 'elementor_library', '', 0),
(185, 1, '2025-01-27 19:15:54', '2025-01-27 19:15:54', '', 'Page', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2025-01-27 19:15:54', '2025-01-27 19:15:54', '', 184, 'https://thelifestrategiescoach.com/?p=185', 0, 'revision', '', 0),
(186, 1, '2025-01-27 19:15:54', '2025-01-27 19:15:54', '<h2>We''d Love To Hear From You</h2>				\n					<h2>contact us</h2>				\n									<h3>\n							Find us Here						\n					</h3>\n									<p>\n						910 Armory Road<BR>\nlos Angeles, CA 90017					</p>\n									<h3>\n							Get In touch						\n					</h3>\n									<p>\n						213-200-5078 <BR>\nkevinclarkfit@training.com					</p>\n									<h3>\n							Business Hours						\n					</h3>\n									<p>\n						Mon- Fri: 9am- 8pm <BR>\nSaturday: 10am-4pm					</p>\n					<h2>Send a Message</h2>				\n			<iframe loading="lazy"\n					src="https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near"\n					title="London Eye, London, United Kingdom"\n					aria-label="London Eye, London, United Kingdom"\n			></iframe>', 'Page', '', 'inherit', 'closed', 'closed', '', '184-revision-v1', '', '', '2025-01-27 19:15:54', '2025-01-27 19:15:54', '', 184, 'https://thelifestrategiescoach.com/?p=186', 0, 'revision', '', 0),
(187, 1, '2025-01-27 19:20:28', '2025-01-27 19:20:28', '', 'testiminials-pic-light.jpg', '', 'inherit', 'open', 'closed', '', 'testiminials-pic-light-jpg', '', '', '2025-01-27 19:20:28', '2025-01-27 19:20:28', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg', 0, 'attachment', 'image/jpeg', 0),
(194, 1, '2025-01-27 19:47:38', '2025-01-27 19:47:38', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 19:47:38', '2025-01-27 19:47:38', '', 172, 'https://thelifestrategiescoach.com/?p=194', 0, 'revision', '', 0),
(195, 1, '2025-01-27 19:47:38', '2025-01-27 19:47:38', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 19:47:38', '2025-01-27 19:47:38', '', 172, 'https://thelifestrategiescoach.com/?p=195', 0, 'revision', '', 0),
(196, 1, '2025-01-27 19:47:38', '2025-01-27 19:47:38', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 19:47:38', '2025-01-27 19:47:38', '', 172, 'https://thelifestrategiescoach.com/?p=196', 0, 'revision', '', 0),
(198, 1, '2025-01-27 20:50:13', '2025-01-27 20:50:13', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 20:50:13', '2025-01-27 20:50:13', '', 172, 'https://thelifestrategiescoach.com/?p=198', 0, 'revision', '', 0),
(199, 1, '2025-01-27 20:50:13', '2025-01-27 20:50:13', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 20:50:13', '2025-01-27 20:50:13', '', 172, 'https://thelifestrategiescoach.com/?p=199', 0, 'revision', '', 0),
(200, 1, '2025-01-27 20:50:13', '2025-01-27 20:50:13', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.					\n					<cite>Jamillia⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jamillia">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n						"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine."					\n					<cite>Anna B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Anna B">\n						"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action."					\n					<cite>Amanda T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Amanda T">\n						"I’ve always struggled with setting boundaries in relationships. Jesse’s guidance gave me the confidence to express my needs and build healthier connections with those around me."					\n					<cite>Tyler W⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Tyler W">\n						"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I’ve since found balance, set boundaries, and created a home where my children and I thrive."					\n					<cite>Mark B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Mark B">\n						"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn’t think I’d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I’m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before."					\n					<cite>Sophia L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sophia L">\n						"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse’s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I’m living the life I was meant to."					\n					<cite>Lisa⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Lisa">\n						Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!					\n					<cite>Suzi S⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Suzi S">\n						"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself."					\n					<cite>Emily J⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Emily J">\n						"I’d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!"					\n					<cite>Chris M⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Chris M">\n						"I’ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I’m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what’s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life."					\n					<cite>David L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="David L">\n						"Jesse’s teachings helped me see myself as a creator of my reality, not a victim of my circumstances."					\n					<cite>Erin V⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Erin V">\n						"I’ve developed a deeper understanding of who I am and what I’m capable of, and I feel more at peace than I ever thought possible."					\n					<cite>Sam N⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sam N">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 20:50:13', '2025-01-27 20:50:13', '', 172, 'https://thelifestrategiescoach.com/?p=200', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(201, 1, '2025-01-27 20:51:23', '2025-01-27 20:51:23', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.					\n					<cite>Jamillia⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jamillia">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n						"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine."					\n					<cite>Anna B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Anna B">\n						"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action."					\n					<cite>Amanda T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Amanda T">\n						"I’ve always struggled with setting boundaries in relationships. Jesse’s guidance gave me the confidence to express my needs and build healthier connections with those around me."					\n					<cite>Tyler W⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Tyler W">\n						"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I’ve since found balance, set boundaries, and created a home where my children and I thrive."					\n					<cite>Mark B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Mark B">\n						"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn’t think I’d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I’m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before."					\n					<cite>Sophia L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sophia L">\n						"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse’s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I’m living the life I was meant to."					\n					<cite>Lisa⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Lisa">\n						Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!					\n					<cite>Suzi S⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Suzi S">\n						"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself."					\n					<cite>Emily J⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Emily J">\n						"I’d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!"					\n					<cite>Chris M⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Chris M">\n						"I’ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I’m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what’s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life."					\n					<cite>David L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="David L">\n						"Jesse’s teachings helped me see myself as a creator of my reality, not a victim of my circumstances."					\n					<cite>Erin V⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Erin V">\n						"I’ve developed a deeper understanding of who I am and what I’m capable of, and I feel more at peace than I ever thought possible."					\n					<cite>Sam N⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sam N">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 20:51:23', '2025-01-27 20:51:23', '', 172, 'https://thelifestrategiescoach.com/?p=201', 0, 'revision', '', 0),
(202, 1, '2025-01-27 20:51:23', '2025-01-27 20:51:23', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.					\n					<cite>Jamillia⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jamillia">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n						"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine."					\n					<cite>Anna B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Anna B">\n						"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action."					\n					<cite>Amanda T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Amanda T">\n						"I’ve always struggled with setting boundaries in relationships. Jesse’s guidance gave me the confidence to express my needs and build healthier connections with those around me."					\n					<cite>Tyler W⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Tyler W">\n						"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I’ve since found balance, set boundaries, and created a home where my children and I thrive."					\n					<cite>Mark B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Mark B">\n						"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn’t think I’d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I’m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before."					\n					<cite>Sophia L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sophia L">\n						"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse’s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I’m living the life I was meant to."					\n					<cite>Lisa⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Lisa">\n						Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!					\n					<cite>Suzi S⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Suzi S">\n						"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself."					\n					<cite>Emily J⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Emily J">\n						"I’d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!"					\n					<cite>Chris M⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Chris M">\n						"I’ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I’m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what’s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life."					\n					<cite>David L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="David L">\n						"Jesse’s teachings helped me see myself as a creator of my reality, not a victim of my circumstances."					\n					<cite>Erin V⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Erin V">\n						"I’ve developed a deeper understanding of who I am and what I’m capable of, and I feel more at peace than I ever thought possible."					\n					<cite>Sam N⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sam N">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 20:51:23', '2025-01-27 20:51:23', '', 172, 'https://thelifestrategiescoach.com/?p=202', 0, 'revision', '', 0),
(203, 1, '2025-01-27 20:51:23', '2025-01-27 20:51:23', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.					\n					<cite>Jamillia⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jamillia">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n						"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine."					\n					<cite>Anna B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Anna B">\n						"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action."					\n					<cite>Amanda T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Amanda T">\n						"I’ve always struggled with setting boundaries in relationships. Jesse’s guidance gave me the confidence to express my needs and build healthier connections with those around me."					\n					<cite>Tyler W⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Tyler W">\n						"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I’ve since found balance, set boundaries, and created a home where my children and I thrive."					\n					<cite>Mark B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Mark B">\n						"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn’t think I’d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I’m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before."					\n					<cite>Sophia L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sophia L">\n						"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse’s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I’m living the life I was meant to."					\n					<cite>Lisa⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Lisa">\n						Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!					\n					<cite>Suzi S⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Suzi S">\n						"I’d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!"					\n					<cite>Chris M⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Chris M">\n						"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself."					\n					<cite>Emily J⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Emily J">\n						"I’ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I’m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what’s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life."					\n					<cite>David L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="David L">\n						"Jesse’s teachings helped me see myself as a creator of my reality, not a victim of my circumstances."					\n					<cite>Erin V⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Erin V">\n						"I’ve developed a deeper understanding of who I am and what I’m capable of, and I feel more at peace than I ever thought possible."					\n					<cite>Sam N⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sam N">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 20:51:23', '2025-01-27 20:51:23', '', 172, 'https://thelifestrategiescoach.com/?p=203', 0, 'revision', '', 0),
(205, 1, '2025-01-27 21:05:44', '2025-01-27 21:05:44', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.					\n					<cite>Jamillia⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jamillia">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n						"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine."					\n					<cite>Anna B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Anna B">\n						"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action."					\n					<cite>Amanda T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Amanda T">\n						"I’ve always struggled with setting boundaries in relationships. Jesse’s guidance gave me the confidence to express my needs and build healthier connections with those around me."					\n					<cite>Tyler W⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Tyler W">\n						"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I’ve since found balance, set boundaries, and created a home where my children and I thrive."					\n					<cite>Mark B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Mark B">\n						"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn’t think I’d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I’m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before."					\n					<cite>Sophia L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sophia L">\n						"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse’s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I’m living the life I was meant to."					\n					<cite>Lisa⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Lisa">\n						Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!					\n					<cite>Suzi S⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Suzi S">\n						"I’d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!"					\n					<cite>Chris M⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Chris M">\n						"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself."					\n					<cite>Emily J⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Emily J">\n						"I’ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I’m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what’s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life."					\n					<cite>David L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="David L">\n						"Jesse’s teachings helped me see myself as a creator of my reality, not a victim of my circumstances."					\n					<cite>Erin V⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Erin V">\n						"I’ve developed a deeper understanding of who I am and what I’m capable of, and I feel more at peace than I ever thought possible."					\n					<cite>Sam N⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sam N">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 21:05:44', '2025-01-27 21:05:44', '', 172, 'https://thelifestrategiescoach.com/?p=205', 0, 'revision', '', 0),
(206, 1, '2025-01-27 21:05:44', '2025-01-27 21:05:44', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.					\n					<cite>Jamillia⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jamillia">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n						"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine."					\n					<cite>Anna B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Anna B">\n						"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action."					\n					<cite>Amanda T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Amanda T">\n						"I’ve always struggled with setting boundaries in relationships. Jesse’s guidance gave me the confidence to express my needs and build healthier connections with those around me."					\n					<cite>Tyler W⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Tyler W">\n						"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I’ve since found balance, set boundaries, and created a home where my children and I thrive."					\n					<cite>Mark B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Mark B">\n						"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn’t think I’d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I’m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before."					\n					<cite>Sophia L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sophia L">\n						"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse’s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I’m living the life I was meant to."					\n					<cite>Lisa⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Lisa">\n						Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!					\n					<cite>Suzi S⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Suzi S">\n						"I’d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!"					\n					<cite>Chris M⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Chris M">\n						"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself."					\n					<cite>Emily J⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Emily J">\n						"I’ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I’m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what’s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life."					\n					<cite>David L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="David L">\n						"Jesse’s teachings helped me see myself as a creator of my reality, not a victim of my circumstances."					\n					<cite>Erin V⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Erin V">\n						"I’ve developed a deeper understanding of who I am and what I’m capable of, and I feel more at peace than I ever thought possible."					\n					<cite>Sam N⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sam N">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 21:05:44', '2025-01-27 21:05:44', '', 172, 'https://thelifestrategiescoach.com/?p=206', 0, 'revision', '', 0),
(207, 1, '2025-01-27 21:05:44', '2025-01-27 21:05:44', '<h2>Check out the success others have had!</h2>				\n					<h2>Client Testimonials</h2>				\n						“I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n					<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n						“I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n					<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Michael R">\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n					<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n					<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jason T">\n						If you aren''t happy with your life, you''ve got to meet Jesse!! He is so great to work with and has really helped me feel confident and fulfilled with my life.					\n					<cite>Jamillia⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Jamillia">\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n					<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Brandon">\n						"Jesse helped me rebuild my self-esteem after years of feeling inadequate. His methods are practical, his wisdom is timeless, and his encouragement is genuine."					\n					<cite>Anna B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Anna B">\n						"I wish I could transfer all the knowledge and experience that I''ve gained since starting my consulting with Jesse to everyone I talk with, but it''s hard to just tell you without going through it all! Life has just been such a big struggle for sooo many years and now I finally feel like I have control in my life and I can have things that I enjoy and do things that I like with people I love. Like seriously, I went from the bottom of a deep dark pit, living in a musty, very old basement apartment with no electricity several years ago with a newborn and my husband trying to just survive, to the top of the mountain. We just got our dream house and are living so many other dreams that I often doubted I would ever see in reality with my little family. And the best part of it is that Jesse doesn''t create dependency on him to continue living a happy life. I know I won''t need to continue my sessions with him forever because he has taught me be able to help myself solve problems and get the things I want to experience. 					\n					<cite>J.C. ⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="J.C. ">\n						"Working with Jesse was life-changing. I went from feeling stuck and hopeless to living a life full of purpose and confidence. His insights helped me see things from a new perspective, and his strategies gave me the tools to take action."					\n					<cite>Amanda T⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Amanda T">\n						"I’ve always struggled with setting boundaries in relationships. Jesse’s guidance gave me the confidence to express my needs and build healthier connections with those around me."					\n					<cite>Tyler W⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Tyler W">\n						"As a single dad juggling a full-time job and raising two kids, I constantly felt overwhelmed and inadequate. Jesse taught me how to manage my stress and create a vision for the life I wanted for myself and my kids. I’ve since found balance, set boundaries, and created a home where my children and I thrive."					\n					<cite>Mark B⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Mark B">\n						"When I first met Jesse, I was struggling with feelings of worthlessness after a divorce. I didn’t think I’d ever regain my confidence or trust anyone again. Jesse helped me see my own value and taught me how to rebuild my life on my terms. I’m now in a healthy, loving relationship, and I feel stronger and more secure than I ever have before."					\n					<cite>Sophia L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sophia L">\n						"I had been trying to start my own business for years but always felt too afraid to take the leap. Jesse’s coaching helped me break down my goals into manageable steps and address the fears that were holding me back. Now, my online store is thriving, and I finally feel like I’m living the life I was meant to."					\n					<cite>Lisa⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Lisa">\n						Jesse''s just the best. A close friend and I have both been working with him. I highly recommend at least trying a session to see if this will help!					\n					<cite>Suzi S⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Suzi S">\n						"I’d been dealing with panic attacks and chronic anxiety for years. Between a demanding job and raising three kids, I was drowning in stress. Jesse helped me identify the triggers behind my stress and gave me practical tools to regain control over my emotions. Now, I feel calmer and more grounded, even in situations that used to overwhelm me. My whole family has noticed the difference!"					\n					<cite>Chris M⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Chris M">\n						"As a full-time caregiver for my elderly parents, I was constantly stressed and on the verge of burnout. Jesse taught me how to prioritize self-care and manage my emotions in healthy ways. I now feel more present and capable, both for my parents and for myself."					\n					<cite>Emily J⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Emily J">\n						"I’ve struggled with self-esteem my whole life. I was constantly second-guessing and after years of being in toxic relationships, I had completely lost confidence in myself, which was affecting my performance and my relationships with coworkers.I''ve learned the tools to build my confidence and believe in my abilities. I now feel empowered to live life on my own terms, and I’m attracting people who respect and value me. And for the first time, I feel proud of who I am and excited about what’s ahead. This is absolutely worth it! I definitely recommend for anyone that feels stuck in life."					\n					<cite>David L⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="David L">\n						"Jesse’s teachings helped me see myself as a creator of my reality, not a victim of my circumstances."					\n					<cite>Erin V⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Erin V">\n						"I’ve developed a deeper understanding of who I am and what I’m capable of, and I feel more at peace than I ever thought possible."					\n					<cite>Sam N⭐️⭐️⭐️⭐️⭐️</cite>				\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/testiminials-pic-light.jpg" alt="Sam N">\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '172-revision-v1', '', '', '2025-01-27 21:05:44', '2025-01-27 21:05:44', '', 172, 'https://thelifestrategiescoach.com/?p=207', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(208, 1, '2025-01-27 21:14:57', '2025-01-27 21:14:57', '', 'Place-holder-about-4.jpg', '', 'inherit', 'open', 'closed', '', 'place-holder-about-4-jpg', '', '', '2025-01-27 21:14:57', '2025-01-27 21:14:57', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Place-holder-about-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 1, '2025-01-27 21:14:57', '2025-01-27 21:14:57', '', 'Img-About-3.jpg', '', 'inherit', 'open', 'closed', '', 'img-about-3-jpg', '', '', '2025-01-27 21:14:57', '2025-01-27 21:14:57', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(210, 1, '2025-01-27 23:07:33', '2025-01-27 23:07:33', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.</p>		\n							<ul>\n							<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 1\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 2\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 3\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 4\n											</a>\n									</li>\n						</ul>\n															<img width="572" height="491" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg 572w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3-300x258.jpg 300w" sizes="(max-width: 572px) 100vw, 572px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2025-01-27 23:07:33', '2025-01-27 23:07:33', '', 181, 'https://thelifestrategiescoach.com/?p=210', 0, 'revision', '', 0),
(211, 1, '2025-01-27 23:07:34', '2025-01-27 23:07:34', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.</p>		\n							<ul>\n							<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 1\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 2\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 3\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 4\n											</a>\n									</li>\n						</ul>\n															<img width="572" height="491" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg 572w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3-300x258.jpg 300w" sizes="(max-width: 572px) 100vw, 572px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Jesse', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2025-01-27 23:07:34', '2025-01-27 23:07:34', '', 181, 'https://thelifestrategiescoach.com/?p=211', 0, 'revision', '', 0),
(212, 1, '2025-01-27 23:07:34', '2025-01-27 23:07:34', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.</p>		\n							<ul>\n							<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 1\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 2\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 3\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 4\n											</a>\n									</li>\n						</ul>\n															<img width="572" height="491" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg 572w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3-300x258.jpg 300w" sizes="(max-width: 572px) 100vw, 572px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Jesse', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2025-01-27 23:07:34', '2025-01-27 23:07:34', '', 181, 'https://thelifestrategiescoach.com/?p=212', 0, 'revision', '', 0),
(213, 1, '2025-01-27 23:15:24', '2025-01-27 23:15:24', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.</p>		\n							<ul>\n							<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 1\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 2\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 3\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 4\n											</a>\n									</li>\n						</ul>\n															<img width="572" height="491" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg 572w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3-300x258.jpg 300w" sizes="(max-width: 572px) 100vw, 572px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Jesse', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2025-01-27 23:15:24', '2025-01-27 23:15:24', '', 181, 'https://thelifestrategiescoach.com/?p=213', 0, 'revision', '', 0),
(214, 1, '2025-01-27 23:15:24', '2025-01-27 23:15:24', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>A short paragraph describing what your service offers and how it helps clients. This is your chance to convince the visitor that your business is the right choice for them.</p>		\n							<ul>\n							<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 1\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 2\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 3\n											</a>\n									</li>\n								<li>\n											<a href="#">\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg>						\n										Feature/Benefit 4\n											</a>\n									</li>\n						</ul>\n															<img width="572" height="491" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg 572w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3-300x258.jpg 300w" sizes="(max-width: 572px) 100vw, 572px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Jesse', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2025-01-27 23:15:24', '2025-01-27 23:15:24', '', 181, 'https://thelifestrategiescoach.com/?p=214', 0, 'revision', '', 0),
(215, 1, '2025-01-27 23:15:24', '2025-01-27 23:15:24', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>Are you ready to take control of your life, transform your mindset, and create the future you’ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.</p><p><strong>This program is a great fit if you:</strong></p><p> </p><ul style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;"><li><strong>Feel stuck</strong> in your current circumstances and are searching for purpose and direction.</li><li><strong>Struggle with stress, self-doubt, or negative patterns</strong> and want practical strategies to regain control of your life.</li><li><strong>Desire deeper, more meaningful relationships</strong> and stronger communication skills.</li><li><strong>Have big dreams or goals</strong> but don’t know how to take the first step or overcome fear.</li><li><strong>Want to learn tools to manifest a life</strong> filled with health, joy, and abundance.</li><li><strong>Value a personalized, holistic approach</strong> that blends timeless wisdom with actionable steps.</li></ul>		\n															<img width="572" height="491" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg 572w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3-300x258.jpg 300w" sizes="(max-width: 572px) 100vw, 572px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Jesse', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2025-01-27 23:15:24', '2025-01-27 23:15:24', '', 181, 'https://thelifestrategiescoach.com/?p=215', 0, 'revision', '', 0),
(216, 1, '2025-01-27 23:19:08', '2025-01-27 23:19:08', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>Are you ready to take control of your life, transform your mindset, and create the future you’ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.</p><p><strong>This program is a great fit if you:</strong></p><p> </p><ul style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;"><li><strong>Feel stuck</strong> in your current circumstances and are searching for purpose and direction.</li><li><strong>Struggle with stress, self-doubt, or negative patterns</strong> and want practical strategies to regain control of your life.</li><li><strong>Desire deeper, more meaningful relationships</strong> and stronger communication skills.</li><li><strong>Have big dreams or goals</strong> but don’t know how to take the first step or overcome fear.</li><li><strong>Want to learn tools to manifest a life</strong> filled with health, joy, and abundance.</li><li><strong>Value a personalized, holistic approach</strong> that blends timeless wisdom with actionable steps.</li></ul>		\n															<img width="572" height="491" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg 572w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3-300x258.jpg 300w" sizes="(max-width: 572px) 100vw, 572px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Jesse', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2025-01-27 23:19:08', '2025-01-27 23:19:08', '', 181, 'https://thelifestrategiescoach.com/?p=216', 0, 'revision', '', 0),
(217, 1, '2025-01-27 23:19:08', '2025-01-27 23:19:08', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_62351982-scaled-e1733466870528-2048x1366.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>Are you ready to take control of your life, transform your mindset, and create the future you’ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.</p><p><strong>This program is a great fit if you:</strong></p><p> </p><ul style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;"><li><strong>Feel stuck</strong> in your current circumstances and are searching for purpose and direction.</li><li><strong>Struggle with stress, self-doubt, or negative patterns</strong> and want practical strategies to regain control of your life.</li><li><strong>Desire deeper, more meaningful relationships</strong> and stronger communication skills.</li><li><strong>Have big dreams or goals</strong> but don’t know how to take the first step or overcome fear.</li><li><strong>Want to learn tools to manifest a life</strong> filled with health, joy, and abundance.</li><li><strong>Value a personalized, holistic approach</strong> that blends timeless wisdom with actionable steps.</li></ul>		\n															<img width="572" height="491" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3.jpg 572w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Img-About-3-300x258.jpg 300w" sizes="(max-width: 572px) 100vw, 572px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Jesse', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2025-01-27 23:19:08', '2025-01-27 23:19:08', '', 181, 'https://thelifestrategiescoach.com/?p=217', 0, 'revision', '', 0),
(218, 1, '2025-01-27 23:19:08', '2025-01-27 23:19:08', '<h2>The Life Strategies Consultant</h2>				\n					<h2>About Jesse</h2>				\n					<h1>Why Hello There!</h1>				\n		<p>I help people learn to love life again.</p><p>I am a certified behavioral consultant specializing in helping people just like you overcome depression, anxiety, and addictions. I’ve been able to help people heal themselves and their relationships and found what works and what doesn’t.</p><p>I''ve experienced depression, low self confidence, and even was suicidal when I was younger. I''ve struggled with my wife at times in our marriage. And I''ve overcome addictions in my own life. Feeling the triumph on the other side of these struggles and having a desire to help family and friends with similar problems in life led me to become a consultant.</p><p>So yeah, I''ve been there and know how much it sucks. I know how freeing and beautiful life is when you finally get out of that and enjoy life too. Now I’ve helped hundreds of people get relief and find their own happiness in life.  </p><p>I’m the type of guy that is motivated by fun. If it’s fun, I’ll be there! </p><p>I have a beautiful wife and  4 young children. We love making memories with each other by getting out to try new things and meet new people. And because I’m a people person and having fun is important to me, I want to help other people have fun and enjoy their lives too! </p><p>I put my 100% into every session. I really want to personalize each session with you to make sure you are getting the results you deserve. </p><p>People who do get better results, have more fun, and live more comfortable lives.  </p><p>If you’d like to try out evidence-based practices, get tools and techniques for life that really work, and start healing your life, schedule your first session with me today!</p><p>I promise that it’ll be your best money spent on changing your life for the better. </p><p>You really can get rid of your problems that are plaguing you AND have an enjoyable life again.</p>		\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_235838619-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>My Mission</h2>				\n		<p>At Life Strategies Consulting, my mission is to awaken individuals to their divine identity, empower them to manifest their desires, and create lives of meaning and joy through transformative consulting, timeless teachings, and practical tools for self-mastery.”</p>		\n					<h2>Am I A Good Fit For You??</h2>				\n		<p>Are you ready to take control of your life, transform your mindset, and create the future you’ve always dreamed of? My program is designed for individuals who are ready to break free from limitations, gain clarity, and align with their highest potential.</p><p><strong>This program is a great fit if you:</strong></p><p> </p><ul style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: #000000; color: #000000;"><li><strong>Feel stuck</strong> in your current circumstances and are searching for purpose and direction.</li><li><strong>Struggle with stress, self-doubt, or negative patterns</strong> and want practical strategies to regain control of your life.</li><li><strong>Desire deeper, more meaningful relationships</strong> and stronger communication skills.</li><li><strong>Have big dreams or goals</strong> but don’t know how to take the first step or overcome fear.</li><li><strong>Want to learn tools to manifest a life</strong> filled with health, joy, and abundance.</li><li><strong>Value a personalized, holistic approach</strong> that blends timeless wisdom with actionable steps.</li></ul>		\n															<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'About Jesse', '', 'inherit', 'closed', 'closed', '', '181-revision-v1', '', '', '2025-01-27 23:19:08', '2025-01-27 23:19:08', '', 181, 'https://thelifestrategiescoach.com/?p=218', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(219, 1, '2025-01-28 02:43:40', '2025-01-27 23:19:42', ' ', '', '', 'publish', 'closed', 'closed', '', '219', '', '', '2025-01-28 02:43:40', '2025-01-28 02:43:40', '', 0, 'https://thelifestrategiescoach.com/?p=219', 7, 'nav_menu_item', '', 0),
(220, 1, '2025-01-28 02:43:40', '2025-01-27 23:19:42', ' ', '', '', 'publish', 'closed', 'closed', '', '220', '', '', '2025-01-28 02:43:40', '2025-01-28 02:43:40', '', 0, 'https://thelifestrategiescoach.com/?p=220', 8, 'nav_menu_item', '', 0),
(221, 1, '2025-01-28 02:16:44', '2025-01-28 02:16:44', '<h2>Life Strategies Coaching</h2>				\n					<h2>Services</h2>				\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-768x513.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1536x1025.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-2048x1367.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Private Consulting</h2>				\n					<h2>One-On-One Consulting</h2>				\n		<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Six 75-minute private consultations (virtual or in-person).\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Email/Messaging Support Between Sessions\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										17 Page Behavioral Assessment\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										A personalized action plan tailored to your unique goals.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										There are several programs designed for specific goals, including: ''<i>Overcome</i> <i>Addiction</i>'' <i>Overcome</i> <i>Depression</i>'' ''<i>Transform</i> <i>Your</i> <i>Relationship</i>'' and ''<i>The</i> <i>Lost</i> <i>Man</i>''\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1024x684.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1024x684.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-768x513.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1536x1025.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-2048x1367.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Private Consulting</h2>				\n					<h2>Relationship Consulting</h2>				\n		<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Six 75-minute private consultations Including Both Partners (virtual or in-person).\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Email/Messaging Support Between Sessions\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										17 Page Behavioral Assessment\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										A personalized action plan tailored to your unique goals.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Events</h2>				\n					<h2>Group Seminars</h2>				\n		<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										A 2-hour live session exploring practical tools to calm your mind, shift your energy, and manifest peace.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										A live Q&A segment.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Access to session recordings for later review.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Connect with others that are working towards similar goals and share successes.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2025-01-28 02:32:24', '2025-01-28 02:32:24', '', 0, 'https://thelifestrategiescoach.com/?page_id=221', 0, 'page', '', 0),
(222, 1, '2025-01-27 23:21:04', '2025-01-27 23:21:04', '', 'Services', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2025-01-27 23:21:04', '2025-01-27 23:21:04', '', 221, 'https://thelifestrategiescoach.com/?p=222', 0, 'revision', '', 0),
(223, 1, '2025-01-27 23:25:21', '2025-01-27 23:25:21', '', 'Services-3_1_N-Business-Consultant.jpg', '', 'inherit', 'open', 'closed', '', 'services-3_1_n-business-consultant-jpg', '', '', '2025-01-27 23:25:21', '2025-01-27 23:25:21', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Services-3_1_N-Business-Consultant.jpg', 0, 'attachment', 'image/jpeg', 0),
(224, 1, '2025-01-27 23:25:22', '2025-01-27 23:25:22', '', 'Services-5_2-Business-Consultant.jpg', '', 'inherit', 'open', 'closed', '', 'services-5_2-business-consultant-jpg', '', '', '2025-01-27 23:25:22', '2025-01-27 23:25:22', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2025/01/Services-5_2-Business-Consultant.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 1, '2025-01-27 23:26:38', '2025-01-27 23:26:38', '', 'boxking_services_img_1.jpg', '', 'inherit', 'open', 'closed', '', 'boxking_services_img_1-jpg', '', '', '2025-01-27 23:26:38', '2025-01-27 23:26:38', '', 0, 'https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2025-01-27 23:40:49', '2025-01-27 23:40:49', '<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Bottom Button', '', 'publish', 'closed', 'closed', '', 'bottom-button', '', '', '2025-01-27 23:40:49', '2025-01-27 23:40:49', '', 0, 'https://thelifestrategiescoach.com/?elementor_library=bottom-button', 0, 'elementor_library', '', 0),
(227, 1, '2025-01-27 23:40:49', '2025-01-27 23:40:49', '', 'Bottom Button', '', 'inherit', 'closed', 'closed', '', '226-revision-v1', '', '', '2025-01-27 23:40:49', '2025-01-27 23:40:49', '', 226, 'https://thelifestrategiescoach.com/?p=227', 0, 'revision', '', 0),
(228, 1, '2025-01-27 23:40:49', '2025-01-27 23:40:49', '<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Bottom Button', '', 'inherit', 'closed', 'closed', '', '226-revision-v1', '', '', '2025-01-27 23:40:49', '2025-01-27 23:40:49', '', 226, 'https://thelifestrategiescoach.com/?p=228', 0, 'revision', '', 0),
(229, 1, '2025-01-27 23:41:20', '2025-01-27 23:41:20', '<h2>Life Strategies Coaching</h2>				\n					<h2>Services</h2>				\n															<img width="540" height="300" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg 540w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1-300x167.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" />															\n					<h2>Our Classes</h2>				\n					<h2>One-On-One Consulting</h2>				\n		<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="540" height="300" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg 540w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1-300x167.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" />															\n					<h2>Our Classes</h2>				\n					<h2>Relationship Consulting</h2>				\n		<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="540" height="300" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg 540w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1-300x167.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" />															\n					<h2>Our Classes</h2>				\n					<h2>Group Seminars</h2>				\n		<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Services', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2025-01-27 23:41:20', '2025-01-27 23:41:20', '', 221, 'https://thelifestrategiescoach.com/?p=229', 0, 'revision', '', 0),
(230, 1, '2025-01-27 23:41:20', '2025-01-27 23:41:20', '<h2>Life Strategies Coaching</h2>				\n					<h2>Services</h2>				\n															<img width="540" height="300" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg 540w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1-300x167.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" />															\n					<h2>Our Classes</h2>				\n					<h2>One-On-One Consulting</h2>				\n		<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="540" height="300" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg 540w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1-300x167.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" />															\n					<h2>Our Classes</h2>				\n					<h2>Relationship Consulting</h2>				\n		<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="540" height="300" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg 540w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1-300x167.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" />															\n					<h2>Our Classes</h2>				\n					<h2>Group Seminars</h2>				\n		<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Services', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2025-01-27 23:41:20', '2025-01-27 23:41:20', '', 221, 'https://thelifestrategiescoach.com/?p=230', 0, 'revision', '', 0),
(231, 1, '2025-01-27 23:41:20', '2025-01-27 23:41:20', '<h2>Life Strategies Coaching</h2>				\n					<h2>Services</h2>				\n															<img width="540" height="300" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg 540w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1-300x167.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" />															\n					<h2>Our Classes</h2>				\n					<h2>One-On-One Consulting</h2>				\n		<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="540" height="300" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg 540w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1-300x167.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" />															\n					<h2>Our Classes</h2>				\n					<h2>Relationship Consulting</h2>				\n		<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="540" height="300" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1.jpg 540w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/boxking_services_img_1-300x167.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" />															\n					<h2>Our Classes</h2>				\n					<h2>Group Seminars</h2>				\n		<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Services', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2025-01-27 23:41:20', '2025-01-27 23:41:20', '', 221, 'https://thelifestrategiescoach.com/?p=231', 0, 'revision', '', 0),
(232, 1, '2025-01-28 02:14:04', '2025-01-28 02:14:04', '', 'Group of young people walking through park. Friends having fun o', 'Group of young people walking through park. Friends having fun outdoor', 'inherit', 'open', 'closed', '', 'group-of-young-people-walking-through-park-friends-having-fun-o', '', '', '2025-01-28 02:14:04', '2025-01-28 02:14:04', '', 221, 'https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028.jpeg', 0, 'attachment', 'image/jpeg', 0),
(233, 1, '2025-01-28 02:15:16', '2025-01-28 02:15:16', '', 'Mann entspannt in der Sonne - genießt Freizeit - macht Power Na', '', 'inherit', 'open', 'closed', '', 'mann-entspannt-in-der-sonne-geniest-freizeit-macht-power-na', '', '', '2025-01-28 02:15:42', '2025-01-28 02:15:42', '', 221, 'https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936.jpeg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2025-01-28 02:32:23', '2025-01-28 02:32:23', '<h2>Life Strategies Coaching</h2>				\n					<h2>Services</h2>				\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-768x513.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1536x1025.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-2048x1367.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Our Classes</h2>				\n					<h2>One-On-One Consulting</h2>				\n		<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1024x684.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1024x684.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-768x513.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1536x1025.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-2048x1367.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Our Classes</h2>				\n					<h2>Relationship Consulting</h2>				\n		<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Our Classes</h2>				\n					<h2>Group Seminars</h2>				\n		<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Services', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2025-01-28 02:32:23', '2025-01-28 02:32:23', '', 221, 'https://thelifestrategiescoach.com/?p=234', 0, 'revision', '', 0);
INSERT INTO `FDQBA_posts` VALUES
(235, 1, '2025-01-28 02:32:23', '2025-01-28 02:32:23', '<h2>Life Strategies Coaching</h2>				\n					<h2>Services</h2>				\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-768x513.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1536x1025.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-2048x1367.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Our Classes</h2>				\n					<h2>One-On-One Consulting</h2>				\n		<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1024x684.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1024x684.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-768x513.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1536x1025.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-2048x1367.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Our Classes</h2>				\n					<h2>Relationship Consulting</h2>				\n		<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Our Classes</h2>				\n					<h2>Group Seminars</h2>				\n		<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										benefit 01\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Services', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2025-01-28 02:32:23', '2025-01-28 02:32:23', '', 221, 'https://thelifestrategiescoach.com/?p=235', 0, 'revision', '', 0),
(236, 1, '2025-01-28 02:32:24', '2025-01-28 02:32:24', '<h2>Life Strategies Coaching</h2>				\n					<h2>Services</h2>				\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1024x684.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-768x513.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-1536x1025.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_189305936-scaled-e1738030537815-2048x1367.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Private Consulting</h2>				\n					<h2>One-On-One Consulting</h2>				\n		<p>Personalized sessions to help clients overcome challenges, develop self-awareness, and manifest their desires. Ideal for deeper exploration and tailored guidance.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Six 75-minute private consultations (virtual or in-person).\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Email/Messaging Support Between Sessions\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										17 Page Behavioral Assessment\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										A personalized action plan tailored to your unique goals.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										There are several programs designed for specific goals, including: ''<i>Overcome</i> <i>Addiction</i>'' <i>Overcome</i> <i>Depression</i>'' ''<i>Transform</i> <i>Your</i> <i>Relationship</i>'' and ''<i>The</i> <i>Lost</i> <i>Man</i>''\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1024x684.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1024x684.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-768x513.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-1536x1025.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/AdobeStock_124078141-2048x1367.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Private Consulting</h2>				\n					<h2>Relationship Consulting</h2>				\n		<p>Focus on building stronger, healthier relationships through communication strategies, emotional awareness, and practical exercises.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Six 75-minute private consultations Including Both Partners (virtual or in-person).\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Email/Messaging Support Between Sessions\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										17 Page Behavioral Assessment\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										A personalized action plan tailored to your unique goals.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n															<img width="800" height="534" src="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1024x683.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1024x683.jpeg 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-300x200.jpeg 300w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-768x512.jpeg 768w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-1536x1024.jpeg 1536w, https://thelifestrategiescoach.com/wp-content/uploads/2025/01/AdobeStock_204530028-2048x1365.jpeg 2048w" sizes="(max-width: 800px) 100vw, 800px" />															\n					<h2>Events</h2>				\n					<h2>Group Seminars</h2>				\n		<p>Teach core principles (e.g., manifesting desires, overcoming addiction, or finding purpose) in an interactive group setting.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										A 2-hour live session exploring practical tools to calm your mind, shift your energy, and manifest peace.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										A live Q&A segment.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Access to session recordings for later review.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Connect with others that are working towards similar goals and share successes.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>						\n										Access to exclusive resources: guided meditations, journaling templates, and advanced exercises.\n									</li>\n						</ul>\n					<a href="#">\n									see pricing >\n					</a>\n					<h2>The First Step to Freedom Starts Here</h2>				\n		<h3>You don’t have to face this journey alone. Take the first step toward reclaiming your life today. Schedule your <strong>FREE 20-minute consultation</strong> to learn how we can help.</h3>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>', 'Services', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2025-01-28 02:32:24', '2025-01-28 02:32:24', '', 221, 'https://thelifestrategiescoach.com/?p=236', 0, 'revision', '', 0),
(237, 1, '2025-01-28 02:43:40', '2025-01-28 02:33:24', ' ', '', '', 'publish', 'closed', 'closed', '', '237', '', '', '2025-01-28 02:43:40', '2025-01-28 02:43:40', '', 0, 'https://thelifestrategiescoach.com/?p=237', 2, 'nav_menu_item', '', 0),
(238, 1, '2025-01-28 02:43:40', '2025-01-28 02:43:40', ' ', '', '', 'publish', 'closed', 'closed', '', '238', '', '', '2025-01-28 02:43:40', '2025-01-28 02:43:40', '', 0, 'https://thelifestrategiescoach.com/?p=238', 3, 'nav_menu_item', '', 0),
(239, 1, '2025-01-28 19:31:32', '2025-01-28 19:31:32', '<h1>Navigate Life, Love, and Purpose</h1>				\n		<p>One-on-One Coaching designed to help you achieve a healthier, more attractive body, stronger relationships, and lasting self-confidence.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n					<h2>Your life isn''t going to fix itself.</h2>				\n		<p>Do these feel familiar...?</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z"></path></svg>			\n		<p>You''re Trapped in a Cycle of Frustration and Exhaustion, Swinging Between Anger and Feeling Emotionally Drained</p>		\n			<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>			\n		<p>You''re Stuck in the Same Patterns, Feeling Like You''re Just Getting by Instead of Really Living</p>		\n			<svg aria-hidden="true" viewBox="0 0 352 512" xmlns="http://www.w3.org/2000/svg"><path d="M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z"></path></svg>			\n		<p>You Feel Physically Worn Out and Disconnected, Struggling to Find Any Energy or Drive</p>		\n			<svg aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z"></path></svg>			\n		<p>You Feel Distant From Your Partner, Wishing for the Connection and Joy You Once Had Together</p><p>If so...</p><p><strong>You can turn things around and find <em>Security</em>, <em>Love</em>, and <em>Freedom</em>.</strong></p>		\n					<h2>Hi, I''m Jesse, and I''m here to help you create a life you love.</h2>				\n															<img width="450" height="600" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_.jpeg 450w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-225x300.jpeg 225w" sizes="(max-width: 450px) 100vw, 450px" />															\n		<p>I know what it feels like to watch others thrive—in their health, their relationships, and their confidence—while I was feeling trapped in cycles of frustration, exhaustion, and uncertainty. <strong>I’ve been there</strong>, wondering if I’d ever feel strong in my own body, happy in my relationships, and confident in myself. I understand exactly where you’re coming from because I’ve faced those same struggles<strong>.</strong></p><p>But I didn’t stay there. Over the years, I discovered <strong>powerful tools and strategies</strong> that create <strong>real, lasting change</strong>. Today, I’ve helped clients build healthier bodies, repair and strengthen relationships, and rediscover their own self-worth.</p><p>And now, I’d love to help you do the same. Together, we’ll work to bring passion, confidence, and balance back into your life—so you can finally <strong>break free and experience the joy and fulfillment</strong> you’ve been looking for.</p>		\n					<h2>Here’s How We Can Work Together</h2>				\n		<p>With specialized training and experience in Behavioral Analysis, Stress Management, and Emotionally Focused Therapy, I’ll guide you toward holistic well-being—helping you reclaim calm, purpose, and stronger connections in life.</p><ul><li><strong>Uncovering &amp; Changing Patterns</strong><br />Using <strong>behavioral analysis,</strong> we’ll explore what’s beneath your stress. Together, we’ll identify patterns that hold you back, then create practical strategies to make healthier choices and move toward real transformation.</li></ul><ul><li><strong>Igniting Your Purpose &amp; Passion</strong><br />During our coaching sessions, we’ll focus on your unique goals and aspirations. With <strong>personalized guidance and support,</strong> I’ll help you build a life aligned with what truly matters to you. Not only will I guide you toward the life you want, but I’ll also <strong>equip</strong> <strong>you with the tools</strong> and insights to make these changes independently—so you can continue creating a fulfilling, purpose-driven life long after our work together.</li></ul><ul><li><strong>Building Stronger Connections</strong><p>Using <strong>emotionally focused coaching,</strong> we’ll work on building healthier communication, allowing you to better understand and express your needs—and to be more attuned to others. This opens the door to deeper, more meaningful relationships and a foundation for lasting growth.</p></li></ul><p>Let’s work together to help you find <strong>clarity, confidence,</strong> and a whole new level of <strong>well-being</strong>.. Ready to start your journey? I’m here for you every step of the way.</p>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n					<h2>\nA Journey to Total Well-Being</h2>				\n		<p><em>Just Imagine...</em></p>		\n							<ul>\n							<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Having clarity, confidence, and purpose in life. Knowing exactly what you want.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling empowered, energized, and hopeful about your future - even excited to wake up each day!\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Knowing that you are in complete control of your life.\n									</li>\n								<li>\n							<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>						\n										Feeling connected with and supported by people you love deeply.\n									</li>\n						</ul>\n		<h1><strong>What <em>Life Strategies</em> Clients Have To Say</strong></h1><h6>(hover mouse to pause scrolling)</h6>		\n						"I’m finally feeling like I can do this, like there’s hope and that there’s hope for me. I can do this. I can make my life better.  I don’t need to be in this slump and this thing that is dragging me down. I’ve learned to replace my negative emotions with positive ones.  I learned how to let go of my past.  I could finally see the light at the end of the tunnel.  When he gave me something to replace my pain with, that was huge!  It was important for me to get out of that. \nI’m comfortable working with him. He truly wanted to help and whatever it took he was willing to give. I needed help and he knew that and took the time to help me. I feel like he''s knowledgeable in different things to help me get through my issues.  The biggest thing I like is that I''m progressing, which is really big."					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Marilyn-Malan.jpg" alt="Marilyn">\n								<cite>Marilyn⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I struggled with addiction for years and had lost hope of ever breaking free. Jesse''s coaching not only gave me tools to stay clean but also helped me rebuild my self-worth and find purpose. this has been a complete game-changer for me. Today, I’m not just sober—I’m thriving."					\n						<img src="https://thelifestrategiescoach.com/wp-content/plugins/elementor/assets/images/placeholder.png" alt="Michael R">\n								<cite>Michael R⭐️⭐️⭐️⭐️⭐️</cite>			\n						“Before working with Jesse, my partner and I were on the brink of separation. We couldn’t communicate without arguing, and I felt completely unseen. Through the tools and guidance we received, we’ve not only rebuilt trust but also rediscovered the joy in our relationship. We’re laughing and connecting again in ways I never thought possible!” 					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/ryan-hoffman-smpFvuCPS04-unsplash-scaled-1.jpg" alt="Sara and John D">\n								<cite>Sara and John D⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I always felt like I was just going through the motions, unsure of what it meant to truly be a man in today’s world. Life Strategies Coaching helped me find clarity, direction, and confidence. His guidance was practical, honest, and inspiring. Now, I lead my life unapologetically and authentically. Every man needs this experience!"					\n								<cite>Jason T⭐️⭐️⭐️⭐️⭐️</cite>			\n						"I came to Jesse looking for help in one area of my life but ended up transforming in so many others. Whether it was advice on my relationship, tackling old habits, or understanding myself better, he had the tools and wisdom to guide me. I feel more confident, capable, and aligned with my goals than ever before. This coaching is worth every penny!"					\n						<img src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/szocs-viola-qF9yLB5QtT8-unsplash-scaled-1.jpg" alt="Brandon">\n								<cite>Brandon⭐️⭐️⭐️⭐️⭐️</cite>			\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>						\n							<svg aria-hidden="true" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>						\n					<h2>Ready to get started?</h2>				\n					<h2>Your Journey to Alignment: \nHow It Works</h2>				\n															<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php_-e1733438162228-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />															\n		<p><strong>Step 1: </strong></p><p><strong>Initial Consultation</strong></p><p>Discuss your goals and review your personalized well-being plan.</p>		\n															<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2.png 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-300x199.png 300w" sizes="(max-width: 600px) 100vw, 600px" />															\n		<p><strong>Step 2: </strong></p><p><strong>Behavioral Assessment</strong></p><p>Understand how your brain is wired and what motivates you.</p>		\n															<img width="800" height="529" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-1024x677.png 1024w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-300x198.png 300w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824-768x508.png 768w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/Screen-Shot-2024-12-05-at-3.32.43-PM-e1733438209824.png 1318w" sizes="(max-width: 800px) 100vw, 800px" />															\n		<p><strong>Step 3: </strong></p><p><strong>Your Customized Sessions</strong></p><p>Tailored coaching with you and/or your partner to help you build the life you really want.</p>		\n															<img width="600" height="397" src="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg" alt="" srcset="https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923.jpeg 600w, https://thelifestrategiescoach.com/wp-content/uploads/2024/12/admin-ajax.php-2-e1733438189923-300x199.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" />															\n		<p><strong>Step 4: </strong></p><p><strong>Achieve Your Dreams</strong></p><p>Enjoy your new life in having and becoming what YOU want.</p><h1><strong>Why Are My Clients Getting Such Good Results?</strong></h1><p>Contrary to traditional therapy, which often focuses on revisiting <strong>past</strong> <strong>problems</strong> and re-experiencing negative emotions, my approach is <strong>forward-focused</strong>.</p><p>Together, we’ll identify what you truly want to achieve, experience, and become—and create a clear path to help you get there.</p><p>Dwelling on past negatives can keep you trapped in repeating cycles and patterns. When you focus on becoming, having, and experiencing what you want (versus what you don''t want) you begin a shift that helps you to get exactly what you''ve always dreamed of.</p><p>I specialize in helping you get these forward-directed results with:</p><ul><li><strong>Tailored Coaching:</strong> Every couple is unique. I create personalized strategies that work for your specific challenges.</li></ul><ul><li><strong>Emotionally Focused Coaching:</strong> Learn to understand your emotions and your partner’s, transforming how you connect.</li></ul><ul><li><strong>Behavioral Training:</strong> Build practical habits that foster respect, love, and partnership every day.</li></ul><ul><li><strong>Emotional Ladder Guidance:</strong> Track your feelings and progress as I guide you toward healthier patterns of interaction.</li></ul>		\n					<h2>Flexible Payment Options</h2>				\n											<h3>\n						3 Month Payment Plan						</h3>\n								&#036;									\n						500					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n											<h3>\n						Full Payment						</h3>\n								&#036;									\n						1,500					\n							00						\n									One-Time Payment							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Bonus 60 Minute Session</b>									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										<b>Gift Voucher For A Friend</b>									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n					Most Popular				\n											<h3>\n						2 Month Payment Plan						</h3>\n								&#036;									\n						750					\n							00						\n									Monthly							\n							<ul>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Initial Consultation									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Package of six 75-Minute Sessions									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										17 Page Behavioral Assessment									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Belief Breakthrough Script									\n						</li>\n											<li>\n								<svg aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path></svg>																	\n										Support Between Sessions (email/messaging)									\n						</li>\n									</ul>\n											<a href="#">\n							Book Consultation Now						</a>\n							<h3>\n					Pay In Full & Receive\n					Exclusive\n					Bonuses\n					</h3>\n		<p><strong>Bonus 60-Minute Session</strong>: Add an extra coaching session to your package!</p><p><strong>Gift Voucher for a Friend:</strong> A 30-minute mini-consultation voucher to share the experience.</p>		\n					<h2>Ready to Transform Your Life?</h2>				\n		<h2>Take the first step toward aligning your mind and body. </h2><h2>Experience a new level of ease and personal growth.</h2>		\n					<a href="#">\n									SCHEDULE MY FREE CONSULTATION NOW\n					</a>\n		<h1><strong>Still Have Questions?</strong></h1>		\n						<details id="e-n-accordion-item-1540" open>\n				<summary data-accordion-index="1" tabindex="0" aria-expanded="true" aria-controls="e-n-accordion-item-1540" >\n					 How is coaching different from therapy or counseling? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p>								\n					</details>\n						<details id="e-n-accordion-item-1541" >\n				<summary data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1541" >\n					 Who is this program for? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you&#8217;re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p>								\n					</details>\n						<details id="e-n-accordion-item-1542" >\n				<summary data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1542" >\n					 How long does the program take? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p>								\n					</details>\n						<details id="e-n-accordion-item-1543" >\n				<summary data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1543" >\n					 Do you only do appointments in-person? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p>								\n					</details>\n						<details id="e-n-accordion-item-1544" >\n				<summary data-accordion-index="5" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1544" >\n					 What can I expect during a coaching session? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p>								\n					</details>\n						<details id="e-n-accordion-item-1545" >\n				<summary data-accordion-index="6" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1545" >\n					 What happens between sessions? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p>								\n					</details>\n						<details id="e-n-accordion-item-1546" >\n				<summary data-accordion-index="7" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1546" >\n					 Is coaching confidential? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p>								\n					</details>\n						<details id="e-n-accordion-item-1547" >\n				<summary data-accordion-index="8" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1547" >\n					 How do I know if this program is right for me? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p>								\n					</details>\n						<details id="e-n-accordion-item-1548" >\n				<summary data-accordion-index="9" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1548" >\n					 It''s too expensive \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p>								\n					</details>\n						<details id="e-n-accordion-item-1549" >\n				<summary data-accordion-index="10" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1549" >\n					 How do I get started? \n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n			<svg aria-hidden="true" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>\n						</summary>\n									<p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>								\n					</details>\n		<p>Life strategies coaching focuses on helping you identify your goals, overcome obstacles, and create actionable plans to achieve the life you want. Unlike therapy, which often delves into past traumas and clinical issues, coaching is future-focused and emphasizes personal growth, practical tools, and empowerment.</p><p>This program is ideal for individuals who feel stuck, overwhelmed, or unfulfilled and are ready to take action. Whether you''re seeking clarity, better relationships, freedom from negative patterns, or renewed purpose, this program will help you achieve your goals.</p><p>The standard program includes six sessions, typically spread over two to three months. However, the pace can be adjusted based on your needs and schedule. The goal is for you to be able to continue with your progress all on your own by the end, without the need of a coach anymore.</p><p>No! Coaching sessions are available in-person or online via video conferencing, so you can benefit from the program no matter where you’re located.</p><p>Each session is 75 minutes and includes a mix of guided discussions, personalized exercises, and actionable strategies tailored to your goals. You’ll leave each session with clear steps to move forward and tools to apply immediately.</p><p>Between sessions, you’ll have access to ongoing support via email or messaging. This ensures you stay on track, overcome obstacles, and get the most out of the program.</p><p>Yes, everything shared during coaching sessions is 100% confidential. Your privacy is a top priority.</p><p>If you’re ready to invest in your growth, make meaningful changes, and take control of your life, this program is for you. Schedule a free consultation to explore whether it’s the right fit for you.</p><p>I completely understand that cost is an important factor when making a decision, and I appreciate you being upfront about it. Let me share a little about what sets this experience apart. Our mind-body alignment sessions aren’t just a temporary fix—they’re an investment in your overall well-being. They offer lasting physical relief, mental clarity, and emotional balance. Most of our clients tell us it’s not just a service; it’s a transformative experience that improves multiple areas of their life.</p><p>To make it more accessible, we’ve added flexible payment options: you can choose to pay in two payments of $750 or three payments of $500, rather than $1500 all at once. We want to ensure this life-changing experience fits into your budget without compromising on the value it delivers.</p><p>Getting started is easy! Click the “Schedule My Free Consultation” button above, and we’ll set up a time to discuss your goals and create a plan tailored just for you.</p>', 'Home', 'Overcome addiction, break free from depression, and create fulfilling relationships.', 'inherit', 'closed', 'closed', '', '8-autosave-v1', '', '', '2025-01-28 20:01:01', '2025-01-28 20:01:01', '', 8, 'https://thelifestrategiescoach.com/?p=239', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_termmeta`
--

CREATE TABLE `FDQBA_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_terms`
--

CREATE TABLE `FDQBA_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_terms`
--

INSERT INTO `FDQBA_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'twentytwentyfive', 'twentytwentyfive', 0),
(3, 'header', 'header', 0),
(4, 'header', 'header', 0),
(5, 'footer', 'footer', 0),
(6, 'page', 'page', 0),
(7, 'Header Menu', 'header-menu', 0),
(8, 'container', 'container', 0);

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_term_relationships`
--

CREATE TABLE `FDQBA_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_term_relationships`
--

INSERT INTO `FDQBA_term_relationships` VALUES
(1, 1, 0),
(14, 2, 0),
(16, 2, 0),
(17, 2, 0),
(17, 3, 0),
(94, 2, 0),
(95, 4, 0),
(97, 5, 0),
(123, 6, 0),
(168, 7, 0),
(169, 7, 0),
(170, 7, 0),
(171, 7, 0),
(182, 7, 0),
(184, 6, 0),
(219, 7, 0),
(220, 7, 0),
(226, 8, 0),
(237, 7, 0),
(238, 7, 0);

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_term_taxonomy`
--

CREATE TABLE `FDQBA_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_term_taxonomy`
--

INSERT INTO `FDQBA_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'wp_theme', '', 0, 4),
(3, 3, 'wp_template_part_area', '', 0, 1),
(4, 4, 'elementor_library_type', '', 0, 1),
(5, 5, 'elementor_library_type', '', 0, 1),
(6, 6, 'elementor_library_type', '', 0, 2),
(7, 7, 'nav_menu', '', 0, 9),
(8, 8, 'elementor_library_type', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_tm_taskmeta`
--

CREATE TABLE `FDQBA_tm_taskmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `task_id` bigint(20) NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `task_id` (`task_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_tm_taskmeta`
--

INSERT INTO `FDQBA_tm_taskmeta` VALUES
(1, 1, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(2, 2, 'task_options', 'a:3:{s:3:"url";s:35:"https://thelifestrategiescoach.com/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(3, 3, 'task_options', 'a:3:{s:3:"url";s:47:"https://thelifestrategiescoach.com/hello-world/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(4, 4, 'task_options', 'a:3:{s:3:"url";s:40:"https://thelifestrategiescoach.com/2025/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(5, 5, 'task_options', 'a:3:{s:3:"url";s:43:"https://thelifestrategiescoach.com/2025/01/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(6, 6, 'task_options', 'a:3:{s:3:"url";s:46:"https://thelifestrategiescoach.com/2025/01/24/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(7, 7, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(8, 8, 'task_options', 'a:3:{s:3:"url";s:35:"https://thelifestrategiescoach.com/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(9, 9, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(10, 10, 'task_options', 'a:3:{s:3:"url";s:35:"https://thelifestrategiescoach.com/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(11, 11, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(12, 12, 'task_options', 'a:3:{s:3:"url";s:35:"https://thelifestrategiescoach.com/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(13, 13, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(14, 14, 'task_options', 'a:3:{s:3:"url";s:48:"https://thelifestrategiescoach.com/testimonials/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(15, 15, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(16, 16, 'task_options', 'a:3:{s:3:"url";s:48:"https://thelifestrategiescoach.com/testimonials/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(17, 17, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(18, 18, 'task_options', 'a:3:{s:3:"url";s:48:"https://thelifestrategiescoach.com/testimonials/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(19, 19, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(20, 20, 'task_options', 'a:3:{s:3:"url";s:48:"https://thelifestrategiescoach.com/testimonials/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(21, 21, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(22, 22, 'task_options', 'a:3:{s:3:"url";s:44:"https://thelifestrategiescoach.com/about-us/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(23, 23, 'task_options', 'a:3:{s:3:"url";s:47:"https://thelifestrategiescoach.com/about-jesse/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(24, 24, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(25, 25, 'task_options', 'a:3:{s:3:"url";s:47:"https://thelifestrategiescoach.com/about-jesse/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(26, 26, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(27, 27, 'task_options', 'a:3:{s:3:"url";s:47:"https://thelifestrategiescoach.com/about-jesse/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(28, 28, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(29, 29, 'task_options', 'a:3:{s:3:"url";s:35:"https://thelifestrategiescoach.com/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(30, 30, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(31, 31, 'task_options', 'a:3:{s:3:"url";s:35:"https://thelifestrategiescoach.com/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(32, 32, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(33, 33, 'task_options', 'a:3:{s:3:"url";s:35:"https://thelifestrategiescoach.com/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(34, 34, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(35, 35, 'task_options', 'a:3:{s:3:"url";s:35:"https://thelifestrategiescoach.com/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(36, 36, 'task_options', 'a:3:{s:3:"url";s:34:"https://thelifestrategiescoach.com";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}'),
(37, 37, 'task_options', 'a:3:{s:3:"url";s:44:"https://thelifestrategiescoach.com/services/";s:12:"preload_type";s:6:"manual";s:22:"anonymous_user_allowed";b:0;}');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_tm_tasks`
--

CREATE TABLE `FDQBA_tm_tasks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `type` varchar(300) NOT NULL,
  `class_identifier` varchar(300) DEFAULT '0',
  `attempts` int(11) DEFAULT 0,
  `description` varchar(300) DEFAULT NULL,
  `time_created` timestamp NOT NULL DEFAULT current_timestamp(),
  `last_locked_at` bigint(20) DEFAULT 0,
  `status` varchar(300) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_tm_tasks`
--

INSERT INTO `FDQBA_tm_tasks` VALUES
(1, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-24 09:56:29', 0, 'active'),
(2, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/', '2025-01-24 09:56:29', 0, 'active'),
(3, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/hello-world/', '2025-01-24 09:56:29', 0, 'active'),
(4, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/2025/', '2025-01-24 09:56:29', 0, 'active'),
(5, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/2025/01/', '2025-01-24 09:56:29', 0, 'active'),
(6, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/2025/01/24/', '2025-01-24 09:56:29', 0, 'active'),
(7, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 12:15:54', 0, 'active'),
(8, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/', '2025-01-27 12:15:54', 0, 'active'),
(9, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 12:44:28', 0, 'active'),
(10, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/', '2025-01-27 12:44:28', 0, 'active'),
(11, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 12:47:09', 0, 'active'),
(12, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/', '2025-01-27 12:47:09', 0, 'active'),
(13, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 12:47:38', 0, 'active'),
(14, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/testimonials/', '2025-01-27 12:47:38', 0, 'active'),
(15, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 13:50:14', 0, 'active'),
(16, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/testimonials/', '2025-01-27 13:50:14', 0, 'active'),
(17, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 13:51:23', 0, 'active'),
(18, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/testimonials/', '2025-01-27 13:51:23', 0, 'active'),
(19, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 14:05:44', 0, 'active'),
(20, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/testimonials/', '2025-01-27 14:05:44', 0, 'active'),
(21, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 16:07:34', 0, 'active'),
(22, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/about-us/', '2025-01-27 16:07:34', 0, 'active'),
(23, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/about-jesse/', '2025-01-27 16:07:34', 0, 'active'),
(24, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 16:15:24', 0, 'active'),
(25, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/about-jesse/', '2025-01-27 16:15:24', 0, 'active'),
(26, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 16:19:08', 0, 'active'),
(27, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/about-jesse/', '2025-01-27 16:19:08', 0, 'active'),
(28, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 16:20:57', 0, 'active'),
(29, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/', '2025-01-27 16:20:57', 0, 'active'),
(30, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 16:21:04', 0, 'active'),
(31, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/', '2025-01-27 16:21:04', 0, 'active'),
(32, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 16:40:49', 0, 'active'),
(33, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/', '2025-01-27 16:40:49', 0, 'active'),
(34, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 16:41:20', 0, 'active'),
(35, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/', '2025-01-27 16:41:20', 0, 'active'),
(36, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com', '2025-01-27 19:32:24', 0, 'active'),
(37, 1, 'load-url-task', 'WP_Optimize_Load_Url_Task', 0, 'Preload - https://thelifestrategiescoach.com/services/', '2025-01-27 19:32:24', 0, 'active');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_usermeta`
--

CREATE TABLE `FDQBA_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_usermeta`
--

INSERT INTO `FDQBA_usermeta` VALUES
(1, 1, 'nickname', 'admin@thelifestrategiescoach.com'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'FDQBA_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'FDQBA_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:3:{s:64:"602cced5863688794c453d4219765a97279f9ae96ccf8059f283e647815bde99";a:4:{s:10:"expiration";i:1738947573;s:2:"ip";s:14:"69.129.148.232";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15";s:5:"login";i:1737737973;}s:64:"cb03fd666b47ad49c5fe1e5c724ad940b1a57f3b88e243b2c6b8e3cedf75c9cc";a:4:{s:10:"expiration";i:1738266367;s:2:"ip";s:14:"69.129.148.232";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15";s:5:"login";i:1738093567;}s:64:"2e662e129e1684741d318055c6b788a73409843c2cb3aae0a2c00bf610397a64";a:4:{s:10:"expiration";i:1738361388;s:2:"ip";s:13:"66.111.117.62";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15";s:5:"login";i:1738188588;}}'),
(17, 1, 'FDQBA_elementor_connect_common_data', 'a:6:{s:9:"client_id";s:32:"EVxU3DNv8dQnC3ZtGXklSYQBHyHIVf5d";s:11:"auth_secret";s:32:"JetJtMEVj7MhiS2SpQBxRomCHdTjWXyz";s:12:"access_token";s:307:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI4MjcyOTciLCJhdWQiOiJodHRwczovL3RoZWxpZmVzdHJhdGVnaWVzY29hY2guY29tLyIsImNsaWVudF9pZCI6IkVWeFUzRE52OGRRbkMzWnRHWGtsU1lRQkh5SElWZjVkIiwiY29ubmVjdF90eXBlIjoiYWN0aXZhdGUiLCJpYXQiOjE3MzMzODI0MTUsImV4cCI6MzE3Mjc3ODI0ODE1fQ.Xx6j_afWZzimD-dARtcWLDAZM_DjCvEZ92riHUxOUd4";s:19:"access_token_secret";s:32:"CRHWzgmLTEY0z9lv9Eil9TxqEUcH0yiZ";s:10:"token_type";s:6:"bearer";s:4:"user";O:8:"stdClass":1:{s:5:"email";s:22:"malan.jaecee@gmail.com";}}'),
(18, 1, 'elementor_introduction', 'a:4:{s:27:"ai-get-started-announcement";b:1;s:20:"globals_introduction";b:1;s:14:"ai_get_started";b:1;s:16:"favorites-notice";b:1;}'),
(19, 1, 'FDQBA_user-settings', 'libraryContent=browse&editor=tinymce&hidetb=1'),
(20, 1, 'FDQBA_user-settings-time', '1733473672'),
(21, 1, 'FDQBA_persisted_preferences', 'a:4:{s:4:"core";a:2:{s:26:"isComplementaryAreaVisible";b:1;s:15:"distractionFree";b:0;}s:14:"core/edit-site";a:3:{s:12:"welcomeGuide";b:0;s:16:"welcomeGuidePage";b:0;s:18:"welcomeGuideStyles";b:0;}s:9:"_modified";s:24:"2025-01-27T19:16:17.601Z";s:14:"core/edit-post";a:1:{s:12:"welcomeGuide";b:0;}}'),
(22, 1, '_e_notifications_dismissed', 'a:14:{i:0;s:16:"css-loading-3.25";i:1;s:23:"site-mailer-introducing";i:2;s:19:"variable-fonts-3.24";i:3;s:18:"floating-bars-3.24";i:4;s:17:"ai-featured-image";i:5;s:18:"search-widget-3.23";i:6;s:21:"floating-buttons-3.23";i:7;s:16:"link-in-bio-3.23";i:8;s:20:"nested-elements-3.23";i:9;s:20:"element-caching-3.22";i:10;s:15:"off-canvas-3.22";i:11;s:20:"5-star-rating-prompt";i:12;s:39:"display-conditions-dynamic-content-3.20";i:13;s:17:"elementor-add-ons";}'),
(23, 1, 'FDQBA_dashboard_quick_press_last_post_id', '183'),
(24, 1, 'community-events-location', 'a:1:{s:2:"ip";s:12:"69.129.148.0";}'),
(25, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'),
(26, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:"add-post_tag";}'),
(27, 1, 'nav_menu_recently_edited', '7');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_users`
--

CREATE TABLE `FDQBA_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `FDQBA_users`
--

INSERT INTO `FDQBA_users` VALUES
(1, 'admin@thelifestrategiescoach.com', '$P$BAvyJFpIIbTUHYPkxKRBR3a8cHVnCE0', 'adminthelifestrategiescoach-com', 'admin@thelifestrategiescoach.com', 'https://thelifestrategiescoach.com', '2024-12-05 03:52:55', '', 0, 'admin');

-- --------------------------------------------------------

--
-- Table structure for table `FDQBA_wpo_404_detector`
--

CREATE TABLE `FDQBA_wpo_404_detector` (
  `ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `url` text NOT NULL,
  `request_timestamp` bigint(20) unsigned NOT NULL,
  `request_count` bigint(20) unsigned NOT NULL,
  `referrer` text NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `url` (`url`(75),`request_timestamp`,`referrer`(75)),
  KEY `url_timestamp_referrer` (`url`(75),`request_timestamp`,`referrer`(75)),
  KEY `timestamp_count` (`request_timestamp`,`request_count`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
